i'm building sqlite3.3.8 on osx.
the build, install & operation _seem_ to be ok,
.configure --prefix=/usr/local/sqlite --enable-threadsafe
--enable-cross-thread-connections --enable-threads-override-locks
--enable-tempstore=yes --enable-tcl --enable-debug
make
make install
produce,
sqlite3 -help
Usage: ./sqlite3 [OPTIONS] FILENAME [SQL]
FILENAME is the name of an SQLite database. A new database is
created
if the file does not previously exist.
OPTIONS include:
-init filename read/process named file
-echo print commands before execution
-[no]header turn headers on or off
-column set output mode to 'column'
-html set output mode to HTML
-line set output mode to 'line'
-list set output mode to 'list'
-separator 'x' set output field separator (|)
-nullvalue 'text' set text string for NULL values
-version show SQLite version
sqlite3 -version
3.3.8
pkg-config --libs sqlite3
-L/usr/local/sqlite/lib -lsqlite3
seems ok to me.
but,
sudo -u snowcrash make test
produces LOTS of comments/errors (long output below).
i don't know whether to trust my build or not, given the test failures/warnings.
in general, i find that test suites lag behind releases, so i suspect
all may be ok -- but would appreciate a little guidance.
thanks!
(LONG OUTPUT ...)
% sudo -u snowcrash make test
./libtool --mode=link gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I.
-I../src -DSQLITE_DEBUG=1 -DSQLITE_ALLOW_XTHREAD_CONNECT=1
-I/Library/Frameworks/Tcl.framework/Versions/8.4/Headers
-DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=1 -DSQLITE_OMIT_CURSOR
-DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_CRASH_TEST=1 \
-DSQLITE_NO_SYNC=1 -DTEMP_STORE=3 \
-o testfixture ../src/btree.c ../src/date.c ../src/func.c
../src/os.c ../src/os_os2.c ../src/os_unix.c ../src/os_win.c
../src/pager.c ../src/pragma.c ../src/printf.c ../src/test1.c
../src/test2.c ../src/test3.c ../src/test4.c ../src/test5.c
../src/test6.c ../src/test7.c ../src/test8.c ../src/test_autoext.c
../src/test_async.c ../src/test_md5.c ../src/test_schema.c
../src/test_server.c ../src/test_tclvar.c ../src/utf.c ../src/util.c
../src/vdbe.c ../src/vdbeaux.c ../src/where.c ../src/tclsqlite.c \
libsqlite3.la -F/Library/Frameworks -framework Tcl -lpthread
-framework CoreFoundation
gcc -g -O2 -DOS_UNIX=1 -DHAVE_USLEEP=1 -I. -I../src -DSQLITE_DEBUG=1
-DSQLITE_ALLOW_XTHREAD_CONNECT=1
-I/Library/Frameworks/Tcl.framework/Versions/8.4/Headers
-DTHREADSAFE=1 -DSQLITE_THREAD_OVERRIDE_LOCK=1 -DSQLITE_OMIT_CURSOR
-DTCLSH=1 -DSQLITE_TEST=1 -DSQLITE_CRASH_TEST=1 -DSQLITE_NO_SYNC=1
-DTEMP_STORE=3 -o .libs/testfixture ../src/btree.c ../src/date.c
../src/func.c ../src/os.c ../src/os_os2.c ../src/os_unix.c
../src/os_win.c ../src/pager.c ../src/pragma.c ../src/printf.c
../src/test1.c ../src/test2.c ../src/test3.c ../src/test4.c
../src/test5.c ../src/test6.c ../src/test7.c ../src/test8.c
../src/test_autoext.c ../src/test_async.c ../src/test_md5.c
../src/test_schema.c ../src/test_server.c ../src/test_tclvar.c
../src/utf.c ../src/util.c ../src/vdbe.c ../src/vdbeaux.c
../src/where.c ../src/tclsqlite.c -F/Library/Frameworks -framework Tcl
-framework CoreFoundation ./.libs/libsqlite3.dylib -lpthread
/usr/bin/ld: warning multiple definitions of symbol _sqlite3ThreadDataReadOnly
/var/tmp//ccl5uAvb.o definition of _sqlite3ThreadDataReadOnly in
section (__TEXT,__text)
./.libs/libsqlite3.dylib(util.o) definition of _sqlite3ThreadDataReadOnly
/usr/bin/ld: warning multiple definitions of symbol _sqlite3ErrorMsg
/var/tmp//ccl5uAvb.o definition of _sqlite3ErrorMsg in section (__TEXT,__text)
./.libs/libsqlite3.dylib(util.o) definition of _sqlite3ErrorMsg
...
REPEATING
...
/usr/bin/ld: warning multiple definitions of symbol _sqlite3OsSetFullSync
/var/tmp//ccizrjmX.o definition of _sqlite3OsSetFullSync in section
(__TEXT,__text)
./.libs/libsqlite3.dylib(os.o) definition of _sqlite3OsSetFullSync
/usr/bin/ld: warning multiple definitions of symbol
_sqlite3RegisterDateTimeFunctions
/var/tmp//cc8VsTtj.o definition of _sqlite3RegisterDateTimeFunctions
in section (__TEXT,__text)
./.libs/libsqlite3.dylib(date.o) definition of _sqlite3RegisterDateTimeFunctions
creating testfixture
./testfixture ../test/quick.test
aggerror-1.1... Ok
aggerror-1.2... Ok
...
OK TESTS
...
alter3-8.2... Ok
Skipping malloc tests: not compiled with -DSQLITE_MEMDEBUG=1
analyze-1.1... Ok
...
OK TESTS
...
attach3-12.14... Ok
Skipping malloc tests: not compiled with -DSQLITE_MEMDEBUG=1
auth-1.1.1... Ok
...
OK TESTS
...
autovacuum-2.4.5...
Expected: [3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 66 67 68 69 70 71
72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94
95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130
131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147
148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181
182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198
199 200 201 202 203 204 205 206 208 209 210 211 212 213 214 215 216
217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267
268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284
285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301
302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318
319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335
336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352
353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386
387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403
404 405 406 407 408 409 410 411 413 414 415 416 417 418 419 420 421
422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438
439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455
456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472
473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489
490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506
507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523
524 525 526 527 528 529 530 531 532 533]
Got: [3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47
48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112
113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129
130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146
147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163
164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180
181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197
198 199 200 201 202 203 204 205 206 208 209 210 211 212 213 214 215
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232
233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266
267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283
284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300
301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317
318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334
335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351
352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368
369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385
386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402
403 404 405 406 407 408 409 410 411 413 414 415 416 417 418 419 420
421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437
438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471
472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488
489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505
506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522
523 524 525 526 527 528 529 530 531 532]
autovacuum-2.4.6...
Expected: [562]
Got: [561]
autovacuum-2.4.6... Ok
...
OK TESTS
...
autovacuum-ioerr-2.2.1...
Error: no such function: randstr
autovacuum-ioerr-2.2.2... Ok
autovacuum-ioerr-2.2.3...
Expected: [1]
Got: [0]
autovacuum-ioerr-3.1.1...
Error: no such function: randstr
autovacuum-ioerr-3.1.2... Ok
autovacuum-ioerr-3.1.3...
Expected: [1]
Got: [0]
autovacuum-ioerr-4.1.1... Ok
autovacuum-ioerr-4.1.2... Ok
autovacuum-ioerr-4.1.3... Ok
autovacuum-ioerr-5.1.1... Ok
autovacuum-ioerr-5.1.2... Ok
autovacuum-ioerr-5.1.3... Ok
autovacuum-ioerr-7.2.1... Ok
autovacuum-ioerr-7.2.2... Ok
autovacuum-ioerr-7.2.3... Ok
autovacuum-ioerr-8.1.1...
Error: no such function: randstr
autovacuum-ioerr-8.1.2... Ok
autovacuum-ioerr-8.1.3... Ok
autovacuum-ioerr-9.1.1...
Error: no such function: randstr
autovacuum-ioerr-9.1.2... Ok
autovacuum-ioerr-9.1.3... Ok
autovacuum-ioerr-10.1.1... Ok
autovacuum-ioerr-10.1.2... Ok
autovacuum-ioerr-10.1.3... Ok
autovacuum-ioerr2-1.1.1...
Error: no such function: randstr
autovacuum-ioerr2-1.1.2... Ok
autovacuum-ioerr2-1.1.3...
Expected: [1]
Got: [0]
autovacuum-ioerr2-2.1.1...
Error: no such function: randstr
autovacuum-ioerr2-2.1.2... Ok
autovacuum-ioerr2-2.1.3...
Expected: [1]
Got: [0]
autovacuum-ioerr2-3.1.1... Ok
autovacuum-ioerr2-3.1.2... Ok
autovacuum-ioerr2-3.1.3... Ok
autovacuum-ioerr2-4.1.1...
Error: no such function: randstr
autovacuum-ioerr2-4.1.2... Ok
autovacuum-ioerr2-4.1.3...
Expected: [1]
Got: [0]
avtrans-1.0... Ok
...
OK TESTS
...
avtrans-1.1... Ok
...
OK TESTS
...
avtrans-9.1...
Error: no such function: randstr
avtrans-9.2.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.2.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.2.3-0...
Error: no such function: randstr
avtrans-9.2.4-0...
Expected: [1]
Got: [0]
avtrans-9.2.5-0...
Expected: [1]
Got: [0]
avtrans-9.3.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.3.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.3.3-0...
Error: no such function: randstr
avtrans-9.3.4-0...
Expected: [1]
Got: [0]
avtrans-9.3.5-0... Ok
avtrans-9.4.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.4.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.4.3-0...
Error: no such function: randstr
avtrans-9.4.4-0...
Expected: [1]
Got: [0]
avtrans-9.4.5-0...
Expected: [1]
Got: [0]
avtrans-9.5.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.5.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.5.3-0...
Error: no such function: randstr
avtrans-9.5.4-0...
Expected: [1]
Got: [0]
avtrans-9.5.5-0... Ok
avtrans-9.6.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.6.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.6.3-0...
Error: no such function: randstr
avtrans-9.6.4-0...
Expected: [1]
Got: [0]
avtrans-9.6.5-0...
Expected: [1]
Got: [0]
avtrans-9.7.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.7.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.7.3-0...
Error: no such function: randstr
avtrans-9.7.4-0...
Expected: [1]
Got: [0]
avtrans-9.7.5-0... Ok
avtrans-9.8.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.8.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.8.3-0...
Error: no such function: randstr
avtrans-9.8.4-0...
Expected: [1]
Got: [0]
avtrans-9.8.5-0...
Expected: [1]
Got: [0]
avtrans-9.9.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.9.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.9.3-0...
Error: no such function: randstr
avtrans-9.9.4-0...
Expected: [1]
Got: [0]
avtrans-9.9.5-0... Ok
avtrans-9.10.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.10.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.10.3-0...
Error: no such function: randstr
avtrans-9.10.4-0...
Expected: [1]
Got: [0]
avtrans-9.10.5-0...
Expected: [1]
Got: [0]
avtrans-9.11.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.11.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.11.3-0...
Error: no such function: randstr
avtrans-9.11.4-0...
Expected: [1]
Got: [0]
avtrans-9.11.5-0... Ok
avtrans-9.12.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.12.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.12.3-0...
Error: no such function: randstr
avtrans-9.12.4-0...
Expected: [1]
Got: [0]
avtrans-9.12.5-0...
Expected: [1]
Got: [0]
avtrans-9.13.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.13.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.13.3-0...
Error: no such function: randstr
avtrans-9.13.4-0...
Expected: [1]
Got: [0]
avtrans-9.13.5-0... Ok
avtrans-9.14.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.14.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.14.3-0...
Error: no such function: randstr
avtrans-9.14.4-0...
Expected: [1]
Got: [0]
avtrans-9.14.5-0...
Expected: [1]
Got: [0]
avtrans-9.15.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.15.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.15.3-0...
Error: no such function: randstr
avtrans-9.15.4-0...
Expected: [1]
Got: [0]
avtrans-9.15.5-0... Ok
avtrans-9.16.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.16.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.16.3-0...
Error: no such function: randstr
avtrans-9.16.4-0...
Expected: [1]
Got: [0]
avtrans-9.16.5-0...
Expected: [1]
Got: [0]
avtrans-9.17.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.17.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.17.3-0...
Error: no such function: randstr
avtrans-9.17.4-0...
Expected: [1]
Got: [0]
avtrans-9.17.5-0... Ok
avtrans-9.18.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.18.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.18.3-0...
Error: no such function: randstr
avtrans-9.18.4-0...
Expected: [1]
Got: [0]
avtrans-9.18.5-0...
Expected: [1]
Got: [0]
avtrans-9.19.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.19.2-0...
Error: cannot start a transaction within a transaction
avtrans-9.19.3-0...
Error: no such function: randstr
avtrans-9.19.4-0...
Expected: [1]
Got: [0]
avtrans-9.19.5-0... Ok
avtrans-9.20.1-0...
Error: cannot start a transaction within a transaction
avtrans-9.20.2-0...
Error: cannot start a transaction within a transaction
avtrans-10.1... Ok
between-1.0... Ok
between-1.1.1...
Expected: [5 2 36 38 6 2 49 51 sort t1 i1w]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.1.2...
Expected: [5 2 36 38 6 2 49 51 sort t1 {}]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.2.1...
Expected: [5 2 36 38 6 2 49 51 sort t1 i1w]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.2.2...
Expected: [5 2 36 38 6 2 49 51 sort t1 {}]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.3.1...
Expected: [5 2 36 38 6 2 49 51 sort t1 i1w]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.3.2...
Expected: [5 2 36 38 6 2 49 51 sort t1 {}]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.4...
Expected: [5 2 36 38 6 2 49 51 sort t1 {}]
Got: [5 2 36 38 6 2 49 51 nosort]
between-1.5.1...
Expected: [4 2 25 27 sort t1 i1zyx]
Got: [4 2 25 27 nosort]
between-1.5.2...
Expected: [4 2 25 27 sort t1 i1zyx]
Got: [4 2 25 27 nosort]
between-1.5.3...
Expected: [4 2 25 27 sort t1 {}]
Got: [4 2 25 27 nosort]
bigrow-1.0... Ok
...
OK TESTS
...
...
OK TESTS
...
collate4-1.1.3...
Expected: [{} A B a b sort]
Got: [{} A B a b nosort]
collate4-1.1.4... Ok
collate4-1.1.5... Ok
collate4-1.1.6...
Expected: [{} a A b B sort]
Got: [{} a A b B nosort]
collate4-1.1.7... Ok
collate4-1.1.8... Ok
collate4-1.1.9... Ok
collate4-1.1.10...
Expected: [{} B a sort]
Got: [{} B a nosort]
collate4-1.1.11... Ok
collate4-1.1.12... Ok
collate4-1.1.13...
Expected: [{} a B sort]
Got: [{} a B nosort]
collate4-1.1.14... Ok
collate4-1.1.15... Ok
collate4-1.1.16... Ok
collate4-1.1.17...
Expected: [{} B a sort]
Got: [{} B a nosort]
collate4-1.1.18... Ok
collate4-1.1.19... Ok
collate4-1.1.20...
Expected: [{} a B sort]
Got: [{} a B nosort]
collate4-1.1.21... Ok
collate4-1.1.22...
Expected: [{} a A b B sort]
Got: [{} a A b B nosort]
collate4-1.1.23...
Expected: [{} a A b B sort]
Got: [{} a A b B nosort]
collate4-1.1.24... Ok
collate4-1.1.25...
Expected: [{} A B a b sort]
Got: [{} A B a b nosort]
collate4-1.1.26...
Expected: [{} A B a b sort]
Got: [{} A B a b nosort]
collate4-1.1.27... Ok
collate4-1.1.30... Ok
collate4-1.2.0... Ok
collate4-1.2.1... Ok
collate4-1.2.2... Ok
collate4-1.2.3...
Expected: [{} A B a b sort]
Got: [{} A B a b nosort]
collate4-1.2.4... Ok
collate4-1.2.5...
Expected: [{} a A b B sort]
Got: [{} a A b B nosort]
collate4-1.2.6... Ok
collate4-1.2.7... Ok
collate4-1.2.8... Ok
collate4-1.2.9... Ok
collate4-1.2.10...
Expected: [{} B a sort]
Got: [{} B a nosort]
collate4-1.2.11... Ok
collate4-1.2.12...
Expected: [{} a B sort]
Got: [{} a B nosort]
collate4-1.2.13... Ok
collate4-1.2.14... Ok
collate4-1.2.15...
Expected: [{} a A b B sort]
Got: [{} a A b B nosort]
collate4-1.2.16...
Expected: [{} a A b B sort]
Got: [{} a A b B nosort]
collate4-1.2.17... Ok
collate4-1.2.18...
Expected: [{} A B a b sort]
Got: [{} A B a b nosort]
collate4-1.2.19... Ok
collate4-1.2.20...
Expected: [{} A B a b sort]
Got: [{} A B a b nosort]
collate4-1.2.21... Ok
collate4-1.2.22...
Expected: [b a B A {} sort]
Got: [b a B A {} nosort]
collate4-1.2.23...
Expected: [b a B A {} sort]
Got: [b a B A {} nosort]
collate4-1.2.24... Ok
collate4-1.2.25... Ok
collate4-2.1.0... Ok
collate4-2.1.1...
Expected: [A a A A 19]
Got: [A a A A 0]
collate4-2.1.2...
Expected: [A a A A 5]
Got: [A a A A 0]
collate4-2.1.3...
Expected: [A A 19]
Got: [A A 0]
collate4-2.1.4...
Expected: [A a A A 19]
Got: [A a A A 0]
collate4-2.1.5...
Expected: [A A 4]
Got: [A A 0]
collate4-2.1.6...
Expected: [a A 10]
Got: [a A 0]
collate4-2.1.7...
Expected: [a A 6]
Got: [a A 0]
collate4-2.1.8...
Expected: [a A 5]
Got: [a A 0]
collate4-2.1.9...
Expected: [a A 9]
Got: [a A 0]
collate4-2.1.10... Ok
collate4-2.2.0... Ok
collate4-2.2.1...
Expected: [0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 63]
Got: [0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 0]
collate4-2.2.1b...
Expected: [0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 29]
Got: [0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 0]
collate4-2.2.2...
Expected: [0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 22]
Got: [0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1 0]
collate4-2.2.10... Ok
collate4-3.0... Ok
...
OK TESTS
...
collate4-4.1...
Expected: [20 3]
Got: [20 0]
collate4-4.2...
Expected: [10 3]
Got: [10 0]
collate4-4.3...
Expected: [10 2]
Got: [10 0]
collate4-4.4...
Expected: [20 1]
Got: [20 0]
collate4-4.5...
Expected: [10 3]
Got: [10 0]
collate4-4.6...
Expected: [20 3]
Got: [20 0]
collate4-4.7... Ok
collate4-4.8... Ok
collate4-4.9... Ok
collate4-4.10... Ok
collate4-4.11... Ok
collate4-4.12... Ok
collate4-4.13... Ok
collate4-4.14... Ok
collate4-4.15... Ok
collate4-6.0... Ok
collate4-6.1... Ok
collate4-6.2... Ok
collate4-6.3...
Expected: [10 101 15 sort]
Got: [10 101 15 nosort]
collate5-1.0... Ok
collate5-1.1... Ok
...
OK TESTS
...
conflict-6.0... Ok
conflict-6.1...
Expected: [1 {column a is not unique} 1 1]
Got: [1 {column a is not unique} 1 0]
conflict-6.2...
Expected: [0 {7 6 9} 1 1]
Got: [0 {7 6 9} 1 0]
conflict-6.3...
Expected: [0 {6 7 3 9} 1 1]
Got: [0 {6 7 3 9} 1 0]
conflict-6.4... Ok
conflict-6.5...
Expected: [1 {column a is not unique} 1 1]
Got: [1 {column a is not unique} 1 0]
conflict-6.6... Ok
conflict-6.7...
Expected: [0 {6 7 3 9} 1 1]
Got: [0 {6 7 3 9} 1 0]
conflict-6.8...
Expected: [0 {7 6 9} 1 1]
Got: [0 {7 6 9} 1 0]
conflict-6.9...
Expected: [0 {6 7 3 9} 1 1]
Got: [0 {6 7 3 9} 1 0]
conflict-6.10...
Expected: [0 {7 6 9} 1 1]
Got: [0 {7 6 9} 1 0]
conflict-6.11...
Expected: [0 {6 7 3 9} 1 1]
Got: [0 {6 7 3 9} 1 0]
conflict-6.12...
Expected: [0 {6 7 3 9} 1 1]
Got: [0 {6 7 3 9} 1 0]
conflict-6.13...
Expected: [0 {7 6 9} 1 1]
Got: [0 {7 6 9} 1 0]
conflict-6.14... Ok
conflict-6.15...
Expected: [1 {column a is not unique} 1 1]
Got: [1 {column a is not unique} 1 0]
conflict-6.16... Ok
conflict-7.1... Ok
...
OK TESTS
...
date-4.1...
Expected: [2006-09-01]
Got: [2006-12-31]
date-5.1... Ok
...
OK TESTS
...
date-7.16... Ok
date-8.1...
Expected: [{2003-10-26 12:34:00}]
Got: [{2006-12-31 20:49:57}]
date-8.2...
Expected: [{2003-10-27 12:34:00}]
Got: [{2007-01-01 20:49:57}]
date-8.3...
Expected: [{2003-10-28 12:34:00}]
Got: [{2007-01-02 20:49:57}]
date-8.4...
Expected: [{2003-10-22 12:34:00}]
Got: [{2007-01-03 20:49:57}]
date-8.5...
Expected: [{2003-10-01 00:00:00}]
Got: [{2006-12-01 00:00:00}]
date-8.6...
Expected: [{2003-01-01 00:00:00}]
Got: [{2006-01-01 00:00:00}]
date-8.7...
Expected: [{2003-10-22 00:00:00}]
Got: [{2006-12-31 00:00:00}]
date-8.8...
Expected: [{2003-10-23 12:34:00}]
Got: [{2007-01-01 20:49:57}]
date-8.9...
Expected: [{2003-10-23 12:34:00}]
Got: [{2007-01-01 20:49:57}]
date-8.10...
Expected: [{2003-10-23 18:34:00}]
Got: [{2007-01-02 02:49:57}]
date-8.11...
Expected: [{2003-10-21 12:34:00}]
Got: [{2006-12-30 20:49:57}]
date-8.12...
Expected: [{2003-11-22 12:34:00}]
Got: [{2007-01-31 20:49:57}]
date-8.13...
Expected: [{2004-09-22 12:34:00}]
Got: [{2007-12-01 20:49:57}]
date-8.14...
Expected: [{2002-09-22 12:34:00}]
Got: [{2005-12-01 20:49:57}]
date-8.15...
Expected: [{2003-12-07 12:34:00}]
Got: [{2007-02-15 20:49:57}]
date-8.16...
Expected: [{1998-10-22 12:34:00}]
Got: [{2001-12-31 20:49:57}]
date-8.17...
Expected: [{2003-10-22 12:44:30}]
Got: [{2006-12-31 21:00:27}]
date-8.18...
Expected: [{2003-10-22 11:19:00}]
Got: [{2006-12-31 19:34:57}]
date-8.19...
Expected: [{2003-10-22 12:34:11}]
Got: [{2006-12-31 20:50:09}]
date-9.1... Ok
...
OK TESTS
...
descidx1-5.2...
Expected: [0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011
1100 1101 1110 1111 sort]
Got: [0000 0001 0010 0011 0100 0101 0110 0111 1000 1001 1010 1011
1100 1101 1110 1111 nosort]
descidx1-5.3... Ok
descidx1-5.4... Ok
descidx1-5.5... Ok
descidx1-5.6... Ok
descidx1-5.7...
Expected: [011 010 001 000 111 110 101 100 sort]
Got: [011 010 001 000 111 110 101 100 nosort]
descidx1-5.8...
Expected: [000 001 010 011 100 101 110 111 sort]
Got: [000 001 010 011 100 101 110 111 nosort]
descidx1-5.9...
Expected: [110 111 100 101 010 011 000 001 sort]
Got: [110 111 100 101 010 011 000 001 nosort]
descidx1-6.1... Ok
...
OK TESTS
...
descidx3-4.3... Ok
diskfull-1.1...
Error: no such function: randstr
diskfull-1.2... Ok
diskfull-1.3...
Expected: [1 {database or disk is full}]
Got: [0 {}]
diskfull-1.4... Ok
diskfull-1.5...
Expected: [1 {database or disk is full}]
Got: [0 {}]
diskfull-1.6... Ok
diskfull-2.1.1... Ok
...
OK TESTS
...
expr-8.1...
Expected: [15:34:09]
Got: [20:50:29]
expr-8.2...
Expected: [2006-09-01]
Got: [2006-12-31]
expr-8.3...
Expected: [{2006-09-01 15:34:09}]
Got: [{2006-12-31 20:50:29}]
expr-8.4... Ok
...
OK TESTS
...
func-12.1...
Error: no such function: test_destructor
func-12.2...
Error: no such function: test_destructor_count
func-12.3...
Error: no such function: test_destructor
func-12.4...
Error: no such function: test_destructor_count
func-12.5...
Error: no such function: test_destructor
func-12.6...
Error: no such function: test_destructor_count
func-12.7... Ok
func-13.1...
Error: no such function: test_auxdata
func-13.2... Ok
func-13.3...
Error: no such function: test_auxdata
func-13.4...
Error: no such function: test_auxdata
func-13.5...
Error: no such function: test_auxdata
func-13.6...
Error: no such function: test_auxdata
func-13.7...
Error: (1) no such function: test_auxdata
func-14.1... Ok
func-14.2... Ok
func-15.1...
Expected: [1 {}]
Got: [1 {no such function: test_error}]
func-16.1... Ok
...
OK TESTS
...
interrupt-1.4... Ok
interrrupt-2.1...
Error: no such function: randstr
interrupt-2.2.101.1...
Expected: [1]
Got: [0]
interrupt-2.2.101.99...
Expected: [0 {}]
Got: [1 {cannot VACUUM from within a transaction}]
interrupt-2.3...
Error: no such table: t1
interrupt-2.4...
Expected: [1]
Got: [0]
interrupt-2.5...
Error: no such table: t1
interrupt-2.6... Ok
interrupt-3.1.1... Ok
interrupt-3.1.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.1.3... Ok
interrupt-3.1.4... Ok
interrupt-3.1.5... Ok
interrupt-3.6.1... Ok
interrupt-3.6.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.6.3... Ok
interrupt-3.6.4... Ok
interrupt-3.6.5... Ok
interrupt-3.11.1... Ok
interrupt-3.11.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.11.3... Ok
interrupt-3.11.4... Ok
interrupt-3.11.5... Ok
interrupt-3.16.1... Ok
interrupt-3.16.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.16.3... Ok
interrupt-3.16.4... Ok
interrupt-3.16.5... Ok
interrupt-3.21.1... Ok
interrupt-3.21.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.21.3... Ok
interrupt-3.21.4... Ok
interrupt-3.21.5... Ok
interrupt-3.26.1... Ok
interrupt-3.26.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.26.3... Ok
interrupt-3.26.4... Ok
interrupt-3.26.5... Ok
interrupt-3.31.1... Ok
interrupt-3.31.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.31.3... Ok
interrupt-3.31.4... Ok
interrupt-3.31.5... Ok
interrupt-3.36.1... Ok
interrupt-3.36.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.36.3... Ok
interrupt-3.36.4... Ok
interrupt-3.36.5... Ok
interrupt-3.41.1... Ok
interrupt-3.41.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.41.3... Ok
interrupt-3.41.4... Ok
interrupt-3.41.5... Ok
interrupt-3.46.1... Ok
interrupt-3.46.2...
Expected: [1 interrupted]
Got: [1 {no such table: t1}]
interrupt-3.46.3... Ok
interrupt-3.46.4... Ok
interrupt-3.46.5... Ok
/usr/local/projects/sqlite-3.3.8/build/.libs/testfixture: no such table: t1
while executing
"db eval {
CREATE TABLE t2(a,b,c);
INSERT INTO t2 SELECT round(a/10), randstr(50,80), randstr(50,60) FROM t1;
}"
("uplevel" body line 1)
invoked from within
"uplevel [list $db eval $sql]"
(procedure "execsql" line 3)
invoked from within
"execsql {
CREATE TABLE t2(a,b,c);
INSERT INTO t2 SELECT round(a/10), randstr(50,80), randstr(50,60) FROM t1;
}"
(file "../test/interrupt.test" line 163)
invoked from within
"source $testfile"
("foreach" body line 4)
invoked from within
"foreach testfile [lsort -dictionary [glob $testdir/*.test]] {
set tail [file tail $testfile]
if {[lsearch -exact $EXCLUDE $tail]>=0} continue
so..."
(file "../test/quick.test" line 66)
make: *** [test] Error 1
/usr/local/projects/sqlite-3.3.8/build >
-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------