HomeSort by: relevance | last modified time | path
    Searched refs:test_paths (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/
update_analyze_test_checks.py 66 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
67 for test in test_paths:
update_mca_test_checks.py 534 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
535 for test_path in test_paths:
update_mir_test_checks.py 424 test_paths = [test for pattern in args.tests for test in glob.glob(pattern)]
425 for test in test_paths:
  /src/external/apache2/llvm/dist/llvm/utils/lit/lit/
main.py 43 discovered_tests = lit.discovery.find_tests_for_inputs(lit_config, opts.test_paths,

Completed in 16 milliseconds