/netbsd-src/external/bsd/kyua-cli/dist/engine/ |
H A D | test_result_test.cpp | 135 PARSE_TEST(broken); 146 ATF_REQUIRE(test_result(test_result::broken, "Empty result file") == in ATF_TEST_CASE_BODY() 156 test_result(test_result::broken, "Unknown result type 'passed '") == in ATF_TEST_CASE_BODY() 162 test_result(test_result::broken, "Unknown result type 'fail'") == in ATF_TEST_CASE_BODY() 168 test_result(test_result::broken, "Unknown result type 'a b'") == in ATF_TEST_CASE_BODY() 173 GETTERS_TEST(broken, test_result::broken, "The reason", 174 test_result(test_result::broken, "The reason")); 185 GOOD_TEST(broken, false, test_result::broken); 192 OUTPUT_TEST(broken, "test_result{type='broken', reason='foo'}", 193 test_result(test_result::broken, "foo")); [all …]
|
H A D | test_result.cpp | 70 return test_result(broken, "Empty result file"); in parse() 97 return test_result(broken, reason); in parse() 107 return test_result(broken, F("Unknown result type '%s'") % type); in parse() 144 case broken: in good() 188 case test_result::broken: result_name = "broken"; break; in operator <<()
|
H A D | test_case_test.cpp | 549 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() 850 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::broken, in ATF_TEST_CASE_BODY() 866 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::broken, in ATF_TEST_CASE_BODY() 881 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() 898 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() 914 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() 930 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() 973 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() 1059 ATF_REQUIRE_EQ(engine::test_result(engine::test_result::broken, in ATF_TEST_CASE_BODY() 1075 ATF_REQUIRE(engine::test_result::broken == result.type()); in ATF_TEST_CASE_BODY() [all …]
|
H A D | test_case.cpp | 414 return test_result(test_result::broken, "Test program does not exist"); in debug_test_case() 444 engine::test_result::broken, in debug_test_case() 475 return test_result(test_result::broken, "Test program does not exist"); in run_test_case() 507 engine::test_result::broken, in run_test_case()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/build/ |
H A D | Makefile | 23 $(OBJDIR)/broken-one.o: $(SRCDIR)/broken-one.c 24 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-one.c 26 $(OBJDIR)/broken-two.o: $(SRCDIR)/broken-two.c 27 $(CC) $(CFLAGS) -c -o $@ $(SRCDIR)/broken-two.c 36 build_broken: $(OBJDIR)/main.o $(OBJDIR)/broken-one.o $(OBJDIR)/broken-two.o
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/scan-build-py/tests/functional/src/compilation_database/ |
H A D | build_broken.json.in | 10 "command": "cc -c -o broken-one.o broken-one.c -Wall -DDEBUG \"-Dvariable=value with space\"", 11 "file": "${path}/broken-one.c" 16 "command": "g++ -c -o broken-two.o broken-two.c -Wall -DDEBUG -Dvariable=value", 17 "file": "${path}/broken-two.c"
|
/netbsd-src/external/bsd/kyua-cli/dist/integration/ |
H A D | cmd_report_test.sh | 78 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 90 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 154 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 171 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 202 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 220 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 241 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 260 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 264 --results-filter=skipped,xfail,broken,failed
|
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/ |
H A D | analysis.go | 38 broken := C.LLVMVerifyModule(m.C, C.LLVMVerifierFailureAction(a), &cmsg) 42 if broken != 0 { 55 broken := C.LLVMVerifyFunction(f.C, C.LLVMVerifierFailureAction(a)) 59 if broken != 0 {
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/freescale/ |
H A D | fsl-ls1028a-kontron-sl28-var2.dts | 23 eee-broken-1000t; 24 eee-broken-100tx; 29 eee-broken-1000t; 30 eee-broken-100tx;
|
H A D | fsl-ls1028a-kontron-sl28-var4.dts | 32 eee-broken-1000t; 33 eee-broken-100tx;
|
/netbsd-src/crypto/external/bsd/heimdal/dist/cf/ |
H A D | krb-func-getcwd-broken.m4 | 4 dnl test for broken getcwd in (SunOS braindamage) 9 AC_MSG_CHECKING(if getcwd is broken) 34 AC_DEFINE(BROKEN_GETCWD, 1, [Define if getcwd is broken (like in SunOS 4).])dnl
|
H A D | ChangeLog | 120 * roken-frag.m4: drop broken-getnameinfo.m4 122 * roken-frag.m4: drop test for broken getnameinfo, that old aix is 246 * resolv.m4: Resolver checks, broken out so samba can use it From 271 * krb-func-getcwd-broken.m4: use ansi c prototypes 273 * broken-snprintf.m4: use ansi c prototypes 279 * broken-realloc.m4: use ansi c declarations 292 * broken-getaddrinfo.m4: check for brokenness in getaddrinfo on 347 * broken-snprintf.m4: include checking if snprintf(NULL, 0, "") 368 * broken-realloc.m4: use rk_realloc if realloc is broken, this 628 * broken-getaddrinfo.m4: can't test for EAI_SERVICE here since AIX [all …]
|
/netbsd-src/external/mpl/bind/dist/bin/tests/system/resolver/ns4/ |
H A D | broken.db | 23 sub.broken. NS ns.sub.broken. 24 ns.sub.broken. A 10.53.0.6
|
/netbsd-src/external/bsd/kyua-cli/dist/cli/ |
H A D | cmd_report.cpp | 223 titles[engine::test_result::broken] = "Broken tests"; in print_tests() 237 const std::size_t broken = count_results(test_result::broken); in print_tests() local 242 const std::size_t total = broken + failed + passed + skipped + xfail; in print_tests() 248 total % skipped % xfail % broken % failed); in print_tests()
|
H A D | common.cpp | 100 valid_types["broken"] = test_result::broken; in parse_types() 192 types.push_back(engine::test_result::broken); in get_result_types() 307 case test_result::broken: text = "broken"; break; in format_result()
|
/netbsd-src/bin/sh/ |
H A D | mkinit.sh | 75 printf >&2 "$0: %s\n" 'No pattern match with \ (broken shell)' 84 printf >&2 "$0: %s\n" 'Bogus pattern match with \ (broken shell)'
|
/netbsd-src/libexec/ld.elf_so/arch/mips/ |
H A D | mips_reloc.c | 256 int broken; in _rtld_relocate_nonplt_objects() 260 broken = 0; in _rtld_relocate_nonplt_objects() 264 broken = 1; in _rtld_relocate_nonplt_objects() 265 dbg(("%s: broken=%d", obj->path, broken)); in _rtld_relocate_nonplt_objects() 281 broken && sym->st_shndx == SHN_UNDEF) { in _rtld_relocate_nonplt_objects() 408 && !broken in _rtld_relocate_nonplt_objects() 238 int broken; _rtld_relocate_nonplt_objects() local
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/allwinner/ |
H A D | sun50i-a64-pine64-lts.dts | 24 broken-cd; /* card detect is broken on *some* boards */
|
/netbsd-src/lib/libc/softfloat/bits32/ |
H A D | softfloat-macros | 64 than 64, the result will be 0. The result is broken into two 32-bit pieces 100 nonzero. The result is broken into two 32-bit pieces which are stored at 140 at most 64 nonzero bits; these are broken into two 32-bit pieces which are 211 of `count' must be less than 32. The result is broken into two 32-bit 230 The value of `count' must be less than 32. The result is broken into three 267 any carry out is lost. The result is broken into two 32-bit pieces which 287 modulo 2^96, so any carry out is lost. The result is broken into three 326 2^64, so any borrow out (carry out) is lost. The result is broken into two 345 is modulo 2^96, so any borrow out (carry out) is lost. The result is broken 382 Multiplies `a' by `b' to obtain a 64-bit product. The product is broken [all …]
|
/netbsd-src/external/gpl2/diffutils/dist/m4/ |
H A D | realloc.m4 | 11 dnl mistakenly use a broken realloc -- as it might if this test were omitted. 26 dnl When crosscompiling, assume realloc is broken.
|
H A D | malloc.m4 | 11 dnl mistakenly use a broken malloc -- as it might if this test were omitted. 26 dnl When crosscompiling, assume malloc is broken.
|
/netbsd-src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
H A D | stm32mp157a-iot-box.dts | 40 broken-cd; 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
|
/netbsd-src/external/gpl2/xcvs/dist/m4/ |
H A D | fnmatch.m4 | 20 dnl have a broken or incompatible fnmatch. 76 dnl a broken fnmatch() in libc.so would override our fnmatch() if it is 96 dnl a broken fnmatch() in libc.so would override our fnmatch() if it is
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/util/ |
H A D | dofile.pl | 128 sub broken { subroutine 210 BROKEN => \&broken);
|
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-m4/ |
H A D | fnmatch.m4 | 21 dnl have a broken or incompatible fnmatch. 82 dnl a broken fnmatch() in libc.so would override our fnmatch() if it is 102 dnl a broken fnmatch() in libc.so would override our fnmatch() if it is
|