Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Minor portability fix for a test. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard20 |
Files: | files | file ages | folders |
SHA1: |
48f88d97aaacef440ce081fd5f835fd8 |
User & Date: | mistachkin 2018-04-07 09:40:55.912 |
Context
2018-04-07
| ||
09:49 | Fix minor typo in the test change from the previous check-in. check-in: 4c012df0e7 user: mistachkin tags: netStandard20 | |
09:40 | Minor portability fix for a test. check-in: 48f88d97aa user: mistachkin tags: netStandard20 | |
2018-04-06
| ||
19:21 | Map the 'x86_64' processor architecture to the 'x64' platform. check-in: b90add92d7 user: mistachkin tags: netStandard20 | |
Changes
Changes to Tests/speed.eagle.
︙ | ︙ | |||
111 112 113 114 115 116 117 | set result } -cleanup { cleanupDb $fileName unset -nocomplain time sql result char db fileName } -time true -constraints {eagle monoBug28 command.sql compile.DATA SQLite\ System.Data.SQLite} -match regexp -result "^\\\{-9223372036854775808 0\ | | > > | | 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | set result } -cleanup { cleanupDb $fileName unset -nocomplain time sql result char db fileName } -time true -constraints {eagle monoBug28 command.sql compile.DATA SQLite\ System.Data.SQLite} -match regexp -result "^\\\{-9223372036854775808 0\ 9223372036854775807\\\}\ \\\{-(?:Infinity|\u221E|-1\\.7976931348623157(?:E|e)\\+308) 0\ (?:Infinity|\u221E|1\\.7976931348623157(?:E|e)\\+308)\\\} \\\{1 1\\.1\ 1048576\\\} \\\{1 \\\{1 35 69 103 137\\\} 1048576\\\}$"} ############################################################################### runTest {test speed-1.2 {SQLiteDataReader speed testing} -setup { setupDb [set fileName [appendArgs speed-1.2- [pid] .db]] sql execute $db "CREATE TABLE t1(w INTEGER);" |
︙ | ︙ |