Home
last modified time | relevance | path

Searched refs:test_failed (Results 1 - 16 of 16) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dtest-suite307 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"
[all...]
/third_party/unity/auto/
H A Dparse_output.rb47 @test_failed = 0
78 heading = "<testsuite name=#{xml_encode_s(@real_test_suite_name)} tests=\"#{@total_tests}\" failures=\"#{@test_failed}\" skips=\"#{@test_ignored}\">"
189 def test_failed(array) method in ParseOutput
274 @test_failed = 0
315 @test_failed += 1
325 test_failed(line_array)
326 @test_failed += 1
340 test_failed(line_array)
341 @test_failed += 1
351 @total_tests = @test_passed + @test_failed
[all...]
/third_party/mesa3d/src/amd/compiler/tests/
H A Dmain.cpp68 bool test_failed = false; variable
81 if (output_offset == output_size && !test_skipped && !test_failed) in write_test()
91 if (test_failed || test_skipped) { in write_test()
92 const char *res = test_failed ? "failed" : "skipped"; in write_test()
112 test_failed = false; in set_variant()
126 test_failed = true; in fail_test()
149 test_failed = false; in run_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
H A D7-1.c28 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/jerryscript/tests/jerry/es2015/
H A Dbuiltin-objects-accessor-property-configurable.js15 var test_failed = false; variable
21 test_failed = true;
48 assert (!test_failed);
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigemptyset/
H A D1-1.c39 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/
H A D1-1.c22 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/
H A D7-1.c27 int i, j, test_failed = 0; in main() local
52 test_failed = 1; in main()
58 if (test_failed != 0) { in main()
/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigqueue/
H A D7-1.c35 static volatile int test_failed; variable
42 test_failed = 1; in myhandler()
80 if (test_failed == 1) { in main()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp332 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/
H A DesextcGPUShader5SSBOArrayIndexing.cpp187 bool test_failed = false; in iterate() local
204 test_failed = true; in iterate()
211 if (test_failed) in iterate()
H A DesextcGPUShader5PreciseQualifier.cpp281 glw::GLboolean test_failed = false; in iterate() local
342 test_failed = true; in iterate()
347 if (test_failed) in iterate()
H A DesextcGPUShader5FmaPrecision.cpp348 glw::GLboolean test_failed = true; in iterate() local
350 for (glw::GLuint roundingMode = 0; test_failed && roundingMode < 2; ++roundingMode) in iterate()
384 test_failed = false; in iterate()
389 if (test_failed) in iterate()
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderMaxPatchVertices.cpp666 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/ltp/lib/newlib_tests/shell/
H A Dtest_timeout.sh48 # - test_failed: The number of failed tests parsed from the summary
150 if [ $exp_failed -ne -1 ] && [ $exp_failed -ne $test_failed ]; then
151 echo "FAILED (failed: $test_failed, expected $exp_failed)"
/third_party/cJSON/tests/unity/auto/
H A Dparse_output.rb104 def test_failed(array) method in ParseOutput
172 test_failed(line_array)

Completed in 7 milliseconds