Home
last modified time | relevance | path

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

/external/webkit/Tools/Scripts/webkitpy/test/
Dskip_unittest.py27 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)
Dskip.py28 def skip_if(klass, condition, message=None, logger=None): function
/external/elfutils/src/
Dldlex.l68 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()
Dldlex.c1143 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/
Drun_webkit_tests_unittest.py60 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/
DChangeLog-2011-02-1612545 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