Home
last modified time | relevance | path

Searched refs:test_skip (Results 1 – 9 of 9) sorted by relevance

/third_party/glib/glib/tests/
Dtesting-helper.c33 test_skip (void) in test_skip() function
92 g_test_add_func ("/skip", test_skip); in main()
105 g_test_add_func ("/skip", test_skip); in main()
111 g_test_add_func ("/skip", test_skip); in main()
Dtesting.c771 test_skip (void) in test_skip() function
1599 g_test_add_func ("/misc/skip", test_skip); in main()
1602 g_test_add_func ("/misc/combining/subprocess/skip1", test_skip); in main()
1603 g_test_add_func ("/misc/combining/subprocess/skip2", test_skip); in main()
/third_party/boost/libs/locale/test/
Dtest_codepage.cpp336 void test_skip(char const *enc,char const *utf,char const *name,char const *opt=0) in test_skip() function
340 test_skip(enc,opt,name); in test_skip()
360 test_skip("test \xE0\xE1\xFB-","test \xd7\x90\xd7\x91-","ISO-8859-8"); in test_simple_conversions()
361 test_skip("\xFB","","ISO-8859-8"); in test_simple_conversions()
362 test_skip("test \xE0\xE1\xFB","test \xd7\x90\xd7\x91","ISO-8859-8"); in test_simple_conversions()
363 test_skip("\xFB-","-","ISO-8859-8"); in test_simple_conversions()
370 test_skip("test\xE0\xA0 \x83\xF8-","test\xe7\x87\xbf -","cp932","test\xe7\x87\xbf "); in test_simple_conversions()
371 test_skip("\x83\xF8","","cp932"); in test_simple_conversions()
372 test_skip("test\xE0\xA0 \x83\xF8","test\xe7\x87\xbf ","cp932"); in test_simple_conversions()
373 test_skip("\x83\xF8-","-","cp932",""); in test_simple_conversions()
/third_party/boost/libs/xpressive/test/
Dtest_skip.cpp49 void test_skip() in test_skip() function
DJamfile.v268 [ run test_skip.cpp ]
/third_party/glib/gio/tests/
Dbuffered-input-stream.c304 test_skip (void) in test_skip() function
547 g_test_add_func ("/buffered-input-stream/skip", test_skip); in main()
/third_party/python/Lib/unittest/test/
Dtest_skipping.py94 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
/third_party/python/Lib/test/
Dtest_bdb.py716 def test_skip(self): member in StateTestCase
/third_party/python/Lib/
Ddoctest.py2334 def test_skip(self): member in SkipDocTestCase