Lines Matching refs:open
44 # Tests oserror-1.* test failures in the open() system call.
47 # Test a failure in open() due to too many files.
49 # The xOpen() method of the unix VFS calls getcwd() as well as open().
52 # an error may be reported for either open() or getcwd() here.
67 } elseif {$::rc==1 && $msg=="unable to open database file"} {
79 } {^os_unix.c:\d+: \(\d+\) (open|getcwd)\(.*test.db\) - }
84 # Test a failure in open() due to the path being a directory.
90 } {1 {unable to open database file}}
92 do_re_test 1.2.2 { lindex $::log 0 } {^os_unix.c:\d+: \(\d+\) open\(.*dir.db\) - }
94 # Test a failure in open() due to the path not existing.
99 } {1 {unable to open database file}}
101 do_re_test 1.3.2 { lindex $::log 0 } {^os_unix.c:\d+: \(\d+\) open\(.*test.db\) - }
103 # Test a failure in open() due to the path not existing.
108 } {1 {unable to open database file}}
112 } {^os_unix.c:\d*: \(\d+\) (open|readlink|lstat)\(.*test.db\) - }