Home
last modified time | relevance | path

Searched refs:should_pass (Results 1 – 4 of 4) sorted by relevance

/external/linux-kselftest/tools/testing/selftests/rcutorture/formal/srcu-cbmc/tests/
Dtest_script.sh34 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/
Dflock04.c28 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/
Dtest_result.py333 for test_name, should_pass in (('testSkip', True),
337 self.assertOldResultWarning(test, int(not should_pass))
/external/python/cpython3/Lib/unittest/test/
Dtest_result.py478 for test_name, should_pass in (('testSkip', True),
482 self.assertOldResultWarning(test, int(not should_pass))