Home
last modified time | relevance | path

Searched refs:broken (Results 1 – 25 of 487) sorted by relevance

12345678910>>...20

/freebsd/contrib/kyua/engine/
H A Datf_result.cpp140 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 Datf_result_test.cpp161 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 Dcmd_report_test.sh69 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
275 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
298 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
316 Test cases: 2 total, 1 skipped, 0 expected failures, 0 broken, 0 failed
[all …]
H A Dcmd_test_test.sh47 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 Dpata-arasan.txt21 - 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/sys/contrib/device-tree/Bindings/mmc/
H A Dmmc-card.txt13 -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 Dsun50i-a64-pine64-lts.dts24 broken-cd; /* card detect is broken on *some* boards */
/freebsd/contrib/kyua/model/
H A Dtest_result_test.cpp81 broken,
107 GOOD_TEST(broken, false, model::test_result_broken);
115 broken,
/freebsd/tools/regression/poll/
H A DReadme11 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/arm64/freescale/
H A Dfsl-ls1028a-kontron-sl28-var4.dts24 eee-broken-1000t;
25 eee-broken-100tx;
H A Dfsl-ls1028a-kontron-sl28-var2.dts23 eee-broken-1000t;
24 eee-broken-100tx;
H A Dfsl-ls1028a-kontron-sl28-var1.dts30 eee-broken-1000t;
31 eee-broken-100tx;
/freebsd/lib/libc/softfloat/bits32/
H A Dsoftfloat-macros64 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/tools/test/stress2/misc/
H A Dsyscall5.sh65 broken="
93 echo "$broken" | grep -qw "$name" ||
/freebsd/usr.bin/stat/tests/
H A Dstat_test.sh101 ln -s nonexistent broken-link
105 atf_check -o not-empty stat -q broken-link
106 atf_check -o not-empty stat -qL broken-link
/freebsd/sys/contrib/device-tree/src/arm/st/
H A Dstm32mp157a-iot-box.dts40 broken-cd;
57 /* Note: HW flow control is broken, hence using custom CTS/RTS gpios */
/freebsd/sys/contrib/openzfs/rpm/redhat/
H A Dzfs-dkms.spec.in89 # This is a workaround for a broken 'dkms status', we caused in a previous version.
93 echo "ERROR: dkms status is broken!" >&2
120 # But this also may help, if we have a broken 'dkms status'.
150 # If removing the modules failed, it might be because of the broken 'dkms status'.
153 echo "ERROR: dkms status is broken!" >&2
/freebsd/sys/contrib/openzfs/rpm/generic/
H A Dzfs-dkms.spec.in89 # This is a workaround for a broken 'dkms status', we caused in a previous version.
93 echo "ERROR: dkms status is broken!" >&2
120 # But this also may help, if we have a broken 'dkms status'.
150 # If removing the modules failed, it might be because of the broken 'dkms status'.
153 echo "ERROR: dkms status is broken!" >&2
/freebsd/sys/contrib/device-tree/Bindings/usb/
H A Dusb-xhci.txt28 - quirk-broken-port-ped: set if the controller has broken port disable mechanism
/freebsd/lib/libc/softfloat/bits64/
H A Dsoftfloat-macros139 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 Dmmp2-olpc-xo-1-75.dts160 broken-cd;
169 broken-cd;
182 broken-cd;
/freebsd/crypto/heimdal/include/
H A DMakefile.in53 $(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 Dtest_crypto.in73 cert:FILE:$srcdir/data/yutaka-pad-broken-cert.pem \
74 anchor:FILE:$srcdir/data/yutaka-pad-broken-ca.pem > /dev/null && exit 1
/freebsd/contrib/ntp/html/hints/
H A Dlinux1 The kernel PLL interface is broken, I know.
/freebsd/contrib/kyua/
H A DMakefile.am107 --verbose --results-filter=broken,failed; \
122 --verbose --results-filter=broken,failed; \

12345678910>>...20