SQLite

All files named ”test/nan.test”
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

History for test/nan.test

2024-07-31
01:53
[73ea63ab43] part of check-in [895125a489] Adjust a few tests that don't work even with the new floating point comparison routine. (check-in: [895125a489] user: drh branch: tcl9, size: 11287)
2023-03-23
19:22
[dfb4e47e1d] part of check-in [95c7af79cf] Fix test cases so that they work when SQLITE_ENABLE_NAN_INF is defined. (check-in: [95c7af79cf] user: drh branch: nan-inf, size: 11262)
2017-09-12
15:05
[437d40e6d0] part of check-in [9780b23ca3] Fix an error in [b22cdd67] that can cause a negative infinity to be (rarely) reported as a positive infinity. (check-in: [9780b23ca3] user: drh branch: trunk, size: 11216)
2016-03-14
18:34
[dacc57f808] part of check-in [99b9d7eef6] Many more test cases fixed. Only a few remain. (check-in: [99b9d7eef6] user: drh branch: see-testing, size: 11134)
2011-10-17
20:41
[e9648b9d00] part of check-in [4becc47eb4] Avoid 32-bit integer overflow when evaluating the exponent of a floating point value during ascii to binary conversion. (check-in: [4becc47eb4] user: drh branch: trunk, size: 11021)
2011-08-26
17:17
[c4b7462e15] part of check-in [41b5f86971] Cherrypick the recursion fix to test_vfs.c from [065e5a5ea4f82]. Also fix the nan.test module to handle upper/lower case changes in TCL. (check-in: [41b5f86971] user: drh branch: branch-3.7.2, size: 10180)
2011-05-05
19:44
[dc212a22b3] part of check-in [1586244b6d] Changes to various test scripts so that they pass on windows. (check-in: [1586244b6d] user: dan branch: win32-test-fixes, size: 10108)
2010-07-07
16:20
[a44e04df14] part of check-in [5bb1330fef] Fix test numbering issue in nan.test. (check-in: [5bb1330fef] user: shaneh branch: trunk, size: 10044)
2010-06-22
13:46
[f3a0bcc6ca] part of check-in [85dd51a75c] Some changes to test scripts related to codec enabled versions of sqlite. (check-in: [85dd51a75c] user: dan branch: trunk, size: 10044)
2009-08-21
02:13
[cf555724e5] part of check-in [f084f5a8ba] Updated sqlite3AtoF() that performs slightly better with GCC, and significantly better with MSVC. (check-in: [f084f5a8ba] user: shane branch: trunk, size: 9879)
2008-09-18
11:30
[c627d79b3d] part of check-in [0889b22a29] Changes to test script nan.test to work on symbian. (CVS 5718) (check-in: [0889b22a29] user: danielk1977 branch: trunk, size: 9878)
2008-09-17
16:14
[e90b7fbae9] part of check-in [6ef34e9d31] Changes to test scripts to support running on symbian. (CVS 5714) (check-in: [6ef34e9d31] user: danielk1977 branch: trunk, size: 9017)
2008-05-11
11:07
[14c41572ff] part of check-in [3ff2f1cdc9] New test cases to verify that SQLite handles bound NaN, +Inf, and -Inf floating point values correctly. Improvements to the text->real conversion routine so that it generates +Inf and -Inf at appropriate times. Tickets #3101 and #3060. (CVS 5116) (check-in: [3ff2f1cdc9] user: drh branch: trunk, size: 6555)
2008-05-01
18:01
[c2a4562a3c] part of check-in [70e708660f] Fix a problem with journal files being created unnecessarily when doing an atomic write in exclusive access locking mode. Fix a test script problem. (CVS 5075) (check-in: [70e708660f] user: drh branch: trunk, size: 2547)
2008-04-29
00:15
Added: [bda46bce39] part of check-in [9b07e59e51] Always convert IEEE NaN into NULL. Ticket #3060. Add test cases to verify that this is happening. (CVS 5066) (check-in: [9b07e59e51] user: drh branch: trunk, size: 2492)