Searched refs:TestResult (Results 1 – 4 of 4) sorted by relevance
| /linux/rust/kernel/ |
| H A D | kunit.rs | 174 trait TestResult { trait 178 impl TestResult for () { impl 184 impl<T, E> TestResult for Result<T, E> { 195 pub fn is_test_result_ok(t: impl TestResult) -> bool { in is_test_result_ok()
|
| /linux/tools/testing/selftests/tc-testing/ |
| H A D | TdcResults.py | 11 class TestResult: class 66 if isinstance(result_data, TestResult):
|
| H A D | tdc.py | 384 res = TestResult(tidx['id'], tidx['name']) 391 res = TestResult(tidx['id'], tidx['name']) 404 res = TestResult(tidx['id'], tidx['name']) 527 res = TestResult(tidx['id'], tidx['name']) 542 res = TestResult(tidx['id'], tidx['name']) 569 res = TestResult(tidx['id'], tidx['name'])
|
| /linux/tools/testing/selftests/tc-testing/plugin-lib/ |
| H A D | valgrindPlugin.py | 44 res = TestResult('{}-mem'.format(self.testidlist[xx]), 'Test skipped') 106 res = TestResult('{}-mem'.format(self.args.testid),
|