OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SkipTest
(Results
201 - 214
of
214
) sorted by null
1
2
3
4
5
6
7
8
9
/external/python/cpython3/Lib/test/
test_xml_etree.py
35
raise unittest.
SkipTest
("filename is not encodable to utf8")
[
all
...]
test_urllib2.py
692
raise unittest.
SkipTest
("path is not encodable to utf8")
[
all
...]
test_subprocess.py
36
raise unittest.
SkipTest
("test is not helpful for PGO")
[
all
...]
test_logging.py
[
all
...]
test_ssl.py
207
raise unittest.
SkipTest
("Patched Ubuntu OpenSSL breaks behaviour")
[
all
...]
test_decimal.py
288
raise unittest.
SkipTest
[
all
...]
test_socket.py
209
self.
skipTest
('network interface `%s` does not exist' %
226
self.
skipTest
('unable to bind RDS socket')
385
#
skipTest
should not be called here, and will be called in the
407
#
skipTest
should not be called here, and will be called in the
866
self.
skipTest
('name lookup failure')
872
self.
skipTest
('name lookup failure')
910
self.
skipTest
("test should be run as root")
[
all
...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_decimal.py
225
raise unittest.
SkipTest
[
all
...]
test_multiprocessing.py
538
self.
skipTest
("requires 'queue.task_done()' method")
828
self.
skipTest
("requires multiprocessing.sharedctypes")
[
all
...]
/external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py
20
raise unittest.
SkipTest
('UNIX only')
[
all
...]
/external/python/cpython3/Lib/unittest/test/
test_case.py
[
all
...]
/external/tensorflow/tensorflow/python/framework/
test_util.py
[
all
...]
/external/python/cpython2/Lib/test/
test_decimal.py
226
raise unittest.
SkipTest
841
self.
skipTest
('locale.CHAR_MAX not available')
[
all
...]
test_ssl.py
148
raise unittest.
SkipTest
("Patched Ubuntu OpenSSL breaks behaviour")
742
self.
skipTest
("locale-specific month name needs to be "
[
all
...]
Completed in 2683 milliseconds
1
2
3
4
5
6
7
8
9