Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/lit/lit/
H A Dreports.py11 def by_suite_and_test_path(test): function
94 tests.sort(key=by_suite_and_test_path)
H A Dmain.py148 tests.sort(key=lit.reports.by_suite_and_test_path)