Searched refs:test_ignore (Results 1 – 6 of 6) sorted by relevance
151 test_ignore = 0176 test_ignore += 1197 puts 'Tests Ignored : ' + test_ignore.to_s198 @total_tests = test_pass + test_fail + test_ignore202 … + @total_tests.to_s + '" failures="' + test_fail.to_s + '"' + ' skips="' + test_ignore.to_s + '">'
259 test_ignore (void) in test_ignore() function290 g_test_add_func ("/static-proxy/ignore", test_ignore); in main()
159 def test_ignore(self): member in ParseArgsTestCase
1763 def test_ignore(self): member in TestEnum
5090 def test_ignore(self): member in TestIgnoreEINTR
133 def test_ignore(self): member in FilterTests