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

/external/chromium_org/third_party/sqlite/src/test/
H A Dtester.tcl59 # fail_test TESTNAME
296 proc fail_test {name} { procedure
347 fail_test $name
350 fail_test $name
/external/chromium_org/tools/gyp/test/lib/
H A DTestCmd.py89 test.fail_test()
90 test.fail_test(condition)
91 test.fail_test(condition, function)
92 test.fail_test(condition, function, skip)
137 The TestCmd module provides pass_test(), fail_test(), and no_result()
152 TestCmd.fail_test()
153 TestCmd.fail_test(condition)
154 TestCmd.fail_test(condition, function)
155 TestCmd.fail_test(condition, function, skip)
237 'fail_test',
338 def fail_test(self = None, condition = 1, function = None, skip = 0): function
1043 def fail_test(self, condition = 1, function = None, skip = 0): member in class:TestCmd
[all...]

Completed in 120 milliseconds