"Alexei Alexandrov" <[EMAIL PROTECTED]> wrote: > Hi, > > I'm running SQLite 3.3.4 tests suite on Linux (Red Hat 4 Update 2) > Itanium box. I got the following test failures: > > 4 errors out of 24863 tests > Failures on these tests: printf-8.1 printf-8.2 printf-9.5 types3-1.3 > > Information on the console: > > printf-8.1... > Error: integer value too large to represent > printf-8.2... > Error: integer value too large to represent > > printf-9.5... > Expected: [1 C > > > ] > Got: [] > > > types3-1.3... > Expected: [wideInt integer] > Got: [int integer] > > Is it expected? >
These are the kinds of errors I would expect to see if you compiled the test suite using an archaic version of Tcl. What Tcl version are you using? None of these errors is of any consequence. -- D. Richard Hipp <[EMAIL PROTECTED]>