/third_party/ltp/tools/sparse/sparse-src/validation/ |
D | test-suite | 307 test_failed=0 411 test_failed=1 418 test_failed=1 425 test_failed=1 431 test_failed=1 438 test_failed=1 445 test_failed=1 452 test_failed=1 457 if [ "$test_failed" -eq "1" ]; then 464 if [ "$test_failed" -eq "1" ]; then [all …]
|
/third_party/boost/libs/graph/test/ |
D | strong_components_test.cpp | 74 bool test_failed; in main() local 80 test_failed = false; in main() 89 test_failed = true; in main() 96 std::cerr << (test_failed ? " **** Failed." : " Passed.") << std::endl; in main() 102 test_failed = false; in main() 111 test_failed = true; in main() 118 std::cerr << (test_failed ? " **** Failed." : " Passed.") << std::endl; in main()
|
/third_party/libxml2/ |
D | check-xinclude-test-suite.py | 22 test_failed = 0 variable 57 global test_failed 133 test_failed = test_failed + 1 143 test_failed = test_failed + 1 209 old_test_failed = test_failed 214 test_failed - old_test_failed, test_error - old_test_error) 221 test_nr, test_succeed, test_failed, test_error, time.time() - start)
|
D | check-xml-test-suite.py | 11 test_failed = 0 variable 290 global test_failed 341 test_failed = test_failed + 1 397 old_test_failed = test_failed 402 test_failed - old_test_failed, test_error - old_test_error) 409 test_nr, test_succeed, test_failed, test_error, time.time() - start)
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/ |
D | 7-1.c | 28 int test_failed = 0; in a_thread_func() local 54 test_failed = 1; in a_thread_func() 60 test_failed = 1; in a_thread_func() 66 if (test_failed != 0) { in a_thread_func()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | main.cpp | 70 bool test_failed = false; variable 83 if (output_offset == output_size && !test_skipped && !test_failed) in write_test() 93 if (test_failed || test_skipped) { in write_test() 94 const char *res = test_failed ? "failed" : "skipped"; in write_test() 114 test_failed = false; in set_variant() 128 test_failed = true; in fail_test() 151 test_failed = false; in run_test()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/ |
D | 1-1.c | 39 int i, test_failed = 0; in main() local 52 test_failed = 1; in main() 56 if (test_failed == 1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigfillset/ |
D | 1-1.c | 22 int i, test_failed = 0; in main() local 50 test_failed = 1; in main() 54 if (test_failed == 1) { in main()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigprocmask/ |
D | 7-1.c | 27 int i, j, test_failed = 0; in main() local 52 test_failed = 1; in main() 58 if (test_failed != 0) { in main()
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | builtin-objects-accessor-property-configurable.js | 15 var test_failed = false; variable 21 test_failed = true; 48 assert (!test_failed);
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/ |
D | 7-1.c | 35 static volatile int test_failed; variable 42 test_failed = 1; in myhandler() 80 if (test_failed == 1) { in main()
|
/third_party/boost/libs/nowide/test/ |
D | test.hpp | 48 inline void test_failed(const char* expr, const char* file, const int line, const char* function) in test_failed() function 62 test_failed(ss.str().c_str(), file, line, function); in test_equal_impl() 79 test_failed(#x, __FILE__, __LINE__, __FUNCTION__); \
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredRenderingFBONoAttachment.cpp | 332 glw::GLboolean test_failed = false; in iterate() local 336 for (unsigned int n_test_iteration = 0; n_test_iteration < 2 && !test_failed; ++n_test_iteration) in iterate() 373 for (int n_layer = 0; n_layer < m_n_layers && !test_failed; ++n_layer) in iterate() 410 test_failed = true; in iterate() 421 if (test_failed) in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/ |
D | esextcGPUShader5SSBOArrayIndexing.cpp | 187 bool test_failed = false; in iterate() local 204 test_failed = true; in iterate() 211 if (test_failed) in iterate()
|
D | esextcGPUShader5PreciseQualifier.cpp | 281 glw::GLboolean test_failed = false; in iterate() local 342 test_failed = true; in iterate() 347 if (test_failed) in iterate()
|
D | esextcGPUShader5FmaPrecision.cpp | 346 glw::GLboolean test_failed = true; in iterate() local 348 for (glw::GLuint roundingMode = 0; test_failed && roundingMode < 2; ++roundingMode) in iterate() 382 test_failed = false; in iterate() 387 if (test_failed) in iterate()
|
/third_party/ltp/lib/newlib_tests/shell/ |
D | test_timeout.sh | 150 if [ $exp_failed -ne -1 ] && [ $exp_failed -ne $test_failed ]; then 151 echo "FAILED (failed: $test_failed, expected $exp_failed)"
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderMaxPatchVertices.cpp | 666 bool test_failed = false; in compareResults() local 681 test_failed = true; in compareResults() 689 return !test_failed; in compareResults() 715 bool test_failed = false; in compareResults() local 729 test_failed = true; in compareResults() 737 return !test_failed; in compareResults()
|
/third_party/cJSON/tests/unity/auto/ |
D | parse_output.rb | 104 def test_failed(array) method in ParseOutput 172 test_failed(line_array)
|
/third_party/unity/auto/ |
D | parse_output.rb | 166 def test_failed(array) method in ParseOutput 282 test_failed(line_array)
|
/third_party/openssl/test/ |
D | pkits-test.pl | 831 my $test_failed = 0;
|
/third_party/quickjs/ |
D | run-test262.c | 84 int test_count, test_failed, test_index, test_skipped, test_excluded; variable 1550 test_failed++; in run_test_buf() 1867 test_failed, test_count, test_skipped); in show_progress() 2077 test_failed, test_count, test_count != 1 ? "s" : ""); in main()
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 98573 - test_failed = test_failed + 1 98581 + test_failed = test_failed + 1 98591 - test_failed = test_failed + 1 98599 + test_failed = test_failed + 1 98691 - old_test_failed = test_failed 98695 + old_test_failed = test_failed 98700 - test_failed - old_test_failed, test_error - old_test_error) 98703 + test_failed - old_test_failed, test_error - old_test_error)) 98710 - test_nr, test_succeed, test_failed, test_error, time.time() - start) 98712 + test_nr, test_succeed, test_failed, test_error, time.time() - start)) [all …]
|