Searched refs:shouldSkipFile (Results 1 – 5 of 5) sorted by relevance
311 assertFalse(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/binary")); in testFileExclusionRegexFilter_skipMatched()312 assertFalse(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/random.dat")); in testFileExclusionRegexFilter_skipMatched()313 assertTrue(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/test.txt")); in testFileExclusionRegexFilter_skipMatched()315 assertTrue(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/random.config")); in testFileExclusionRegexFilter_skipMatched()326 assertFalse(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/binary")); in testFileExclusionRegexFilter_skipMultiMatched()327 assertTrue(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/random.dat")); in testFileExclusionRegexFilter_skipMultiMatched()328 assertTrue(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/test.txt")); in testFileExclusionRegexFilter_skipMultiMatched()330 assertTrue(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/random.config")); in testFileExclusionRegexFilter_skipMultiMatched()336 assertTrue(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/random.config")); in testFileExclusionRegexFilter_skipDefaultMatched()338 assertFalse(mGoogleBenchmarkTest.shouldSkipFile("/some/path/file/random.configs")); in testFileExclusionRegexFilter_skipDefaultMatched()[all …]
405 assertFalse(mGTest.shouldSkipFile("/test_file")); in testFileExclusionRegexFilter_emptyfilters()412 assertTrue(mGTest.shouldSkipFile(null)); in testFileExclusionRegexFilter_invalidInputString()413 assertTrue(mGTest.shouldSkipFile("")); in testFileExclusionRegexFilter_invalidInputString()429 assertFalse(mGTest.shouldSkipFile("/some/path/file/run_me")); in testFileExclusionRegexFilter_skipMatched()430 assertFalse(mGTest.shouldSkipFile("/some/path/file/run_me2")); in testFileExclusionRegexFilter_skipMatched()431 assertTrue(mGTest.shouldSkipFile("/some/path/file/run_me.not")); in testFileExclusionRegexFilter_skipMatched()433 assertTrue(mGTest.shouldSkipFile("/some/path/file/run_me.so")); in testFileExclusionRegexFilter_skipMatched()451 assertFalse(mGTest.shouldSkipFile("/some/path/file/run_me")); in testFileExclusionRegexFilter_skipMultiMatched()452 assertTrue(mGTest.shouldSkipFile("/some/path/file/run_me.not")); in testFileExclusionRegexFilter_skipMultiMatched()453 assertTrue(mGTest.shouldSkipFile("/some/path/file/run_me.not2")); in testFileExclusionRegexFilter_skipMultiMatched()
109 private boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile() method in RustBinaryTest136 } else if (shouldSkipFile(root)) { in doRunAllTestsInSubdirectory()
181 if (shouldSkipFile(root)) { in doRunAllTestsInSubdirectory()282 protected boolean shouldSkipFile(String fullPath) { in shouldSkipFile() method in GoogleBenchmarkTest
182 if (shouldSkipFile(root)) { in doRunAllTestsInSubdirectory()234 protected boolean shouldSkipFile(String fullPath) throws DeviceNotAvailableException { in shouldSkipFile() method in GTest