OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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
51
skip_if
,
99
if (prepstate[prepdepth - 1] ==
skip_if
)
107
if (prepstate[prepdepth - 1] ==
skip_if
)
323
push_state (
skip_if
);
ldlex.c
1045
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 188 milliseconds