Home
last modified time | relevance | path

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

/third_party/re2/re2/testing/
Dparse_test.cc420 const char* only_posix[] = { variable
436 for (size_t i = 0; i < arraysize(only_posix); i++) { in TEST()
437 ASSERT_TRUE(Regexp::Parse(only_posix[i], Regexp::PerlX, NULL) == NULL) in TEST()
438 << " " << only_posix[i]; in TEST()
439 Regexp* re = Regexp::Parse(only_posix[i], Regexp::NoParseFlags, NULL); in TEST()
440 ASSERT_TRUE(re != NULL) << " " << only_posix[i]; in TEST()
/third_party/python/Lib/test/
Dtest_pathlib.py1352 only_posix = unittest.skipIf(os.name == 'nt', variable
1355 @only_posix
1858 @only_posix
2254 @only_posix
2456 @only_posix