Home
last modified time | relevance | path

Searched refs:skipTest (Results 1 - 25 of 146) sorted by relevance

123456

/third_party/skia/resources/sksl/es2_conformance/
H A 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/
H A 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("ski
[all...]
/third_party/python/Lib/test/
H A Dtest__locale.py129 self.skipTest('no suitable locales')
150 self.skipTest('no suitable locales')
177 self.skipTest('no suitable locales')
203 self.skipTest('no suitable locales')
H A Dtest_grp.py33 self.skipTest('huge group file, extended test skipped')
103 self.skipTest('no groups')
H A Dtest_spwd.py25 self.skipTest('empty shadow password database')
73 self.skipTest("spwd entry %r doesn't exist: %s" % (name, exc))
H A 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")
H A 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)
H A 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))
H A Dtest_pipes.py30 self.skipTest('tr is not available')
40 self.skipTest('tr is not available')
51 self.skipTest('tr is not available')
H A Dtest_nis.py19 self.skipTest(str(msg))
H A Dtest_tix.py30 self.skipTest('Tix not available')
H A Dtest_xmlrpc_net.py21 self.skipTest("network error: %s" % e)
H A Dtest_type_cache.py28 self.skipTest("Out of type version tags")
H A Dtest_asyncore.py665 self.skipTest("Not applicable to AF_UNIX sockets.")
668 self.skipTest("poll may fail on macOS; see issue #28087")
742 self.skipTest("Not applicable to AF_UNIX sockets.")
756 self.skipTest("Not applicable to AF_UNIX sockets.")
779 self.skipTest("test specific to AF_INET and AF_INET6")
H A Dtest_curses.py46 self.skipTest('requires colors support')
666 self.skipTest('requires terminal')
807 self.skipTest('requires terminal')
819 self.skipTest('beep() failed')
829 self.skipTest('flash() failed')
880 self.skipTest('requires colors support')
899 self.skipTest('cannot change color')
905 self.skipTest('cannot change color (init_color() failed)')
996 self.skipTest('cannot change color (use_default_colors() failed)')
1017 self.skipTest('mous
[all...]
H A 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)
H A D_test_multiprocessing.py249 self.skipTest('test not appropriate for {}'.format(self.TYPE))
263 self.skipTest(f'test not appropriate for {self.TYPE}')
302 self.skipTest('test not appropriate for {}'.format(self.TYPE))
324 self.skipTest('test not appropriate for {}'.format(self.TYPE))
344 self.skipTest('test not appropriate for {}'.format(self.TYPE))
423 self.skipTest('test not appropriate for {}'.format(self.TYPE))
452 self.skipTest('test not appropriate for {}'.format(self.TYPE))
569 self.skipTest('test not appropriate for {}'.format(self.TYPE))
591 self.skipTest('test not appropriate for {}'.format(self.TYPE))
623 self.skipTest('tes
[all...]
H A Dtest_webbrowser.py310 self.skipTest(str(err))
322 self.skipTest(str(err))
H A Dtest_file.py162 self.skipTest(
168 self.skipTest('stdin must be a TTY in this test')
/third_party/python/Lib/ctypes/test/
H A Dtest_find.py56 self.skipTest('lib_gl not available')
61 self.skipTest('lib_glu not available')
66 self.skipTest('lib_gle not available')
H A 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/
H A Dtest_config_cmd.py51 self.skipTest('The %r command is not found' % cmd)
57 self.skipTest('xlc: The -E option overrides the -P, -o, and -qsyntaxonly options')
/third_party/python/Lib/test/test_importlib/
H A Dstubs.py10 self.skipTest("pyfakefs not available")
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderTextureSizeTests.cpp270 bool skipTest = false;
288 skipTest = true;
297 if (!skipTest)
/third_party/skia/tests/
H A DPathOpsExtendedTest.h58 void (*skipTest)(skiatest::Reporter* , const char* filename),

Completed in 17 milliseconds

123456