Searched refs:Test (Results 1 - 25 of 38) sorted by relevance

12

/linux-master/tools/testing/kunit/
H A Dkunit_json.py4 # KernelCI spec: https://github.com/kernelci/kernelci-doc/wiki/Test-API
13 from kunit_parser import Test, TestStatus namespace
30 def _get_group_json(test: Test, common_fields: JsonObj) -> JsonObj:
50 def get_json_result(test: Test, metadata: Metadata) -> str:
62 test_group["name"] = "KUnit Test Group"
H A Dkunit_parser.py5 # Test object.
22 class Test: class in inherits:
25 results within a test log are stored in a main Test object as
33 subtests : List[Test] - list of subtests
40 """Creates Test object with default attributes."""
44 self.subtests = [] # type: List[Test]
49 """Returns string representation of a Test class object."""
50 return (f'Test({self.status}, {self.name}, {self.expected_count}, '
54 """Returns string representation of a Test class object."""
60 stdout.print_with_timestamp(stdout.red('[ERROR]') + f' Test
[all...]
H A Dkunit.py219 def parse_tests(request: KunitParseRequest, metadata: kunit_json.Metadata, input_data: Iterable[str]) -> Tuple[KunitResult, kunit_parser.Test]:
224 fake_test = kunit_parser.Test()
252 stdout.print_with_timestamp("Test results stored in %s" %
/linux-master/tools/testing/ktest/examples/include/
H A Ddefaults.conf80 # title Test Kernel
86 GRUB_MENU = Test Kernel
/linux-master/tools/testing/selftests/mm/
H 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.
H A Dhugetlb_reparenting_test.sh179 echo Test charge, rmdir, uncharge
200 echo "Test parent and child hugetlb usage"
229 echo "Test child only hugetlb usage"
/linux-master/tools/testing/selftests/nolibc/
H A Drun-tests.sh4 # Test runner for nolibc tests
42 -m [MODE] Test mode user/system (default: ${test_mode})
/linux-master/tools/testing/selftests/net/
H A Dtest_vxlan_nolocalbypass.sh168 -t <test> Test(s) to run (default: all)
H A Ddrop_monitor_tests.sh129 -t <test> Test(s) to run (default: all)
207 help) echo "Test names: $TESTS"; exit 0;;
H A Dgre_gso.sh175 -t <test> Test(s) to run (default: all)
226 help) echo "Test names: $TESTS"; exit 0;;
H A Dvrf_strict_mode_test.sh357 -t <test> Test(s) to run (default: all)
418 help) echo "Test names: $TESTS"; exit 0;;
H A Darp_ndisc_untracked_subnets.sh254 -t <test> Test(s) to run (default: all)
300 help) echo "Test names: $TESTS"; exit 0;;
H A Dfib_rule_tests.sh434 -t <test> Test(s) to run (default: all)
471 help) echo "Test names: $TESTS"; exit 0;;
/linux-master/arch/m68k/fpsp040/
H A Dbinstr.S38 | A6. Test d7. If zero, the digit formed is the ms digit. If non-
111 | A6. Test d7 and branch.
H A Dscale.S162 | The result exponent is below denorm value. Test for catastrophic
188 | Test for zero. If zero, simply use fmove to return +/- zero
351 | Source is outside of 2^14 range. Test the sign and branch
H A Dx_unfl.S159 | Test for fsgldiv and fsglmul. If the inst was one of these, then
H A Dbugfix.S177 | Test for cu_savepc equal to zero. If not, this is not a bug
185 | Test the register conflict aspect. If opclass0, check for
H A Dres_func.S192 | The move or operation is not with forced precision. Test for
697 | One of the ops is denormalized. Test for wrap condition
801 | One of the ops is denormalized. Test for wrap condition
976 | One of the ops is denormalized. Test for wrap condition
1157 | One of the ops is denormalized. Test for wrap condition
1195 | One of the ops is denormalized. Test for wrap condition
/linux-master/arch/arm/lib/
H A Dcsumpartialcopygeneric.S95 tst dst, #3 @ Test destination alignment
104 tst src, #3 @ Test source alignment
H A Dcsumpartial.S108 tst buf, #3 @ Test destination alignment
H A Ddiv64.S48 @ Test for easy paths first.
/linux-master/tools/perf/tests/
H A Dattr.py134 # Test file description needs to have following sections:
153 class Test(object): class in inherits:object
390 Test(f, options).run()
/linux-master/arch/arm/nwfpe/
H A Dentry.S142 @ Test if we need to give access to iWMMXt coprocessors
/linux-master/drivers/zorro/
H A Dzorro.ids45 6100 A3000 Test Fixture [Miscellaneous Expansion Card]
122 07db Hacker Test Board
/linux-master/arch/arm/kernel/
H A Dentry-header.S435 @ Test whether the SP has overflowed. Task and IRQ stacks are aligned

Completed in 220 milliseconds

12