Home
last modified time | relevance | path

Searched refs:bubble_up_errors (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/tools/testing/kunit/
Dkunit_parser.py226 def bubble_up_errors(to_status, status_container_list) -> TestStatus: function
231 max_test_case_status = bubble_up_errors(lambda x: x.status, test_suite.cases)
285 return bubble_up_errors(lambda x: x.status, test_suite_list)