Searched refs:fails (Results 1 - 25 of 139) sorted by relevance

123456

/openbsd-current/gnu/llvm/clang/utils/ABITest/
H A Dbuild-and-summarize.sh12 ../summarize.sh $1 &> fails-x.txt
13 cat fails-x.txt
14 wc -l fails-x.txt
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/
H A Dopr-dot1.C18 derived2& fails; member in struct:test
20 fails.base1::x = 5;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/compile/
H A Dalpha1.x1 # This test fails compilation in cross-endian environments, for example as
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/
H A D980628-4.x1 # This test fails compilation in cross-endian environments, for example as
H A D980628-5.x1 # This test fails compilation in cross-endian environments, for example as
H A D980628-6.x1 # This test fails compilation in cross-endian environments, for example as
H A Dalpha2.x1 # This test fails compilation in cross-endian environments, for example as
H A Dauto0.x1 # This test fails compilation in cross-endian environments, for example as
H A Dauto1.x1 # This test fails compilation in cross-endian environments, for example as
/openbsd-current/regress/lib/libutil/bcrypt_pbkdf/
H A Dbcrypt_pbkdf_test.c129 int i, fails; local
132 fails = 0;
138 fails++;
151 fails++;
154 return fails;
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D920501-4.x1 # This test fails on HC11/HC12 when it is compiled without -mshort because
H A D20000825-1.c8 u32 ret = ~(1 << logmask); // fails
24 // Both good() and fails() compile ok if we choose
26 u32 fails(u32 *var) function
H A D20010518-2.x1 # This test fails on HC11/HC12 when it is compiled without -mshort because
H A D920501-12.x1 # This test fails on HC11/HC12 when it is compiled without -mshort because
H A Dsimd-5.x7 # On SPARC64/SPARC-V9 it fails, except with -m32.
29 # On PowerPC-64 it fails unconditionally.
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/ieee/
H A Dhugeval.x1 # This test fails under hpux 9.X and 10.X because HUGE_VAL is DBL_MAX
/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D20020227-1.x1 # This test reportedly fails on all 64-bit targets, see PR6221. It's
10 "This test fails on 64-bit targets, see PR6221." \
17 # Regular sparc fails with -m64, but not with -O0/-O1.
21 "This test fails on 64-bit targets, see PR6221." \
H A D960312-1.x1 # This test fails on HC11/HC12 when it is compiled without -mshort because
/openbsd-current/gnu/lib/libiberty/src/testsuite/
H A Dtest-expandargv.c197 Return number of fails */
204 int i, j, k, fails, failed; local
206 i = j = fails = 0;
255 fails++;
265 return fails;
275 int fails; local
284 else the test fails.
287 fails = run_tests (test_data);
288 if (!fails)
/openbsd-current/gnu/llvm/llvm/bindings/ocaml/linker/
H A Dllvm_linker.mli17 if the linking fails. The src module is destroyed. *)
/openbsd-current/libexec/ld.so/alpha/
H A Drtld_machine.c54 int fails = 0; local
165 fails++;
169 return fails;
230 int fails = 0; local
239 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
260 return fails;
/openbsd-current/libexec/ld.so/powerpc/
H A Drtld_machine.c59 int fails = 0; local
118 fails++;
248 fails++;
261 return fails;
272 int fails = 0; local
278 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
299 return fails;
/openbsd-current/libexec/ld.so/m88k/
H A Drtld_machine.c68 int fails = 0; local
128 fails++;
153 fails++;
212 return fails;
240 int fails = 0; local
254 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
288 return fails;
/openbsd-current/libexec/ld.so/powerpc64/
H A Drtld_machine.c58 int fails = 0; local
114 fails++;
246 fails++;
259 return fails;
270 int fails = 0; local
276 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
295 return fails;
/openbsd-current/libexec/ld.so/arm/
H A Drtld_machine.c165 int fails = 0; local
239 fails++;
287 return fails;
298 int fails = 0; local
307 fails = _dl_md_reloc(object, DT_JMPREL, DT_PLTRELSZ);
322 return fails;

Completed in 130 milliseconds

123456