Home
last modified time | relevance | path

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

/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
Dfake_filesystem_vs_real_test.py45 is_cygwin = sys.platform == 'cygwin' variable in TestCase
Dfake_filesystem_test.py43 is_cygwin = sys.platform == 'cygwin' variable in TestCase
1890 @unittest.skipIf(TestCase.is_windows or TestCase.is_cygwin,