Searched refs:failures (Results 1 - 25 of 42) sorted by relevance

12

/haiku-buildtools/legacy/gcc/libiberty/testsuite/
H A Dregress-demangle6 failures=0
16 failures=`expr $failures + 1`
21 if test $failures -eq 0; then
24 echo "$failures of $count tests failed"
27 test $failures -eq 0
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/dfp/
H A Ddfp-dbg.h3 int failures; variable
7 #define FAILURE { printf ("failed at line %d\n", __LINE__); failures++; }
8 #define FINISH if (failures != 0) __builtin_abort (); return 0;
H A Dfe-check.h12 { printf ("failed for test %d: %s %s\n", NUM, KIND, EXCEPT); failures++; }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/24_iterators/random_access_iterator/
H A Dstring_vector_iterators.cc28 int failures(0);
34 ++failures;
38 ++failures;
41 ++failures;
43 ++failures;
47 ++failures;
51 ++failures;
54 ++failures;
56 ++failures;
60 ++failures;
[all...]
/haiku-buildtools/gcc/gcc/testsuite/c-c++-common/dfp/
H A Ddfp-dbg.h11 int failures; variable
15 #define FAILURE { printf ("failed at line %d\n", __LINE__); failures++; }
16 #define FINISH if (failures != 0) __builtin_abort (); return 0;
/haiku-buildtools/binutils/gold/testsuite/
H A Dtestmain.cc39 exit(tf.failures());
H A Dtest.h40 // Return number of failures.
42 failures() const function in class:gold_testsuite::Test_framework
/haiku-buildtools/gcc/libvtv/testsuite/other-tests/
H A Ddlopen.cc9 int failures = 0; variable
14 failures++;
H A Dso.cc10 extern int failures;
80 prev_failures = failures;
82 // this code may be executed by multiple threads at the same time. So, just verify the number of failures has
84 assert(failures > prev_failures);
H A Ddlopen_mt.cc16 int failures = 0; variable
21 failures++;
/haiku-buildtools/binutils/gas/testsuite/gas/arm/
H A Dgroup-reloc-alu-encoding-bad.d1 #name: Group relocation tests, encoding failures (alu)
H A Dgroup-reloc-alu-parsing-bad.d1 #name: Group relocation tests, parsing failures (alu)
H A Dgroup-reloc-ldc-encoding-bad.d1 #name: Group relocation tests, encoding failures (ldc)
H A Dgroup-reloc-ldc-parsing-bad.d1 #name: Group relocation tests, parsing failures (ldc)
H A Dgroup-reloc-ldr-encoding-bad.d1 #name: Group relocation tests, encoding failures (ldr)
H A Dgroup-reloc-ldr-parsing-bad.d1 #name: Group relocation tests, parsing failures (ldr)
H A Dgroup-reloc-ldrs-encoding-bad.d1 #name: Group relocation tests, encoding failures (ldrs)
H A Dgroup-reloc-ldrs-parsing-bad.d1 #name: Group relocation tests, parsing failures (ldrs)
/haiku-buildtools/gcc/libbacktrace/
H A Dstest.c115 int failures; local
119 failures = 0;
132 ++failures;
136 exit (failures > 0 ? EXIT_FAILURE : EXIT_SUCCESS);
H A Dbtest.c103 /* The number of failures. */
105 static int failures; variable
335 ++failures;
337 return failures;
387 ++failures;
389 return failures;
537 ++failures;
539 return failures;
614 ++failures;
616 return failures;
[all...]
/haiku-buildtools/legacy/binutils/libiberty/testsuite/
H A Dtest-demangle.c138 int failures = 0; local
175 failures++;
208 failures++;
224 failures++;
254 failures++;
271 failures++;
285 failures++;
295 printf ("%s: %d tests, %d failures\n", argv[0], tests, failures);
296 return failures
[all...]
/haiku-buildtools/binutils/libiberty/testsuite/
H A Dtest-demangle.c186 int failures = 0; local
228 failures++;
261 failures++;
279 failures++;
309 failures++;
326 failures++;
340 failures++;
350 printf ("%s: %d tests, %d failures\n", argv[0], tests, failures);
351 return failures
[all...]
/haiku-buildtools/gcc/libiberty/testsuite/
H A Dtest-demangle.c186 int failures = 0; local
228 failures++;
261 failures++;
279 failures++;
309 failures++;
326 failures++;
340 failures++;
350 printf ("%s: %d tests, %d failures\n", argv[0], tests, failures);
351 return failures
[all...]
/haiku-buildtools/gcc/mpfr/tests/
H A Dtinternals.c55 int failures = 0, mx, neg, err, dir, r, inex, inex2; local
115 if (++failures == 10) /* show at most 10 failures */
120 if (failures)
/haiku-buildtools/gcc/gmp/demos/
H A Dfactorize.c36 unsigned int failures; local
76 failures = 0;
88 failures++;
89 if (failures > limit)
97 failures = 0;

Completed in 206 milliseconds

12