Home
last modified time | relevance | path

Searched refs:Test (Results 1 – 25 of 58) sorted by relevance

123

/tools/testing/kunit/
Dkunit_parser.py22 class Test: class
254 version_type: str, test: Test) -> None: argument
272 def parse_ktap_header(lines: LineStream, test: Test) -> bool: argument
303 def parse_test_header(lines: LineStream, test: Test) -> bool: argument
327 def parse_test_plan(lines: LineStream, test: Test) -> bool: argument
357 def peek_test_name_match(lines: LineStream, test: Test) -> bool: argument
382 def parse_test_result(lines: LineStream, test: Test, argument
489 def print_test_header(test: Test) -> None: argument
518 def format_test_result(test: Test) -> str: argument
544 def print_test_result(test: Test) -> None: argument
[all …]
Dkunit_json.py13 from kunit_parser import Test, TestStatus
30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj: argument
50 def get_json_result(test: Test, metadata: Metadata) -> str: argument
/tools/testing/selftests/arm64/fp/
DTODO1 - Test unsupported values in the ABIs.
7 - Test PR_SVE_VL_INHERIT after a double fork.
/tools/testing/selftests/futex/
DREADME1 Futex Test
3 Futex Test is intended to thoroughly test the Linux kernel futex system call
36 Test output shall be easily parsable by both human and machine. Title and
61 o The Futex Test project adheres to the coding standards set forth by Linux
/tools/memory-model/litmus-tests/
DCoWW+poonceonce.litmus6 * Test of write-write coherence, that is, whether or not two successive
DCoRR+poonceonce+Once.litmus6 * Test of read-read coherence, that is, whether or not two successive
DCoRW+poonceonce+Once.litmus6 * Test of read-write coherence, that is, whether or not a read from
DCoWR+poonceonce+Once.litmus6 * Test of write-read coherence, that is, whether or not a write to a
DIRIW+poonceonces+OnceOnce.litmus6 * Test of independent reads from independent writes with nothing
DIRIW+fencembonceonces+OnceOnce.litmus6 * Test of independent reads from independent writes with smp_mb()
/tools/testing/selftests/mm/
Dcharge_reserved_hugetlb.sh424 echo Test normal case.
453 echo Test normal case with write.
473 echo Test more than reservation case.
490 echo Test more than cgroup limit case.
506 echo Test normal case, multiple cgroups.
552 echo Test normal case with write, multiple cgroups.
/tools/perf/tests/attr/
Dtest-record-user-regs-sve-aarch641 # Test that asking for VG works if the system has SVE and after the
Dtest-record-user-regs-no-sve-aarch641 # Test that asking for VG fails if the system doesn't support SVE. This
Dtest-record-user-regs-old-sve-aarch641 # Test that asking for VG always fails on old kernels because it was
/tools/testing/selftests/net/packetdrill/
Dtcp_slow_start_slow-start-app-limited.pkt2 // Test of slow start when application-limited: in this case,
Dtcp_slow_start_slow-start-ack-per-2pkt-send-5pkt.pkt2 // Test of slow start when an outstanding flight of packets is
Dtcp_slow_start_slow-start-app-limited-9-packets-out.pkt2 // Test of slow start when application-limited: in this case,
Dtcp_slow_start_slow-start-ack-per-4pkt.pkt2 // Test of slow start when not application-limited, so that
Dtcp_slow_start_slow-start-ack-per-2pkt-send-6pkt.pkt2 // Test of slow start when an outstanding flight of packets is
Dtcp_slow_start_slow-start-ack-per-2pkt.pkt2 // Test of slow start when not application-limited, so that
Dtcp_slow_start_slow-start-after-idle.pkt2 // Test of slow start after idle
Dtcp_md5_md5-only-on-client-ack.pkt2 // Test what happens when client does not provide MD5 on SYN,
Dtcp_slow_start_slow-start-after-win-update.pkt2 // Test of slow start after window update
Dtcp_slow_start_slow-start-ack-per-1pkt.pkt2 // Test of slow start when not application-limited, so that
/tools/testing/ktest/examples/include/
Ddefaults.conf86 GRUB_MENU = Test Kernel

123