Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix a couple build configuration test constraints. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
81ccaf438c5c1589f9e567203b107107 |
User & Date: | mistachkin 2016-03-24 20:43:30.570 |
Context
2016-03-24
| ||
21:16 | One more Windows platform check in the test suite support infrastructure. check-in: 1df783e09b user: mistachkin tags: trunk | |
20:45 | Merge updates from trunk. Closed-Leaf check-in: 416990bc16 user: mistachkin tags: core312 | |
20:43 | Fix a couple build configuration test constraints. check-in: 81ccaf438c user: mistachkin tags: trunk | |
20:42 | Avoid calling Win32 specific SQLite APIs on non-Windows platforms. check-in: 70d83a095a user: mistachkin tags: trunk | |
Changes
Changes to Tests/basic.eagle.
︙ | ︙ | |||
2787 2788 2789 2790 2791 2792 2793 | "---- largest free SQLite heap block... " $nLargest " bytes\n"] lappend result [list $code $nFree $resetOk $nLargest] } -cleanup { cleanupDb $fileName unset -nocomplain nLargest resetOk nFree code result db fileName | | | | 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 | "---- largest free SQLite heap block... " $nLargest " bytes\n"] lappend result [list $code $nFree $resetOk $nLargest] } -cleanup { cleanupDb $fileName unset -nocomplain nLargest resetOk nFree code result db fileName } -constraints {eagle command.object windows monoBug28 command.sql compile.DATA\ SQLite System.Data.SQLite buildConfiguration.Release} -match regexp -result \ {^\{Busy 0 False 0\} \{Busy \d+ False 0\} \{Ok 0 True \d+\}$}} ############################################################################### runTest {test data-1.59 {percentile extension} -setup { setupDb [set fileName data-1.59.db] } -body { |
︙ | ︙ |
Changes to Tests/tkt-72905c9a77.eagle.
︙ | ︙ | |||
278 279 280 281 282 283 284 | } result] : [set result ""]}] [string map [list \r\n \n] $result] } -cleanup { cleanupDb $fileName unset -nocomplain result code results errors dataSource fileName } -constraints \ [fixConstraints {fail.false eagle command.object monoBug28\ | | | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | } result] : [set result ""]}] [string map [list \r\n \n] $result] } -cleanup { cleanupDb $fileName unset -nocomplain result code results errors dataSource fileName } -constraints \ [fixConstraints {fail.false eagle command.object monoBug28\ buildConfiguration.Release !defineConstant.System.Data.SQLite.INTEROP_LOG\ command.sql compile.DATA SQLite System.Data.SQLite compileCSharp}] -match \ regexp -result [appendArgs \ "^Ok System#CodeDom#Compiler#CompilerResults#\\d+ \\{\\} 0 \\{" \ [string repeat "SQLite message \\(0\\): TEST $id\\n" \ [expr {min(4 * [info processors], 16)}]] "\\}\$"]} ############################################################################### |
︙ | ︙ |