HomeSort by relevance Sort by last modified time
    Searched refs:skip_if (Results 1 - 5 of 5) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/test/
skip_unittest.py 27 from webkitpy.test.skip import skip_if namespace
65 klass = skip_if(self.create_fixture_class(), False, 'Should not see this message.', logger=self.logger)
71 klass = skip_if(self.create_fixture_class(), True, 'Should see this message.', logger=self.logger)
skip.py 28 def skip_if(klass, condition, message=None, logger=None): function
  /external/elfutils/src/
ldlex.l 68 skip_if,
116 if (prepstate[prepdepth - 1] == skip_if)
124 if (prepstate[prepdepth - 1] == skip_if)
341 push_state (skip_if);
ldlex.c 1143 skip_if, enumerator in enum:prepstate
    [all...]
  /external/webkit/Tools/Scripts/webkitpy/layout_tests/
run_webkit_tests_unittest.py 60 from webkitpy.test.skip import skip_if namespace
588 MainTest = skip_if(MainTest, sys.platform == 'cygwin' and compare_version(sys, '2.6')[0] < 0, 'new-run-webkit-tests tests hang on Cygwin Python 2.5.2')

Completed in 140 milliseconds