Searched refs:failed (Results 1 – 16 of 16) sorted by relevance
81 int failed; member91 int failed; member100 int failed; member134 if (*failed) in check()140 *failed = 1; in check()147 *failed = 1; in check()153 *failed = 1; in check()159 *failed = 1; in check()313 data.failed = 0; in f3()474 data.failed = 1; in f23()[all …]
55 int failed; in fileline_initialize() local62 failed = state->fileline_initialization_failed; in fileline_initialize()64 failed = backtrace_atomic_load_int (&state->fileline_initialization_failed); in fileline_initialize()66 if (failed) in fileline_initialize()131 failed = 1; in fileline_initialize()134 if (!failed) in fileline_initialize()138 failed = 1; in fileline_initialize()141 if (failed) in fileline_initialize()
580 @failed=0; all=0; xfail=0; xpass=0; skip=0; \594 failed=`expr $$failed + 1`; \609 failed=`expr $$failed + 1`; \626 if test "$$failed" -eq 0; then \635 banner="$$failed of $$all $$tests failed"; \638 … banner="$$failed of $$all $$tests did not behave as expected ($$xpass unexpected $$passes)"; \653 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \659 if test "$$failed" -eq 0; then \669 test "$$failed" -eq 0; \
224 [AC_MSG_FAILURE([compiler failed])])
82 if (mem->failed) { in tre_mem_alloc_impl()92 mem->failed = 1; in tre_mem_alloc_impl()105 mem->failed = 1; in tre_mem_alloc_impl()111 mem->failed = 1; in tre_mem_alloc_impl()
182 int failed; member
84 …bool failed = leaked > 65536; // in case C++ runtime allocated something (e.g. iostream locale or … in test_threads() local85 printf("\nTest %s!\n", (failed ? "FAILED" : "successful")); in test_threads()88 return failed ? 1 : 0; in test_threads()
337 if (start == -1) goto failed;340 if (write(ofd,"\x1b[999C",6) != 6) goto failed;342 if (cols == -1) goto failed;361 failed:
323 goto failed; in usb_device_new()327 goto failed; in usb_device_new()334 failed: in usb_device_new()
124 fseek no longer sets the stream error flag on failed seeks (this was614 - fwrite: wrong return value of partial/failed write668 - logic error skipping failed interfaces in if_nameindex1066 - realpath failed when file was not readable1403 - printf failed to report or stop on write errors1404 - printf failed to honor '+' modifier when printing NANs1406 - syslog failed to check for connect error1445 - fchmodat failed to report EOPNOTSUPP in race path1467 - new FLT_ROUNDS definition failed to work in C++ code1619 - mips fesetround failed to actually set rounding mode[all …]
360 if (retval == -1) goto failed;363 if (write(ofd,"\x1b[999C\x1b[999B",12) != 12) goto failed;365 if (retval == -1) goto failed;382 failed:
2303 goto failed; in do_dlsym()2314 failed: in do_dlsym()
130 the functions to return 0 for failed lookups.
211 + Detect failed profile fetches. (@djwatson)475 small/large allocation if chunk allocation failed. In the absence of this
3411 //failed3608 // non zero number to find where the test failed
9108 failed with an exception. This also fixes a couple of related RefOf and 11068 returned, even if the operation failed.12441 of the opcode failed. The solution to this problem was to13188 failed to cleanup properly by deleting all successfully resolved15969 Fixed a problem where Operation Region initialization failed if
Completed in 97 milliseconds