Home
last modified time | relevance | path

Searched refs:IS_WINDOWS (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-color-test.py37 IS_WINDOWS = os.name == 'nt' variable
72 if not IS_WINDOWS:
91 if not IS_WINDOWS:
102 if not IS_WINDOWS:
H A Dgoogletest-break-on-failure-unittest.py46 IS_WINDOWS = os.name == 'nt' variable
182 if IS_WINDOWS:
H A Dgtest_help_test.py62 IS_WINDOWS = os.name == 'nt' variable
152 if SUPPORTS_DEATH_TESTS and not IS_WINDOWS:
H A Dgtest_test_utils.py38 IS_WINDOWS = os.name == 'nt' variable
162 if (IS_WINDOWS or IS_CYGWIN or IS_OS2) and not path.endswith('.exe'):
H A Dgoogletest-output-test.py56 IS_WINDOWS = os.name == 'nt' variable
161 if IS_WINDOWS:
H A Dgoogletest-env-var-test.py38 IS_WINDOWS = os.name == 'nt' variable