Searched refs:test_skip (Results 1 – 9 of 9) sorted by relevance
/third_party/glib/glib/tests/ |
D | testing-helper.c | 33 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()
|
D | testing.c | 771 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/ |
D | test_codepage.cpp | 336 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/ |
D | test_skip.cpp | 49 void test_skip() in test_skip() function
|
D | Jamfile.v2 | 68 [ run test_skip.cpp ]
|
/third_party/glib/gio/tests/ |
D | buffered-input-stream.c | 304 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/ |
D | test_skipping.py | 94 def test_skip(self): pass member in Test_TestSkipping.test_skipping_decorators.Foo
|
/third_party/python/Lib/test/ |
D | test_bdb.py | 716 def test_skip(self): member in StateTestCase
|
/third_party/python/Lib/ |
D | doctest.py | 2334 def test_skip(self): member in SkipDocTestCase
|