Home
last modified time | relevance | path

Searched refs:should_pass (Results 1 – 6 of 6) 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/python/cpython3/Lib/ctypes/test/
Dtest_loading.py137 def should_pass(command): function
158 should_pass("WinDLL('./_sqlite3.dll')")
162 should_pass("windll.kernel32.SetDllDirectoryW(None); WinDLL('_sqlite3.dll', winmode=0)")
169 should_pass("WinDLL(nt._getfullpathname('_sqlite3.dll'), " +
174 should_pass("import os; p = os.add_dll_directory(os.getcwd());" +
/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/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/
Dtest_unittest2_with.py110 for test_name, should_pass in (('testSkip', True),
114 self.assertOldResultWarning(test, int(not should_pass))
/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))