Home
last modified time | relevance | path

Searched refs:test_ignore (Results 1 – 6 of 6) sorted by relevance

/third_party/cJSON/tests/unity/auto/
Dparse_output.rb151 test_ignore = 0
176 test_ignore += 1
197 puts 'Tests Ignored : ' + test_ignore.to_s
198 @total_tests = test_pass + test_fail + test_ignore
202 … + @total_tests.to_s + '" failures="' + test_fail.to_s + '"' + ' skips="' + test_ignore.to_s + '">'
/third_party/glib/gio/tests/
Dsimple-proxy.c259 test_ignore (void) in test_ignore() function
290 g_test_add_func ("/static-proxy/ignore", test_ignore); in main()
/third_party/python/Lib/test/
Dtest_regrtest.py159 def test_ignore(self): member in ParseArgsTestCase
Dtest_enum.py1763 def test_ignore(self): member in TestEnum
D_test_multiprocessing.py5090 def test_ignore(self): member in TestIgnoreEINTR
/third_party/python/Lib/test/test_warnings/
D__init__.py133 def test_ignore(self): member in FilterTests