HomeSort by relevance Sort by last modified time
    Searched refs:statusfile (Results 1 - 6 of 6) sorted by null

  /external/v8/tools/testrunner/local/
statusfile_unittest.py 8 import statusfile
64 variables.update(statusfile.VARIABLES)
67 statusfile._EvalExpression(
70 statusfile._EvalExpression(
73 statusfile._EvalExpression(
77 lambda: statusfile._EvalExpression(
81 lambda: statusfile._EvalExpression(
84 statusfile.VARIANT_EXPRESSION,
85 statusfile._EvalExpression(
90 rules, wildcards = statusfile.ReadStatusFile
    [all...]
verbose.py 32 from . import statusfile
53 if statusfile.DoSkip(o):
56 if statusfile.TIMEOUT in o: timeout += 1
57 if statusfile.IsPassOrFail(o): nocrash += 1
58 if list(o) == [statusfile.PASS]: passes += 1
59 if statusfile.IsFailOk(o): fail_ok += 1
60 if list(o) == [statusfile.FAIL]: fail += 1
testsuite.py 33 from . import statusfile
53 if statusfile.OnlyStandardVariant(testcase.outcomes):
55 if statusfile.OnlyFastVariants(testcase.outcomes):
60 if testcase.outcomes and statusfile.OnlyFastVariants(testcase.outcomes):
139 statusfile.ReadStatusFile(f.read(), variables))
188 if statusfile.DoSkip(t.outcomes):
193 slow = statusfile.IsSlow(t.outcomes)
194 pass_fail = statusfile.IsPassOrFail(t.outcomes)
201 if statusfile.DoSkip(t.outcomes):
204 slow = slow or statusfile.IsSlow(t.outcomes
    [all...]
execution.py 39 from . import statusfile
112 if statusfile.IsSlow(test.outcomes or [statusfile.PASS]):
203 slow_key = lambda t: statusfile.IsSlow(t.outcomes)
progress.py 37 from . import statusfile
339 "marked_slow": statusfile.IsSlow(test.outcomes),
  /external/v8/tools/
presubmit.py 49 from testrunner.local import statusfile
426 for key in statusfile.KEYWORDS:
449 success &= statusfile.PresubmitCheck(status_file_path)

Completed in 190 milliseconds