Thanks to visit codestin.com
Credit goes to chromium.googlesource.com
Sign in
chromium
/
external
/
github.com
/
sqlite
/
sqlite
/
HEAD
/
src
/
test_syscall.c
b6503f1
Cygwin-centric fixes from Jan Nijtmans.
by stephan
· 5 months ago
064b681
First attempt at getting the build to work with Tcl 9.0.
by drh
· 12 months ago
0e38c6e
Change the return type of the ts_read/write() family of functions from int to ssize_t, per report in [forum post 947169d5e7](forum:947169d5e7).
by stephan
· 2 years, 3 months ago
7617e4a
Make sure the SQLITE_TCLAPI macro is always defined.
by mistachkin
· 9 years ago
52b1dbb
Allow the 'testfixture.exe' target to be compiled with the __stdcall calling convention.
by mistachkin
· 9 years ago
05accd2
Modify the permutations.test script so as to set any permutation specific configuration values before running each individual test script.
by dan
· 9 years ago
f9986d9
The last parameter to pread64() and pwrite64() should be off64_t, not off_t.
by drh
· 9 years ago
bc76063
Add a test to ensure os_unix.c works with 64KiB OS pages.
by dan
· 11 years ago
shm-mapping-fix
5b15b75
In test file test_syscall.c, include sqliteInt.h before any tcl or system include files. This ensures that the magical defines in sqliteInt.h really do enable large file support (and set things up so that sizeof(off_t)==8).
by dan
· 12 years ago
e84d8d3
More refinements to Windows OSTRACE usage. Replace all usage of sqlite3TestErrorName() with sqlite3ErrName() and add missing return codes.
by mistachkin
· 12 years ago
4ff7bc4
Add test cases for errors in mmap() or mremap() is os_unix.c.
by dan
· 12 years ago
893c0ff
Add a test that simulates an error in mmap().
by dan
· 12 years ago
bd1e50c
When retrying a write() after an EINTR error on unix, be sure to also
by drh
· 14 years ago
3a2d29f
Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source;
by shaneh
· 14 years ago
68db57b
Have test_syscall.c include "sqliteInt.h". Otherwise the SQLITE_OS_UNIX symbol may not be defined correctly.
by dan
· 14 years ago
51438a7
Avoid returning SQLITE_NOTFOUND when the unix xSetSystemCall interface is invoked with NULL passed as the second argument, even if all the default system calls are already installed.
by dan
· 14 years ago
f187495
When simulating an error in the close() system call, close the file descriptor anyway. Otherwise long running tests leak too many file-descriptors and crash.
by dan
· 14 years ago
661d71a
Further tests for os_unix.c.
by dan
· 14 years ago
5ef47bf
Add tests to syscall.test and sysfault.test.
by dan
· 14 years ago
60939d0
Fix a problem whereby following an IO error in CommitPhaseTwo() of a multi-file transaction the b-tree layer could be left in TRANS_WRITE state, causing problems later on.
by dan
· 14 years ago
0fd7d86
Fix a problem in the unix VFS implementation of xNextSystemCall(). Also some typos that prevent compilation when HAVE_POSIX_FALLOCATE is defined.
by dan
· 14 years ago
213ca0a
Add test infrastructure (and some tests) to inject faults into os_unix.c using the new xSetSystemCall interface.
by dan
· 14 years ago