/linux/tools/testing/kunit/ |
H A D | kunit_parser.py | 22 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 …]
|
H A D | kunit_json.py | 13 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
|
/linux/Documentation/gpu/amdgpu/ |
H A D | ras.rst | 46 RAS Basic Test 51 RAS Query Test 56 RAS Inject Test 60 RAS Disable Test
|
/linux/drivers/ntb/test/ |
H A D | Kconfig | 3 tristate "NTB Ping Pong Test Client" 12 tristate "NTB Debugging Tool Test Client" 31 tristate "NTB MSI Test Client"
|
/linux/drivers/iio/test/ |
H A D | Kconfig | 8 tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS 22 tristate "Test IIO rescale conversion functions" if !KUNIT_ALL_TESTS 34 tristate "Test IIO formatting functions" if !KUNIT_ALL_TESTS
|
/linux/tools/testing/selftests/arm64/fp/ |
H A D | TODO | 1 - Test unsupported values in the ABIs. 7 - Test PR_SVE_VL_INHERIT after a double fork.
|
/linux/Documentation/admin-guide/media/ |
H A D | misc-cardlist.rst | 14 Test drivers 27 vivid Virtual Video Test Driver
|
/linux/tools/testing/selftests/futex/ |
H 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
|
/linux/Documentation/userspace-api/media/v4l/ |
H A D | ext-ctrls-image-source.rst | 41 Test pattern red colour component. 44 Test pattern green (next to red) colour component. 47 Test pattern blue colour component. 50 Test pattern green (next to blue) colour component.
|
/linux/Documentation/dev-tools/kunit/ |
H A D | style.rst | 4 Test Style and Nomenclature 38 Test subsystems should be named after the code being tested, either after the 39 module (wherever possible), or after the directory or files being tested. Test 80 functionality being tested. Test suites can have shared initialization and 84 Test suites are named after the subsystem they are part of. If a subsystem 121 Test Cases 152 Test Kconfig Entries 188 Test File and Module Names 196 Test source files, whether compiled as a separate module or an
|
H A D | architecture.rst | 10 - `kunit_tool (Command-line Test Harness)`_ 23 Test Cases 44 Test Suites 78 The Test suites are stored in a linker section 138 Test Result Reporting 156 kunit_tool (Command-line Test Harness)
|
/linux/tools/testing/selftests/mm/ |
H 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.
|
/linux/drivers/media/platform/xilinx/ |
H A D | Kconfig | 25 tristate "Xilinx Video Test Pattern Generator" 29 Driver for the Xilinx Video Test Pattern Generator
|
/linux/Documentation/networking/device_drivers/ethernet/cirrus/ |
H A D | cs89x0.rst | 46 5.2.1 Diagnostic Self-Test 47 5.2.2 Diagnostic Network Test 384 adapter and its network connection. Use the diagnostics 'Self Test' option to 386 assigned. You can use the diagnostics 'Network Test' to test the ability of the 406 * Select 'Self-Test' to test the adapter's basic functionality. 407 * Select 'Network Test' to test the network connection and cabling. 417 * IO Register Read/Write Test 422 * Shared Memory Test 428 * Interrupt Test 433 * EEPROM Test [all …]
|
/linux/Documentation/driver-api/mmc/ |
H A D | mmc-test.rst | 4 MMC Test Framework 29 1. **Enable the MMC Test Framework**: 51 2. **Load the MMC Test Module**: 135 | Test | Test Name | Test Description | 265 Test Results 284 [ 1234.567891] mmc0: Test case 4. Basic read (with data verification)...
|
/linux/mm/damon/ |
H A D | Kconfig | 16 bool "Test for damon" if !KUNIT_ALL_TESTS 44 bool "Test for DAMON operations" if !KUNIT_ALL_TESTS 63 bool "Test for damon debugfs interface" if !KUNIT_ALL_TESTS 93 bool "Test for damon debugfs interface" if !KUNIT_ALL_TESTS
|
/linux/Documentation/ABI/stable/ |
H A D | sysfs-driver-usb-usbtmc | 9 "Universal Serial Bus Test and Measurement Class Specification 23 "Universal Serial Bus Test and Measurement Class, Subclass
|
/linux/drivers/ufs/host/ |
H A D | Kconfig | 23 tristate "DesignWare pci support using a G210 Test Chip" 26 Synopsys Test Chip is a PHY for prototyping purposes. 50 tristate "DesignWare platform support using a G210 Test Chip" 53 Synopsys Test Chip is a PHY for prototyping purposes.
|
/linux/drivers/usb/class/ |
H A D | Kconfig | 42 tristate "USB Test and Measurement Class support" 45 the USB.org specification for USB Test and Measurement devices
|
/linux/Documentation/driver-api/80211/ |
H A D | cfg80211.rst | 167 Test mode 171 :doc: Test mode
|
/linux/Documentation/dev-tools/kunit/api/ |
H A D | test.rst | 4 Test API
|
/linux/tools/memory-model/litmus-tests/ |
H A D | CoWW+poonceonce.litmus | 6 * Test of write-write coherence, that is, whether or not two successive
|
H A D | README | 6 Test of read-read coherence, that is, whether or not two 10 Test of read-write coherence, that is, whether or not a read 15 Test of write-read coherence, that is, whether or not a write 20 Test of write-write coherence, that is, whether or not two 24 Test of independent reads from independent writes with smp_mb() 32 Test of independent reads from independent writes with nothing
|
/linux/tools/perf/tests/attr/ |
H A D | test-record-user-regs-sve-aarch64 | 1 # Test that asking for VG works if the system has SVE and after the
|
H A D | test-record-user-regs-old-sve-aarch64 | 1 # Test that asking for VG always fails on old kernels because it was
|