Index: Tests/basic.eagle ================================================================== --- Tests/basic.eagle +++ Tests/basic.eagle @@ -2789,12 +2789,12 @@ 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 configuration.Release\ -command.sql compile.DATA SQLite System.Data.SQLite} -match regexp -result \ +} -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 { Index: Tests/tkt-72905c9a77.eagle ================================================================== --- Tests/tkt-72905c9a77.eagle +++ Tests/tkt-72905c9a77.eagle @@ -280,11 +280,11 @@ cleanupDb $fileName unset -nocomplain result code results errors dataSource fileName } -constraints \ [fixConstraints {fail.false eagle command.object monoBug28\ -configuration.Release !defineConstant.System.Data.SQLite.INTEROP_LOG\ +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)}]] "\\}\$"]}