HomeSort by relevance Sort by last modified time
    Searched refs:PASS (Results 26 - 50 of 65) sorted by null

12 3

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
test_expectations.py 44 (PASS, FAIL, TEXT, IMAGE, IMAGE_PLUS_TEXT, AUDIO, TIMEOUT, CRASH, SKIP, WONTFIX,
74 will PASS."""
78 expected_results.add(PASS)
134 If there are no expectations for the test, then "PASS" is returned."""
231 LayoutTests/fast/js/flaky.js = FAIL PASS
232 LayoutTests/fast/js/crash.js = CRASH TIMEOUT FAIL PASS
236 SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
237 DEBUG : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
238 DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
239 LINUX DEBUG SKIP : LayoutTests/fast/js/no-good.js = TIMEOUT PASS
    [all...]
json_layout_results_generator.py 45 FAILURE_TO_CHAR = {test_expectations.PASS: json_results_generator.JSONResultsGeneratorBase.PASS_RESULT,
201 summary.tests_by_expectation[test_expectations.PASS] &
test_failures.py 45 one of the test_expectations result types - PASS, TEXT, CRASH, etc."""
48 return test_expectations.PASS
test_runner.py 86 'fixable': # of fixable tests (NOW - PASS)
101 tbe[test_expectations.PASS])
127 if result_type == test_expectations.PASS:
395 # We need to pass a list that includes the right # of skipped files
412 test_expectations.PASS, "passes")
    [all...]
printing_unittest.py 133 def get_result(self, test, result_type=test_expectations.PASS, run_time=0):
202 pass
273 [' passes/image.html -> unexpected pass\n'])
283 [' passes/image.html -> unexpected pass\n'])
483 passing: whether the tests should all pass
486 all pass on the second run).
491 rs.add(self.get_result('passes/text.html', test_expectations.PASS),
600 pass
  /external/llvm/test/lib/
llvm.exp 144 set outcome PASS
206 set outcome PASS
209 set outcome PASS
245 pass "$test$PRNUMS"
  /bootable/recovery/applypatch/
imgdiff_test.sh 116 echo PASS
  /external/llvm/utils/lit/lit/
Test.py 10 PASS = TestResult('PASS', False)
TestRunner.py 232 pass
377 # If so, see if it is expected to pass on this target.
523 return (Test.PASS, '')
544 status = Test.PASS
568 return (Test.PASS, '')
590 status = Test.PASS
TestFormats.py 96 return Test.PASS,''
209 return Test.PASS,''
  /external/webkit/LayoutTests/fast/js/resources/
standalone-pre.js 4 print("\nOn success, you will see a series of \"PASS\" messages, followed by \"TEST COMPLETE\".\n");
20 print("PASS", escapeString(msg));
string-concatenate-outofmemory.js 19 debug('PASS: String ' + stringName + ' was functional after ' + testName + ' raised out of memory exception.');
js-test-pre.js 9 span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
31 debug('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
310 debug('<br /><span class="pass">TEST COMPLETE</span>');
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/result/
CtsXmlResultReporter.java 263 pkgResult.getAppPackageName(), pkgResult.countTests(CtsTestStatus.PASS),
288 mResults.countTests(CtsTestStatus.PASS),
TestPackageResult.java 285 result.setResultStatus(CtsTestStatus.PASS);
TestResults.java 47 static final String PASS_ATTR = "pass";
90 * @param pass
171 serializer.attribute(ns, PASS_ATTR, Integer.toString(countTests(CtsTestStatus.PASS)));
  /external/icu4c/config/
dist.mk 81 @(cd $(DISTY_CHECK) && tar xfpz $(DISTY_FILE_TGZ) && cd icu/source && $(SHELL) ./configure $(DISTCHECK_CONFIG_OPTIONS) && $(MAKE) check $(DISTCHECK_MAKE_OPTIONS) ) && (echo "!!! PASS: $(DISTY_FILE_TGZ)" )
  /external/webkit/LayoutTests/fast/events/touch/script-tests/
multi-touch-grouped-targets.js 27 // ofthe PASS debug output details would cause the test to be unreliable.
  /external/webkit/LayoutTests/storage/
sql-error-codes.js 12 log("PASS: expected and got error code " + expectedErrorCodeName);
  /external/llvm/lib/CodeGen/
MachineVerifier.cpp 10 // Pass to verify generated machine code. The following is checked:
51 MachineVerifier(Pass *pass, const char *b) :
52 PASS(pass),
59 Pass *const PASS;
106 // Vregs that pass through MBB untouched. This set is disjoint from
110 // Vregs that must pass through MBB because they are needed by a successor
205 static char ID; // Pass ID, replacement for typei
    [all...]
  /external/chromium/chrome/browser/resources/net_internals/
testview.js 115 addTextNode(r.passFailCell, 'PASS');
  /external/webkit/LayoutTests/http/tests/cookies/resources/
cookies-test-pre.js 8 span.innerHTML = '<p>' + msg + '</p><p>On success, you will see a series of "<span class="pass">PASS</span>" messages, followed by "<span class="pass">TEST COMPLETE</span>".</p>';
30 debug('<span><span class="pass">PASS</span> ' + escapeHTML(msg) + '</span>');
  /external/v8/tools/
test.py 195 outcome = 'pass'
202 pass
232 pass
372 pass
375 pass
409 outcome = PASS
456 pass
573 pass
723 PASS = 'pass'
    [all...]
  /external/collada/include/1.4/dom/
domProfile_GLES.h 137 virtual COLLADA_TYPE::TypeEnum getElementType() const { return COLLADA_TYPE::PASS; }
811 * Gets the pass element array.
812 * @return Returns a reference to the array of pass elements.
816 * Gets the pass element array.
817 * @return Returns a constant reference to the array of pass elements.
    [all...]
  /external/llvm/utils/
NewNightlyTest.pl 548 system "egrep -a 'TEST-(PASS|FAIL)' < $ProgramTestLog ".
592 if (@TestSuiteResultLines[$x] =~ m/^PASS:/) {

Completed in 1687 milliseconds

12 3