Searched refs:should_pass (Results 1 – 4 of 4) sorted by relevance
/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/ |
D | test_script.sh | 34 should_pass="yes" 36 should_pass="no" 75 should_pass="yes" 83 test "x${should_pass}" = xyes 89 if test ${cbmc_exit_status} -eq 10 && test "x${should_pass}" = xno; then
|
/external/ltp/testcases/kernel/syscalls/flock/ |
D | flock04.c | 28 static void child(int opt, int should_pass, char *lock) in child() argument 34 if (should_pass) { in child()
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_result.py | 333 for test_name, should_pass in (('testSkip', True), 337 self.assertOldResultWarning(test, int(not should_pass))
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_result.py | 478 for test_name, should_pass in (('testSkip', True), 482 self.assertOldResultWarning(test, int(not should_pass))
|