Searched refs:should_pass (Results 1 – 6 of 6) 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/python/cpython3/Lib/ctypes/test/ |
D | test_loading.py | 137 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/ |
D | flock04.c | 28 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/ |
D | test_unittest2_with.py | 110 for test_name, should_pass in (('testSkip', True), 114 self.assertOldResultWarning(test, int(not should_pass))
|
/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))
|