Home
last modified time | relevance | path

Searched full:failing (Results 1 – 25 of 611) sorted by relevance

12345678910>>...25

/freebsd/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dt_integration.sh109 test_case check_invalid constant_conv1 "Checks failing on information-losing" \
111 test_case check_invalid constant_conv2 "Checks failing on information-losing" \
114 test_case check_invalid type_conv1 "Checks failing on information-losing" \
116 test_case check_invalid type_conv2 "Checks failing on information-losing" \
118 test_case check_invalid type_conv3 "Checks failing on information-losing" \
121 test_case check_invalid incorrect_array_size "Checks failing on incorrect" \
/freebsd/contrib/expat/tests/
H A Dalloc_tests.c104 fail("Parse succeeded despite failing allocator"); in START_TEST()
150 fail("Parse succeeded despite failing allocator"); in START_TEST()
177 fail("Parse succeeded despite failing allocator"); in START_TEST()
203 fail("Parse succeeded despite failing allocator"); in START_TEST()
244 fail("Parse succeeded despite failing allocator"); in START_TEST()
268 fail("Parse succeeded despite failing allocator"); in START_TEST()
294 fail("Parse succeeded despite failing allocator"); in START_TEST()
341 fail("Parsing ignored failing allocator"); in START_TEST()
426 fail("Encoding check succeeded despite failing allocator"); in START_TEST()
454 fail("Internal entity worked despite failing allocation in START_TEST()
[all...]
H A Dnsalloc_tests.c101 fail("Parsing worked despite failing allocations"); in START_TEST()
245 fail("Parsing worked despite failing allocations"); in START_TEST()
305 fail("Parsing worked despite failing allocations"); in START_TEST()
348 fail("Parsing worked despite failing allocations"); in START_TEST()
434 fail("Parsing worked despite failing allocations"); in START_TEST()
462 fail("Parsing worked despite failing reallocations"); in START_TEST()
469 /* Test long element names with namespaces under a failing allocator */
496 fail("Parsing worked despite failing reallocations"); in START_TEST()
537 fail("Parsing worked despite failing reallocation"); in START_TEST()
613 fail("Parsing worked despite failing reallocations"); in START_TEST()
[all …]
/freebsd/sbin/recoverdisk/
H A Drecoverdisk.1148 # recover data from failing hard drive ada3
171 Interacting with failing hardware has a tendency to crash machines,
176 When attempting to recover hard to read data from failing hard disks,
192 (S)ATA controllers do not handle failing disks well, if this
216 layer will retry failing read operations, but that
219 a rapidly failing drive.
251 If a failing device causes the machine to crash, there is
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/redundancy/
H A Dredundancy_raidz1.ksh38 # A raidz pool can withstand at most 1 device failing or missing.
47 # failing.
52 log_assert "Verify raidz pool can withstand one device failing."
78 log_pass "raidz pool can withstand one device failing passed."
H A Dredundancy_draid1.ksh39 # A draid pool can withstand at most 1 device failing or missing.
48 # failing.
53 log_assert "Verify draid pool can withstand one device failing."
79 log_pass "draid pool can withstand one device failing passed."
H A Dredundancy_raidz2.ksh38 # A raidz2 pool can withstand 2 devices are failing or missing.
47 # are failing.
52 log_assert "Verify raidz2 pool can withstand two devices failing."
85 log_pass "raidz2 pool can withstand two devices failing passed."
H A Dredundancy_raidz3.ksh38 # A raidz3 pool can withstand 3 devices are failing or missing.
47 # are failing.
52 log_assert "Verify raidz3 pool can withstand three devices failing."
85 log_pass "raidz3 pool can withstand three devices failing passed."
H A Dredundancy_draid2.ksh39 # A draid2 pool can withstand 2 devices are failing or missing.
48 # are failing.
53 log_assert "Verify draid2 pool can withstand two devices failing."
86 log_pass "draid2 pool can withstand two devices failing passed."
H A Dredundancy_draid3.ksh39 # A draid3 pool can withstand 3 devices are failing or missing.
48 # are failing.
53 log_assert "Verify draid3 pool can withstand three devices failing."
86 log_pass "draid3 pool can withstand three devices failing passed."
H A Dredundancy_mirror.ksh38 # A mirrored pool can withstand N-1 device are failing or missing.
47 # are failing.
52 log_assert "Verify mirrored pool can withstand N-1 devices are failing or missing."
95 log_pass "Mirrored pool can withstand N-1 devices failing as expected."
/freebsd/contrib/bmake/unit-tests/
H A Ddeptgt-begin-fail-indirect.mk6 # Between 2005-05-08 and 2020-11-24, a failing dependency of the .BEGIN node
10 .BEGIN: failing
12 failing: .PHONY .NOTMAIN
H A Ddeptgt-end-fail-indirect.mk12 .END: failing
15 failing: .PHONY
/freebsd/tests/sys/cddl/zfs/tests/redundancy/
H A Dredundancy_001_pos.ksh36 # A raidz pool can withstand at most 1 device failing or missing.
45 # failing.
59 log_assert "Verify raidz pool can withstand one device is failing."
85 log_pass "Raidz pool can withstand one devices is failing passed."
H A Dredundancy_002_pos.ksh36 # A raidz2 pool can withstand 2 devices are failing or missing.
45 # are failing.
59 log_assert "Verify raidz2 pool can withstand two devices are failing."
93 log_pass "Raidz2 pool can withstand two devices are failing passed."
H A Dredundancy_003_pos.ksh36 # A mirrored pool can withstand N-1 device are failing or missing.
45 # are failing.
59 log_assert "Verify mirrored pool can withstand N-1 devices are failing or missing."
103 log_pass "Mirrored pool can withstand N-1 devices failing as expected."
H A Dredundancy_test.sh30 atf_set "descr" "Verify raidz pool can withstand one device is failing."
55 atf_set "descr" "Verify raidz2 pool can withstand two devices are failing."
80 atf_set "descr" "Verify mirrored pool can withstand N-1 devices are failing or missing."
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh42 # - Regular, report error while any number of devices failing.
43 # - Mirror could withstand (N-1) devices failing
45 # - Raidz could withstand one devices failing
47 # - dRAID could withstand one devices failing
H A Dzpool_import_missing_001_pos.ksh42 # - Regular, report error while any number of devices failing.
43 # - Mirror could withstand (N-1) devices failing
45 # - Raidz could withstand one devices failing
H A Dzpool_import_missing_003_pos.ksh54 # - Regular, report error while any number of devices failing.
55 # - Mirror could withstand (N-1) devices failing
57 # - Raidz could withstand one devices failing
/freebsd/contrib/netbsd-tests/share/mk/
H A Dt_test.sh66 atf_tc_fail("Failing explicitly");
85 fail("Failing explicitly");
101 atf_fail "Failing explicitly"
/freebsd/tests/sys/cddl/zfs/tests/cli_root/zpool_import/
H A Dzpool_import_missing_002_pos.ksh40 # - Regular, report error while any number of devices failing.
41 # - Mirror could withstand (N-1) devices failing
43 # - Raidz could withstand one devices failing
H A Dzpool_import_missing_001_pos.ksh40 # - Regular, report error while any number of devices failing.
41 # - Mirror could withstand (N-1) devices failing
43 # - Raidz could withstand one devices failing
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/mmp/
H A Dmmp_write_uberblocks.ksh23 # Verify MMP behaves correctly when failing to write uberblocks.
45 log_assert "mmp behaves correctly when failing to write uberblocks."
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/GSYM/
H A DGsymReader.h76 /// object that indicates reason for failing to read the GSYM.
84 /// object that indicates reason for failing to read the GSYM.
105 /// or an error object that indicates reason for failing to lookup the
114 /// or an error object that indicates reason for failing get the function
132 /// for failing to lookup the address.
302 /// object that indicates reason for failing to read the GSYM.
356 /// or an error object that indicates reason for failing to lookup the

12345678910>>...25