Searched refs:add_error (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/tools/testing/kunit/ |
| H A D | kunit_parser.py | 57 def add_error(self, printer: Printer, error_message: str) -> None: member in Test 269 test.add_error(printer, f'{version_type} version lower than expected!') 271 test.add_error(printer, f'{version_type} version higer than expected!') 426 test.add_error(printer, f'Expected test number {expected_num} but found {num}') 794 test.add_error(printer, 'missing expected subtest!') 811 test.add_error(printer, 'missing subtest result line!') 815 test.add_error(printer, 'No more test results!') 826 test.add_error(printer, '0 tests run!') 855 test.add_error(printer, 'Could not find any KTAP output. Did any KUnit tests run?')
|
| /linux-6.15/fs/ramfs/ |
| H A D | file-nommu.c | 110 goto add_error; in ramfs_nommu_expand_for_mapping() 122 add_error: in ramfs_nommu_expand_for_mapping()
|