Home
last modified time | relevance | path

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

/external/rust/crates/grpcio-sys/grpc/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()
/external/python/cpython3/Lib/test/
Dtest_pathlib.py1302 only_posix = unittest.skipIf(os.name == 'nt', variable
1305 @only_posix
2127 @only_posix
2327 @only_posix