Home
last modified time | relevance | path

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

1234

/tools/testing/selftests/net/packetdrill/
A Dtcp_nagle_sendmsg_msg_more.pkt2 // 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 Dtcp_syscall_bad_arg_fastopen-invalid-buf-ptr.pkt2 // 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 Dtcp_ooo-before-and-after-accept.pkt8 // Test that a not-yet-accepted socket does not change
35 // Test that ooo packets for accepted sockets do increase sk_rcvbuf
A Dtcp_blocking_blocking-connect.pkt2 // Test for blocking connect.
A Dtcp_blocking_blocking-accept.pkt2 // Test for blocking accept.
A Dtcp_blocking_blocking-read.pkt2 // Test for blocking read.
A Dtcp_syscall_bad_arg_sendmsg-empty-iov.pkt2 // Test that we correctly skip zero-length IOVs.
A Dtcp_tcp_info_tcp-info-last_data_recv.pkt2 // Test tcpi_last_data_recv for active session
A Dtcp_close_close-local-close-then-remote-fin.pkt2 // Test basic connection teardown where local process closes first:
A Dtcp_ecn_ecn-uses-ect0.pkt2 // Test ECN: verify that Linux TCP ECN sending code uses ECT0 (not ECT1).
A Dtcp_syscall_bad_arg_syscall-invalid-buf-ptr.pkt2 // Test kernel behavior with NULL as buffer pointer
A Dtcp_ts_recent_fin_tsval.pkt2 // Test that we send FIN packet with correct TSval
/tools/testing/kunit/
A Dkunit_parser.py22 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 Dkunit_json.py13 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 DTODO1 - Test unsupported values in the ABIs.
7 - Test PR_SVE_VL_INHERIT after a double fork.
/tools/testing/selftests/kselftest_harness/
A Dharness-selftest.expected13 # 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 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/
A DCoWW+poonceonce.litmus6 * Test of write-write coherence, that is, whether or not two successive
A DCoRR+poonceonce+Once.litmus6 * Test of read-read coherence, that is, whether or not two successive
A DCoRW+poonceonce+Once.litmus6 * Test of read-write coherence, that is, whether or not a read from
A DCoWR+poonceonce+Once.litmus6 * Test of write-read coherence, that is, whether or not a write to a
/tools/testing/selftests/mm/
A 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/shell/attr/
A Dtest-record-user-regs-no-sve-aarch641 # Test that asking for VG fails if the system doesn't support SVE. This
A Dtest-record-user-regs-old-sve-aarch641 # Test that asking for VG always fails on old kernels because it was
A Dtest-record-user-regs-sve-aarch641 # Test that asking for VG works if the system has SVE and after the

Completed in 22 milliseconds

1234