Searched refs:skip_if (Results 1 – 6 of 6) sorted by relevance
/external/webkit/Tools/Scripts/webkitpy/test/ |
D | skip_unittest.py | 27 from webkitpy.test.skip import skip_if 65 …klass = skip_if(self.create_fixture_class(), False, 'Should not see this message.', logger=self.lo… 71 … klass = skip_if(self.create_fixture_class(), True, 'Should see this message.', logger=self.logger)
|
D | skip.py | 28 def skip_if(klass, condition, message=None, logger=None): function
|
/external/elfutils/src/ |
D | ldlex.l | 68 skip_if, enumerator 116 if (prepstate[prepdepth - 1] == skip_if) 124 if (prepstate[prepdepth - 1] == skip_if) 341 push_state (skip_if); in handle_ifdef()
|
D | ldlex.c | 1143 skip_if, enumerator 1499 if (prepstate[prepdepth - 1] == skip_if) 1515 if (prepstate[prepdepth - 1] == skip_if) 2912 push_state (skip_if); in handle_ifdef()
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/ |
D | run_webkit_tests_unittest.py | 60 from webkitpy.test.skip import skip_if 588 MainTest = skip_if(MainTest, sys.platform == 'cygwin' and compare_version(sys, '2.6')[0] < 0, 'new-…
|
/external/webkit/Tools/ |
D | ChangeLog-2011-02-16 | 12545 skip_if to skip MainTest on Cygwin Python 2.5.x. 12548 (skip_if): If the passed-in condition is false, find all the test_* 12551 unittest.skip_if decorator added in Python 3.1. 12560 skip_if. It has a single test_* method, test_foo, that just calls 12563 (SkipTest.test_skip_if_false): Pass skip_if a False condition and test 12565 (SkipTest.test_skip_if_true): Pass skip_if a True condition and test
|