/external/srtp/crypto/test/ |
stat_driver.c | 96 printf("%d failures in %d tests\n", num_fail, num_trials); 97 printf("(nota bene: a small fraction of stat_test failures does not \n"
|
/frameworks/base/core/tests/overlaytests/ |
runtests.sh | 21 failures=0 89 exit $(grep -c -e '^FAILURES' $log)
|
/external/chromium/testing/gtest/test/ |
gtest_output_test_golden_lin.txt | 1 The non-test part of the code is expected to have 2 failures. 58 (expecting 2 failures on (3) >= (a[i])) 152 (expecting 6 failures) 182 (expecting 5 failures) 201 (expecting 2 failures) 211 (expecting 4 failures) 227 (expecting 3 failures) 324 Actual: 0 failures 330 Actual: 2 failures 354 Actual: 0 failures [all...] |
gtest_xml_outfiles_test.py | 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
|
gtest_output_test_.cc | 61 // Tests catching fatal failures. 141 printf("(expecting 2 failures on (3) >= (a[i]))\n"); 286 printf("(expecting 6 failures)\n"); 320 // This function creates two failures intentionally. 322 printf("The non-test part of the code is expected to have 2 failures.\n\n"); 333 // Tests non-fatal failures in the fixture constructor. 337 printf("(expecting 5 failures)\n"); 358 // Tests fatal failures in the fixture constructor. 362 printf("(expecting 2 failures)\n"); 393 // Tests non-fatal failures in SetUp() [all...] |
/external/apache-harmony/ |
run-harmony-tests | 25 # logging: many failures due to missing bundles
|
/external/chromium/chrome/browser/policy/ |
policy_notifier.h | 16 // changes (failures and successes), determines the overall state and
|
/external/clang/test/CXX/dcl.decl/dcl.init/dcl.init.ref/ |
p5-cxx0x-no-extra-copy.cpp | 52 // Check that unavailable copy constructors do not cause SFINAE failures.
|
/external/gtest/ |
README.android | 10 non-fatal failures, value- and type-parameterized tests, various
|
/external/gtest/test/ |
gtest_xml_outfiles_test.py | 51 <testsuite tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 52 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 59 <testsuite tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 60 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
|
gtest_output_test_golden_lin.txt | 1 The non-test part of the code is expected to have 2 failures. 58 (expecting 2 failures on (3) >= (a[i])) 153 (expecting 5 failures) 172 (expecting 2 failures) 182 (expecting 4 failures) 198 (expecting 3 failures) 289 Actual: 0 failures 295 Actual: 2 failures 319 Actual: 0 failures 325 Actual: 0 failures [all...] |
gtest_output_test_golden_win.txt | 1 The non-test part of the code is expected to have 2 failures. 53 (expecting 2 failures on (3) >= (a[i])) 134 (expecting 5 failures) 148 (expecting 2 failures) 156 (expecting 4 failures) 168 (expecting 3 failures) 182 (expecting 3 failures) 191 (expecting 3 failures) 272 Actual: 0 failures 277 Actual: 2 failures [all...] |
/external/llvm/test/Archive/ |
README.txt | 23 These files test different aspects of the archiver that should cause failures
|
/external/oprofile/libregex/ |
demangle_symbol.cpp | 42 // C++ demangling failures. However we strip off a leading '.'
|
/external/protobuf/gtest/test/ |
gtest_xml_outfiles_test.py | 48 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 49 <testsuite name="PropertyOne" tests="1" failures="0" disabled="0" errors="0" time="*"> 56 <testsuites tests="1" failures="0" disabled="0" errors="0" time="*" name="AllTests"> 57 <testsuite name="PropertyTwo" tests="1" failures="0" disabled="0" errors="0" time="*">
|
/external/stlport/test/eh/ |
test_assign_op.h | 39 // Prevent simulated failures during verification
|
test_hash_resize.h | 48 // prevent simulated failures during verification
|
test_push_back.h | 41 // Prevent simulated failures during verification
|
/external/webkit/LayoutTests/http/tests/appcache/ |
idempotent-update.html | 4 <p>Should say DONE, with no failures:</p>
|
/external/webkit/LayoutTests/storage/resources/ |
stress-frame.html | 49 <p>This test needs to run without crashes and assertion failures for a while.<p>
|
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/ |
debug.h | 35 // A macro asserting a condition and outputting failures to the debug log
|
/external/webkit/Source/WebCore/manual-tests/ |
containing-block-position-change.html | 22 REGRESSION: [Incremental Repaint] DHTML movement test failures</i>.
|
database-threading-stress-test-2.html | 49 <p>This test needs to run without crashes and assertion failures for a while.<p>
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/layout_package/ |
json_layout_results_generator.py | 78 (path_to_name(test), test_failures.determine_result_type(failures)) 79 for (test, failures) in result_summary.failures.iteritems()) 161 len((set(summary.failures.keys()) |
|
/cts/libs/vogar-expect/src/vogar/ |
ExpectationStore.java | 45 * outcome. These expectations are useful for hiding failures caused by 55 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>(); field in class:ExpectationStore 83 for (Map.Entry<String, Expectation> entry : failures.entrySet()) { 192 Map<String, Expectation> map = isFailure ? failures : outcomes; 223 Iterable<Expectation> allExpectations = Iterables.concat(outcomes.values(), failures.values());
|