HomeSort by relevance Sort by last modified time
    Searched refs:SKIP_MESSAGE (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 96 SKIP_MESSAGE = None
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above"
100 SKIP_MESSAGE = "These tests are only for win32"
102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_msvc9compiler.py 96 SKIP_MESSAGE = None
98 SKIP_MESSAGE = "These tests are only for MSVC8.0 or above"
100 SKIP_MESSAGE = "These tests are only for win32"
102 @unittest.skipUnless(SKIP_MESSAGE is None, SKIP_MESSAGE)

Completed in 4056 milliseconds