Home
last modified time | relevance | path

Searched refs:skipTest (Results 1 – 20 of 20) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_xml_etree_c.py25 self.skipTest("not enough free memory, need at least 2 GB")
Dtest_fcntl.py96 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
Dtest_normalization.py46 self.skipTest("Could not retrieve " + TESTDATAURL)
Dtest_robotparser.py242 self.skipTest('%s is unavailable' % url)
Dtest_signal.py455 self.skipTest("timeout: likely cause: machine too slow or load too "
478 self.skipTest("timeout: likely cause: machine too slow or load too "
Dtest_largefile.py144 self.skipTest("builtin file doesn't have seekable()")
Dtest_genericpath.py189 self.skipTest('macpath.expandvars is a stub')
Dtest_mmap.py342 self.skipTest("needs os.stat")
359 self.skipTest("needs os.stat")
Dtest_multibytecodec_support.py260 self.skipTest("Could not retrieve "+self.mapfileurl)
Dtest_httplib.py325 self.skipTest("disabled for HTTP 0.9 support")
Dtest_subprocess.py495 self.skipTest("failed to reach the file descriptor limit "
752 self.skipTest("bash or ksh required for this test")
Dtest_multiprocessing.py538 self.skipTest("requires 'queue.task_done()' method")
828 self.skipTest("requires multiprocessing.sharedctypes")
1648 self.skipTest("requires multiprocessing.sharedctypes")
Dtest_os.py45 self.skipTest("couldn't allocate two consecutive fds")
Dtest_socket.py635 self.skipTest("buggy libc version")
671 self.skipTest("signal.alarm and socket.socketpair required for this test")
Dtest_io.py548 self.skipTest("{0} does not exist".format(zero))
550 self.skipTest("test can only run in a 32-bit address space")
552 self.skipTest("test requires at least 2GB of memory")
Dtest_ssl.py340 self.skipTest("SHA256 not available on %r" % ssl.OPENSSL_VERSION)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_skipping.py11 self.skipTest("skip")
22 self.skipTest("testing")
Dtest_result.py325 self.skipTest('foobar')
342 self.skipTest('no reason')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dcase.py402 def skipTest(self, reason): member in TestCase
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Ddoctest.py2269 self.skipTest("DocTestSuite will not work with -O2 and above")