Searched refs:skipUnless (Results 251 - 274 of 274) sorted by relevance

<<11

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_tempfile.py133 @unittest.skipUnless(hasattr(os, 'fork'),
H A Dtest_urllib.py757 @unittest.skipUnless(sys.platform == 'win32',
H A Dtest_long.py685 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
H A Dtest_mailbox.py937 @unittest.skipUnless(hasattr(os, 'fork'), "Test needs fork().")
938 @unittest.skipUnless(hasattr(socket, 'socketpair'), "Test needs socketpair().")
H A Dtest_decimal.py64 requires_IEEE_754 = unittest.skipUnless(
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/unittest/
H A Dcase.py78 def skipUnless(condition, reason): function
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/sqlite3/test/
H A Ddbapi.py478 @unittest.skipUnless(threading, 'This test requires threading.')
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_fractions.py17 requires_IEEE_754 = unittest.skipUnless(
H A Dtest_grammar.py567 @unittest.skipUnless(__debug__, "Won't work if __debug__ is False")
H A Dtest_os.py735 @unittest.skipUnless(sys.platform == "win32", "Win32 specific tests")
H A Dtest_sax.py35 requires_unicode_filenames = unittest.skipUnless(
H A Dtest_support.py1209 requires_docstrings = unittest.skipUnless(HAVE_DOCSTRINGS,
H A Dtest_tempfile.py133 @unittest.skipUnless(hasattr(os, 'fork'),
H A Dtest_urllib.py757 @unittest.skipUnless(sys.platform == 'win32',
H A Dtest_long.py685 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
H A Dtest_mailbox.py937 @unittest.skipUnless(hasattr(os, 'fork'), "Test needs fork().")
938 @unittest.skipUnless(hasattr(socket, 'socketpair'), "Test needs socketpair().")
H A Dtest_decimal.py64 requires_IEEE_754 = unittest.skipUnless(
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/unittest/
H A Dcase.py78 def skipUnless(condition, reason): function
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
H A Dtest_long.py685 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
H A Dtest_mailbox.py937 @unittest.skipUnless(hasattr(os, 'fork'), "Test needs fork().")
938 @unittest.skipUnless(hasattr(socket, 'socketpair'), "Test needs socketpair().")
H A Dtest_decimal.py64 requires_IEEE_754 = unittest.skipUnless(
/prebuilts/gdb/linux-x86/lib/python2.7/test/
H A Dtest_long.py685 @unittest.skipUnless(float.__getformat__("double").startswith("IEEE"),
H A Dtest_mailbox.py937 @unittest.skipUnless(hasattr(os, 'fork'), "Test needs fork().")
938 @unittest.skipUnless(hasattr(socket, 'socketpair'), "Test needs socketpair().")
H A Dtest_decimal.py64 requires_IEEE_754 = unittest.skipUnless(

Completed in 512 milliseconds

<<11