Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Several test fixes: remove use of -nocase option from 'data-1.74' and limit 'data-1.93' / 'data-1.94' to the SQLite core library 3.23 or higher. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
eeb641701ca232af648779f92599cbcd |
User & Date: | mistachkin 2018-02-27 00:01:24.558 |
Context
2018-02-27
| ||
00:25 | Manually update the Eagle test constraints package file (out-of-band) to include detection support for Mono 5.8 / 5.10. check-in: 864cc90fff user: mistachkin tags: trunk | |
00:01 | Several test fixes: remove use of -nocase option from 'data-1.74' and limit 'data-1.93' / 'data-1.94' to the SQLite core library 3.23 or higher. check-in: eeb641701c user: mistachkin tags: trunk | |
2018-02-26
| ||
22:53 | In the test suite infrastructure, retain version of SQLite core library for use by test constraint expressions. check-in: c588ddf749 user: mistachkin tags: trunk | |
Changes
Changes to Tests/basic.eagle.
︙ | ︙ | |||
3673 3674 3675 3676 3677 3678 3679 | return $::aggregateData($hashCtx) } else { error "missing aggregate context data" } } Compare { lappend ::compareResults [object invoke -create \ | | | | 3673 3674 3675 3676 3677 3678 3679 3680 3681 3682 3683 3684 3685 3686 3687 3688 | return $::aggregateData($hashCtx) } else { error "missing aggregate context data" } } Compare { lappend ::compareResults [object invoke -create \ Int32 Parse [string compare [lindex $args 1] \ [lindex $args 2]]] return [lindex $::compareResults end] } default { error [appendArgs "unknown function callback \"" $name \"] } } |
︙ | ︙ | |||
4834 4835 4836 4837 4838 4839 4840 | System.Data.SQLite.SQLite3 have_errstr null } unset -nocomplain result exception errCode errCodes unset -nocomplain connection db fileName } -constraints {eagle command.object monoBug28\ compile.DATA defineConstant.System.Data.SQLite.INTEROP_TEST_EXTENSION\ | | > | | | | | 4834 4835 4836 4837 4838 4839 4840 4841 4842 4843 4844 4845 4846 4847 4848 4849 4850 4851 4852 4853 | System.Data.SQLite.SQLite3 have_errstr null } unset -nocomplain result exception errCode errCodes unset -nocomplain connection db fileName } -constraints {eagle command.object monoBug28\ compile.DATA defineConstant.System.Data.SQLite.INTEROP_TEST_EXTENSION\ command.sql SQLite System.Data.SQLite} -constraintExpression \ {[package vcompare $core_library_version 3.23] >= 0} -result {{0 {}} {0 {}} {0\ {}} Error {SQL logic error ==> SQL logic error} IoErr {disk I/O error ==> disk\ I/O error} CantOpen {unable to open database file ==> unable to open database\ file} Notice {notification message ==> notification message} Warning {warning\ message ==> warning message} 231 {SQL logic error ==> unknown error} {0 {}}\ Ok_Load_Permanently {not an error ==> not an error} Error_Retry {SQL logic\ error ==> SQL logic error} IoErr_Short_Read {disk I/O error ==> disk I/O error}\ CantOpen_NoTempDir {unable to open database file ==> unable to open database\ file} Notice_Recover_Rollback {notification message ==> notification message}\ Warning_AutoIndex {warning message ==> warning message} 999 {SQL logic error\ ==> unknown error}}} |
︙ | ︙ | |||
4910 4911 4912 4913 4914 4915 4916 | freeDbConnection unset -nocomplain result exception errCode errCodes unset -nocomplain connection db fileName } -constraints {eagle command.object monoBug28\ compile.DATA defineConstant.System.Data.SQLite.INTEROP_TEST_EXTENSION\ | | > | | | | | 4911 4912 4913 4914 4915 4916 4917 4918 4919 4920 4921 4922 4923 4924 4925 4926 4927 4928 4929 4930 | freeDbConnection unset -nocomplain result exception errCode errCodes unset -nocomplain connection db fileName } -constraints {eagle command.object monoBug28\ compile.DATA defineConstant.System.Data.SQLite.INTEROP_TEST_EXTENSION\ command.sql SQLite System.Data.SQLite} -constraintExpression \ {[package vcompare $core_library_version 3.23] >= 0} -result {{0 {}} {0 {}} {0\ {}} Error {SQL logic error ==> SQL logic error} IoErr {disk I/O error ==> disk\ I/O error} CantOpen {unable to open database file ==> unable to open database\ file} Notice {notification message ==> notification message} Warning {warning\ message ==> warning message} 231 {unknown error ==> unknown error} {0 {}}\ Ok_Load_Permanently {not an error ==> not an error} Error_Retry {SQL logic\ error ==> SQL logic error} IoErr_Short_Read {disk I/O error ==> disk I/O error}\ CantOpen_NoTempDir {unable to open database file ==> unable to open database\ file} Notice_Recover_Rollback {notification message ==> notification message}\ Warning_AutoIndex {warning message ==> warning message} 999 {unknown error ==>\ unknown error}}} |
︙ | ︙ |