HomeSort by relevance Sort by last modified time
    Searched refs:failures (Results 51 - 75 of 90) sorted by null

1 23 4

  /external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/
printing_unittest.py 134 failures = []
136 failures = [test_failures.FailureTimeout()]
138 failures = [test_failures.FailureCrash()]
140 return test_results.TestResult(path, failures=failures, test_run_time=run_time)
318 result = self.get_result('failures/expected/missing_text.html')
321 result = self.get_result('failures/expected/missing_check.html')
324 result = self.get_result('failures/expected/missing_image.html')
338 tests = ['passes/text.html', 'failures/expected/timeout.html',
339 'failures/expected/crash.html'
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/common/net/buildbot/
buildbot.py 173 # current_build can't possibly have any failures in common
180 failures = set(results.failing_tests())
182 common_failures = failures
184 common_failures = common_failures.intersection(failures)
186 # current_build doesn't have any failures in common with
188 # failures in current_build were due to flakiness.
197 # Current build must either be green or have no failures in common
  /external/webkit/Source/JavaScriptCore/jit/
JITPropertyAccess.cpp 56 JumpList failures; local
57 failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr)));
58 failures.append(jit.branchTest32(NonZero, Address(regT0, OBJECT_OFFSETOF(JSString, m_fiberCount))));
66 failures.append(jit.branch32(AboveOrEqual, regT1, regT2));
71 failures.append(jit.branch32(AboveOrEqual, regT0, TrustedImm32(0x100)));
76 failures.link(&jit);
    [all...]
JITInlineMethods.h 85 ALWAYS_INLINE void JIT::emitLoadCharacterString(RegisterID src, RegisterID dst, JumpList& failures)
87 failures.append(branchPtr(NotEqual, Address(src), TrustedImmPtr(m_globalData->jsStringVPtr)));
88 failures.append(branchTest32(NonZero, Address(src, OBJECT_OFFSETOF(JSString, m_fiberCount))));
89 failures.append(branch32(NotEqual, MacroAssembler::Address(src, ThunkHelpers::jsStringLengthOffset()), TrustedImm32(1)));
JITPropertyAccess32_64.cpp 273 JumpList failures; local
274 failures.append(jit.branchPtr(NotEqual, Address(regT0), TrustedImmPtr(globalData->jsStringVPtr)));
275 failures.append(jit.branchTest32(NonZero, Address(regT0, OBJECT_OFFSETOF(JSString, m_fiberCount))));
283 failures.append(jit.branch32(AboveOrEqual, regT2, regT1));
288 failures.append(jit.branch32(AboveOrEqual, regT0, TrustedImm32(0x100)));
294 failures.link(&jit);
    [all...]
JIT.h     [all...]
  /external/v8/test/mjsunit/
bit-not.js 67 // Try to test that we can deal with allocation failures in
  /external/webkit/Tools/Scripts/webkitpy/tool/bot/
flakytestreporter.py 127 failure_messages = [failure.message() for failure in flaky_result.failures]
  /external/junit/src/junit/swingui/
TestRunner.java 752 ListModel failures= getFailures(); local
753 for (int i= 0; i < failures.getSize(); i++) {
754 TestFailure failure= (TestFailure)failures.getElementAt(i);
  /packages/experimental/RpcPerformance/src/com/android/rpc_performance/
ProviderPerfActivity.java 344 int failures = 0; local
349 failures++;
358 Log.v(TAG, "dummy loop: fails=" + failures + "; total=" + total + "; goodavg ms=" + averageMillis);
  /external/chromium/testing/gmock/test/
gmock-spec-builders_test.cc 1057 ::testing::TestPartResultArray failures; local
1059 ::testing::ScopedFakeTestPartResultReporter reporter(&failures);
1061 // Now 'failures' contains the Google Test failures generated by
1066 ASSERT_EQ(1, failures.size());
1067 const ::testing::TestPartResult& r = failures.GetTestPartResult(0);
    [all...]
  /external/dbus/dbus/
dbus-auth.c 216 int failures; /**< Number of times client has been rejected */ member in struct:__anon5172
    [all...]
  /external/icu4c/test/intltest/
testidna.cpp 1465 const char* failures[] ={ variable
    [all...]
usettest.cpp 291 int32_t failures = 0; local
301 if (++failures == 10) break;
312 if (++failures == 20) break;
    [all...]
  /external/webkit/Tools/Scripts/
run-qtwebkit-tests 375 <input type="button" value="Show failures only" onclick="hide()"/>
old-run-webkit-tests 137 # Dynamic configuration as-written will also cause random failures in
285 --exit-after-n-failures N Exit after the first N failures (includes crashes) instead of running all tests
332 'exit-after-n-failures=i' => \$exitAfterNFailures,
    [all...]
  /packages/apps/Exchange/src/com/android/exchange/
EasSyncService.java 182 // Fallbacks (in minutes) for ping loop failures
499 // Run second test here for provisioning failures using FolderSync
2206 Integer failures = errorMap.get(serverId); local
    [all...]
  /external/chromium/net/data/proxy_resolver_v8_unittest/
pac_library_unittest.js 2 // Otherwise it will output "PROXY failure:<num-failures>".
  /external/chromium/sdch/open-vcdiff/src/gtest/
gtest.cc 138 " should catch exceptions and treat them as test failures.");
521 << " Actual: " << results.size() << " failures";
2713 int failures = 0; local
    [all...]
  /external/gtest/src/
gtest.cc 181 " should catch exceptions and treat them as test failures.");
510 // results. Intercepts only failures from the current thread.
591 << " Actual: " << results.size() << " failures";
3088 int failures = 0; local
    [all...]
  /cts/tools/dx-tests/lib/
junit.jar 
  /cts/tools/utils/lib/
junit.jar 
  /cts/tools/vm-tests/lib/
junit.jar 
  /cts/tools/vm-tests-tf/lib/
junit.jar 
  /external/chromium/testing/gtest/src/
gtest.cc 196 " should catch exceptions and treat them as test failures.");
536 // results. Intercepts only failures from the current thread.
617 << " Actual: " << results.size() << " failures";
3247 int failures = 0; local
    [all...]

Completed in 370 milliseconds

1 23 4