Home
last modified time | relevance | path

Searched defs:SKIP_MESSAGE (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/distutils/tests/
Dtest_msvc9compiler.py96 SKIP_MESSAGE = None variable
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above" variable
100 SKIP_MESSAGE = "These tests are only for win32" variable
/external/python/cpython3/Lib/distutils/tests/
Dtest_msvc9compiler.py96 SKIP_MESSAGE = None variable
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above" variable
100 SKIP_MESSAGE = "These tests are only for win32" variable
Dtest_msvccompiler.py11 SKIP_MESSAGE = (None if sys.platform == "win32" else variable