Lines Matching refs:test_syscall
18 if {[llength [info commands test_syscall]]==0} {
23 if {[test_syscall defaultvfs] != "unix"} {
33 list [catch { test_syscall reset open } msg] $msg
36 list [catch { test_syscall reset nosuchcall } msg] $msg
39 list [catch { test_syscall reset open } msg] $msg
42 list [catch { test_syscall reset ""} msg] $msg
45 do_test 1.2 { test_syscall reset } {}
47 do_test 1.3.1 { test_syscall install {open getcwd access} } {}
48 do_test 1.3.2 { test_syscall reset } {}
53 do_test 2.1.1 { test_syscall exists open } 1
54 do_test 2.1.2 { test_syscall exists nosuchcall } 0
66 if {[test_syscall exists $s]} {lappend syscall_list $s}
68 do_test 3.1 { lsort [test_syscall list] } [lsort $syscall_list]
75 test_syscall reset
86 test_syscall install open
90 test_syscall fault $i 0
91 test_syscall errno open EINTR
277 test_syscall reset