Searched defs:pass_test (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py85 test.pass_test()
86 test.pass_test(condition)
87 test.pass_test(condition, function)
137 The TestCmd module provides pass_test(), fail_test(), and no_result()
148 TestCmd.pass_test()
149 TestCmd.pass_test(condition)
150 TestCmd.pass_test(condition, function)
239 'pass_test',
395 def pass_test(self = None, condition = 1, function = None): function
398 By default, the pass_test() metho
1091 def pass_test(self, condition = 1, function = None): member in class:TestCmd
[all...]

Completed in 134 milliseconds