Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/utils/libcxx/test/
H A Dgooglebenchmark.py90 testPath,testName = os.path.split(test.getSourcePath())
95 testName = namePrefix + '/' + testName
97 cmd = [testPath, '--benchmark_filter=%s$' % testName ] + self.benchmark_args
115 passing_test_line = testName
H A Dformat.py24 _, testName = os.path.split(test.getExecPath())
25 tmpDir = os.path.join(tmpDir, testName + '.dir')
/llvm-project-15.0.7/llvm/utils/lit/lit/formats/
H A Dgoogletest.py101 testPath,testName = os.path.split(test.getSourcePath())
106 testName = namePrefix + '/' + testName
108 testName,total_shards = os.path.split(testName)
109 testName,shard_idx = os.path.split(testName)
/llvm-project-15.0.7/mlir/test/python/ir/
H A Dlocation.py43 def testName(): function
58 run(testName)