Home
last modified time | relevance | path

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

1234567

/third_party/skia/resources/sksl/es2_conformance/
Dimport_conformance_tests.py107 skipTest = '' variable
125 skipTest = 'Uses vertex' variable
137 skipTest = 'Uses uniform' variable
144 skipTest = 'Uses while loop' variable
149 if skipTest == '':
151 skipTest = 'Missing main' variable
153 if skipTest != '':
154 print("skipped %s (%s)" % (testName, skipTest))
/third_party/python/Lib/unittest/test/
Dtest_skipping.py13 self.skipTest("skip")
33 self.skipTest("testing")
57 self.skipTest("skip 1")
58 self.skipTest("skip 2")
59 self.skipTest("skip 3")
167 self.skipTest("skip")
182 self.skipTest("skip")
195 self.skipTest("skip")
206 self.skipTest("skip")
321 self.skipTest("skip")
[all …]
/third_party/python/Lib/test/
Dtest__locale.py123 self.skipTest('no suitable locales')
140 self.skipTest('no suitable locales')
167 self.skipTest('no suitable locales')
193 self.skipTest('no suitable locales')
Dtest_memoryview.py64 self.skipTest("no read-only type to test")
78 self.skipTest("no writable type to test")
196 self.skipTest("no read-only type to test")
202 self.skipTest("no writable type to test")
308 self.skipTest("no read-only type to test")
322 self.skipTest("no read-only type to test")
339 self.skipTest("no writable type to test")
Dtest_c_locale_coercion.py413 self.skipTest(str(e))
415 self.skipTest("test requires LC_CTYPE locale different than C")
417 self.skipTest("coerced LC_CTYPE locale: %s" % loc)
Dtest_pipes.py28 self.skipTest('tr is not available')
38 self.skipTest('tr is not available')
49 self.skipTest('tr is not available')
Dtest_spwd.py22 self.skipTest('empty shadow password database')
70 self.skipTest("spwd entry %r doesn't exist: %s" % (name, exc))
Dtest_grp.py33 self.skipTest('huge group file, extended test skipped')
101 self.skipTest('no groups')
Dtest_readline.py123 self.skipTest("Locale cannot encode test data: " + format(err))
175 self.skipTest(f"the LC_CTYPE locale is {loc!r}")
180 self.skipTest("Locale cannot encode test data: " + format(err))
Dtest_signal.py319 self.skipTest("OS doesn't report write() error on the read end of a pipe")
763 self.skipTest("timeout: likely cause: machine too slow or load too "
783 self.skipTest("timeout: likely cause: machine too slow or load too "
1181 self.skipTest("detected itimer resolution (%.3f s.) too high "
1363 self.skipTest("kernel does not support pidfds")
1365 self.skipTest("Not enough privileges to use pidfs")
Dtest_uuid.py526 self.skipTest('requires uuid_generate_time_safe(3)')
540 self.skipTest('POSIX-only test')
544 self.skipTest('need uuid._generate_time_safe')
819 self.skipTest('requires ' + requires)
877 self.skipTest("neither _uuid extension nor ctypes available")
881 self.skipTest('requires uuid_generate_time')
Dtest_curses.py46 self.skipTest('requires colors support')
661 self.skipTest('requires terminal')
802 self.skipTest('requires terminal')
814 self.skipTest('beep() failed')
824 self.skipTest('flash() failed')
875 self.skipTest('requires colors support')
894 self.skipTest('cannot change color')
900 self.skipTest('cannot change color (init_color() failed)')
991 self.skipTest('cannot change color (use_default_colors() failed)')
1012 self.skipTest('mouse stuff not available')
Dtest_tix.py25 self.skipTest('Tix not available')
Dtest_xmlrpc_net.py21 self.skipTest("network error: %s" % e)
D_test_multiprocessing.py238 self.skipTest('test not appropriate for {}'.format(self.TYPE))
252 self.skipTest('test not appropriate for {}'.format(self.TYPE))
274 self.skipTest('test not appropriate for {}'.format(self.TYPE))
294 self.skipTest('test not appropriate for {}'.format(self.TYPE))
373 self.skipTest('test not appropriate for {}'.format(self.TYPE))
402 self.skipTest('test not appropriate for {}'.format(self.TYPE))
519 self.skipTest('test not appropriate for {}'.format(self.TYPE))
541 self.skipTest('test not appropriate for {}'.format(self.TYPE))
573 self.skipTest('test not appropriate for {}'.format(self.TYPE))
628 self.skipTest('test not appropriate for {}'.format(self.TYPE))
[all …]
Dmultibytecodec_support.py75 self.skipTest('encoding contains full ISO 10646 map')
85 self.skipTest('encoding contains full ISO 10646 map')
296 self.skipTest("Could not retrieve "+self.mapfileurl)
Dtest_nis.py16 self.skipTest(str(msg))
Dtest_asyncore.py666 self.skipTest("Not applicable to AF_UNIX sockets.")
669 self.skipTest("poll may fail on macOS; see issue #28087")
743 self.skipTest("Not applicable to AF_UNIX sockets.")
757 self.skipTest("Not applicable to AF_UNIX sockets.")
780 self.skipTest("test specific to AF_INET and AF_INET6")
Dtest_selectors.py193 raise self.skipTest("")
474 self.skipTest("FD limit reached")
483 self.skipTest("FD limit reached")
491 self.skipTest("Invalid argument error calling poll()")
/third_party/python/Lib/ctypes/test/
Dtest_find.py56 self.skipTest('lib_gl not available')
61 self.skipTest('lib_glu not available')
66 self.skipTest('lib_gle not available')
Dtest_loading.py32 self.skipTest('could not find libc')
39 self.skipTest('could not find libc')
41 self.skipTest('wrong libc path for test')
/third_party/python/Lib/distutils/tests/
Dtest_config_cmd.py48 self.skipTest('The %r command is not found' % cmd)
54 self.skipTest('xlc: The -E option overrides the -P, -o, and -qsyntaxonly options')
/third_party/python/Lib/test/test_importlib/
Dstubs.py10 self.skipTest("pyfakefs not available")
/third_party/flutter/skia/tests/
DPathOpsExtendedTest.cpp795 void (*skipTest)(skiatest::Reporter* , const char* filename), in RunTestSet()
813 bool foundSkip = !skipTest; in RunTestSet()
815 if (tests[index].fun == skipTest) { in RunTestSet()
840 foundSkip = !skipTest; in RunTestSet()
842 if (tests[index].fun == skipTest) { in RunTestSet()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fShaderTextureSizeTests.cpp270 bool skipTest = false; in iterate() local
288 skipTest = true; in iterate()
297 if (!skipTest) in iterate()

1234567