Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/utils/lit/lit/
H A Dreports.py9 def by_suite_and_test_path(test): function
92 tests.sort(key=by_suite_and_test_path)
H A Dmain.py144 tests.sort(key=lit.reports.by_suite_and_test_path)