| /freebsd/contrib/kyua/engine/ |
| H A D | atf_result.cpp | 140 return atf_result(atf_result::broken, reason); in parse_with_reason() 393 case atf_result::broken: in good() 424 return atf_result(atf_result::broken, "Test case body timed out"); in apply() 431 case atf_result::broken: in apply() 451 return atf_result(atf_result::broken, "Expected clean exit but " + in apply() 458 return atf_result(atf_result::broken, "Expected failure should " in apply() 476 return atf_result(atf_result::broken, "Expected signal but " + in apply() 480 return atf_result(atf_result::broken, "Expected timeout but " + in apply() 487 return atf_result(atf_result::broken, "Failed test case should " in apply() 495 return atf_result(atf_result::broken, "Passed test case should " in apply() [all …]
|
| H A D | atf_result_test.cpp | 161 engine::atf_result::broken, none, "a b c", 164 engine::atf_result::broken, none, " ", 282 const engine::atf_result in_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 292 const engine::atf_result timed_out(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 294 ATF_REQUIRE_EQ(engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 350 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 376 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 381 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 386 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() 432 engine::atf_result(engine::atf_result::broken, in ATF_TEST_CASE_BODY() [all …]
|
| /freebsd/contrib/kyua/integration/ |
| H A D | cmd_report_test.sh | 69 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 81 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 126 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 155 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 174 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed 184 Test cases: 1 total, 0 skipped, 0 expected failures, 0 broken, 0 failed 203 Test cases: 1 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 276 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 299 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed 317 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed [all …]
|
| H A D | cmd_test_test.sh | 47 1/2 passed (0 broken, 0 failed, 1 skipped) 72 1/2 passed (0 broken, 1 failed, 0 skipped) 105 3/7 passed (0 broken, 0 failed, 4 skipped) 141 3/7 passed (0 broken, 3 failed, 1 skipped) 175 5/5 passed (0 broken, 0 failed, 0 skipped) 206 1/6 passed (0 broken, 5 failed, 0 skipped) 227 bogus_test_cases:die -> broken: Premature exit; test case received signal 9 [S.UUUs] 228 bogus_test_cases:exit -> broken: Premature exit; test case exited with code 0 [S.UUUs] 234 1/3 passed (2 broken, 0 failed, 0 skipped) 273 2/4 passed (0 broken, 1 failed, 1 skipped) [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/ata/ |
| H A D | pata-arasan.txt | 21 - arasan,broken-udma: if present, UDMA mode is unusable 22 - arasan,broken-mwdma: if present, MWDMA mode is unusable 23 - arasan,broken-pio: if present, PIO mode is unusable 25 required unless both UDMA and MWDMA mode are broken
|
| /freebsd/crypto/openssl/fuzz/ |
| H A D | slh-dsa.c | 217 uint8_t broken = 0; in slh_dsa_gen_key_with_params() local 235 broken = 1; in slh_dsa_gen_key_with_params() 240 if (!broken) in slh_dsa_gen_key_with_params() 241 broken = (bufptr == NULL) ? 1 : 0; in slh_dsa_gen_key_with_params() 250 broken = 1; in slh_dsa_gen_key_with_params() 255 if (!broken) in slh_dsa_gen_key_with_params() 256 broken = (bufptr == NULL) ? 1 : 0; in slh_dsa_gen_key_with_params() 262 *out1 = (void *)slh_dsa_gen_key(keytype, keysize, params, &broken); in slh_dsa_gen_key_with_params() 264 if (broken) in slh_dsa_gen_key_with_params()
|
| /freebsd/sys/contrib/device-tree/Bindings/mmc/ |
| H A D | mmc-card.txt | 13 -broken-hpi : Use this to indicate that the mmc-card has a broken hpi 28 broken-hpi;
|
| /freebsd/sys/contrib/device-tree/src/arm64/allwinner/ |
| H A D | sun50i-a64-pine64-lts.dts | 24 broken-cd; /* card detect is broken on *some* boards */
|
| /freebsd/contrib/kyua/model/ |
| H A D | test_result_test.cpp | 81 broken, 107 GOOD_TEST(broken, false, model::test_result_broken); 115 broken,
|
| /freebsd/tools/regression/poll/ |
| H A D | Readme | 11 about at least when it was broken. I thought that I fixed it 13 were very broken in Net/2 and maybe in 4.4BSD-Lite*).
|
| /freebsd/sys/contrib/device-tree/src/arm/allwinner/ |
| H A D | sun8i-v3s-netcube-kumquat.dts | 136 broken-cd; 144 broken-cd; 152 /* Disable external 32k osc as it is broken on current revision */ 222 /* Disable external 32k osc as it is broken on current revision */
|
| /freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
| H A D | fsl-ls1028a-kontron-sl28-var4.dts | 24 eee-broken-1000t; 25 eee-broken-100tx;
|
| H A D | fsl-ls1028a-kontron-sl28-var2.dts | 23 eee-broken-1000t; 24 eee-broken-100tx;
|
| H A D | fsl-ls1028a-kontron-sl28-var1.dts | 30 eee-broken-1000t; 31 eee-broken-100tx;
|
| /freebsd/tools/test/stress2/misc/ |
| H A D | syscall5.sh | 65 broken=" 93 echo "$broken" | grep -qw "$name" ||
|
| /freebsd/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 …]
|
| /freebsd/sys/contrib/device-tree/src/arm/st/ |
| H A D | stm32mp157a-iot-box.dts | 40 broken-cd; 57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
|
| /freebsd/sys/contrib/openzfs/rpm/redhat/ |
| H A D | zfs-dkms.spec.in | 95 # This is a workaround for a broken 'dkms status', we caused in a previous version. 99 echo "ERROR: dkms status is broken!" >&2 126 # But this also may help, if we have a broken 'dkms status'. 156 # If removing the modules failed, it might be because of the broken 'dkms status'. 159 echo "ERROR: dkms status is broken!" >&2
|
| /freebsd/sys/contrib/openzfs/rpm/generic/ |
| H A D | zfs-dkms.spec.in | 95 # This is a workaround for a broken 'dkms status', we caused in a previous version. 99 echo "ERROR: dkms status is broken!" >&2 126 # But this also may help, if we have a broken 'dkms status'. 156 # If removing the modules failed, it might be because of the broken 'dkms status'. 159 echo "ERROR: dkms status is broken!" >&2
|
| /freebsd/usr.bin/stat/tests/ |
| H A D | stat_test.sh | 172 ln -s nonexistent broken-link 176 atf_check -o not-empty stat -q broken-link 177 atf_check -o not-empty stat -qL broken-link
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | usb-xhci.txt | 28 - quirk-broken-port-ped: set if the controller has broken port disable mechanism
|
| /freebsd/lib/libc/softfloat/bits64/ |
| H A D | softfloat-macros | 139 than 128, the result will be 0. The result is broken into two 64-bit pieces 175 nonzero. The result is broken into two 64-bit pieces which are stored at 215 at most 128 nonzero bits; these are broken into two 64-bit pieces which are 286 of `count' must be less than 64. The result is broken into two 64-bit 305 The value of `count' must be less than 64. The result is broken into three 342 any carry out is lost. The result is broken into two 64-bit pieces which 362 modulo 2^192, so any carry out is lost. The result is broken into three 401 2^128, so any borrow out (carry out) is lost. The result is broken into two 421 result is broken into three 64-bit pieces which are stored at the locations 457 Multiplies `a' by `b' to obtain a 128-bit product. The product is broken [all …]
|
| /freebsd/sys/contrib/device-tree/src/arm/marvell/ |
| H A D | mmp2-olpc-xo-1-75.dts | 160 broken-cd; 169 broken-cd; 182 broken-cd;
|
| /freebsd/crypto/heimdal/include/ |
| H A D | Makefile.in | 53 $(top_srcdir)/cf/broken-getaddrinfo.m4 \ 54 $(top_srcdir)/cf/broken-glob.m4 \ 55 $(top_srcdir)/cf/broken-realloc.m4 \ 56 $(top_srcdir)/cf/broken-snprintf.m4 $(top_srcdir)/cf/broken.m4 \ 71 $(top_srcdir)/cf/find-if-not-broken.m4 \
|
| /freebsd/crypto/heimdal/lib/hx509/ |
| H A D | test_crypto.in | 73 cert:FILE:$srcdir/data/yutaka-pad-broken-cert.pem \ 74 anchor:FILE:$srcdir/data/yutaka-pad-broken-ca.pem > /dev/null && exit 1
|