| /tools/testing/selftests/net/packetdrill/ |
| A D | tcp_nagle_sendmsg_msg_more.pkt | 2 // Test the MSG_MORE flag will correctly corks the tiny writes 17 // Test the basic case: MSG_MORE overwrites TCP_NODELAY and enables Nagle. 23 // Test unsetting MSG_MORE releases the packet 37 // Test >MSS write will unleash MSS packets but hold on the remaining data. 48 // Test we'll hold on the subsequent writes when inflight (3801:3951) > 0 62 // Test the case a MSG_MORE send followed by a write flushes the data
|
| A D | tcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt | 2 // Test TCP fastopen behavior with NULL as buffer pointer, but a non-zero 20 // Test with MSG_FASTOPEN without TCP_FASTOPEN_CONNECT. 26 // Test with TCP_FASTOPEN_CONNECT without MSG_FASTOPEN. 34 // Test with both TCP_FASTOPEN_CONNECT and MSG_FASTOPEN.
|
| A D | tcp_ooo-before-and-after-accept.pkt | 8 // Test that a not-yet-accepted socket does not change 35 // Test that ooo packets for accepted sockets do increase sk_rcvbuf
|
| A D | tcp_blocking_blocking-connect.pkt | 2 // Test for blocking connect.
|
| A D | tcp_blocking_blocking-accept.pkt | 2 // Test for blocking accept.
|
| A D | tcp_blocking_blocking-read.pkt | 2 // Test for blocking read.
|
| A D | tcp_syscall_bad_arg_sendmsg-empty-iov.pkt | 2 // Test that we correctly skip zero-length IOVs.
|
| A D | tcp_tcp_info_tcp-info-last_data_recv.pkt | 2 // Test tcpi_last_data_recv for active session
|
| A D | tcp_close_close-local-close-then-remote-fin.pkt | 2 // Test basic connection teardown where local process closes first:
|
| A D | tcp_ecn_ecn-uses-ect0.pkt | 2 // Test ECN: verify that Linux TCP ECN sending code uses ECT0 (not ECT1).
|
| A D | tcp_syscall_bad_arg_syscall-invalid-buf-ptr.pkt | 2 // Test kernel behavior with NULL as buffer pointer
|
| A D | tcp_ts_recent_fin_tsval.pkt | 2 // Test that we send FIN packet with correct TSval
|
| /tools/testing/kunit/ |
| A D | kunit_parser.py | 22 class Test: class 254 version_type: str, test: Test, printer: Printer) -> None: argument 329 def parse_test_plan(lines: LineStream, test: Test) -> bool: argument 384 def parse_test_result(lines: LineStream, test: Test, argument 492 def print_test_header(test: Test, printer: Printer) -> None: argument 522 def format_test_result(test: Test, printer: Printer) -> str: argument 604 def _summarize_failed_tests(test: Test) -> str: argument 670 def bubble_up_test_results(test: Test) -> None: argument 751 test = Test() 787 sub_test = Test() [all …]
|
| A D | kunit_json.py | 13 from kunit_parser import Test, TestStatus 30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj: argument 60 def get_json_result(test: Test, metadata: Metadata) -> str: argument
|
| /tools/testing/selftests/arm64/fp/ |
| A D | TODO | 1 - Test unsupported values in the ABIs. 7 - Test PR_SVE_VL_INHERIT after a double fork.
|
| /tools/testing/selftests/kselftest_harness/ |
| A D | harness-selftest.expected | 13 # standalone_fail: Test terminated by assertion 24 # signal_fail: Test terminated by assertion 41 # fail: Test terminated by assertion 47 # timeout: Test terminated by timeout 60 # pass: Test terminated by assertion
|
| /tools/testing/selftests/futex/ |
| A D | README | 1 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/ |
| A D | CoWW+poonceonce.litmus | 6 * Test of write-write coherence, that is, whether or not two successive
|
| A D | CoRR+poonceonce+Once.litmus | 6 * Test of read-read coherence, that is, whether or not two successive
|
| A D | CoRW+poonceonce+Once.litmus | 6 * Test of read-write coherence, that is, whether or not a read from
|
| A D | CoWR+poonceonce+Once.litmus | 6 * Test of write-read coherence, that is, whether or not a write to a
|
| /tools/testing/selftests/mm/ |
| A D | charge_reserved_hugetlb.sh | 424 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/shell/attr/ |
| A D | test-record-user-regs-no-sve-aarch64 | 1 # Test that asking for VG fails if the system doesn't support SVE. This
|
| A D | test-record-user-regs-old-sve-aarch64 | 1 # Test that asking for VG always fails on old kernels because it was
|
| A D | test-record-user-regs-sve-aarch64 | 1 # Test that asking for VG works if the system has SVE and after the
|