Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Add missing calls to 'info previouspid true' to the test suite. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | netStandard21 |
Files: | files | file ages | folders |
SHA1: |
c7c7f4032ffaa99f2e0b581534b5a64b |
User & Date: | mistachkin 2019-10-09 01:07:11.731 |
Context
2019-10-09
| ||
01:31 | Adjust expected results for tests 'tkt-3e783eecbe-1.1', 'tkt-3e783eecbe-1.2', and 'tkt-69cf6e5dc8-1.1' to account for floating point differences between runtimes. check-in: d110972bc5 user: mistachkin tags: netStandard21 | |
01:07 | Add missing calls to 'info previouspid true' to the test suite. check-in: c7c7f4032f user: mistachkin tags: netStandard21 | |
00:32 | Break test 'data-1.3' into two, one for the .NET Framework 4.x and one for .NET Standard 2.1. check-in: 2b6e69647e user: mistachkin tags: netStandard21 | |
Changes
Changes to Tests/basic.eagle.
︙ | ︙ | |||
49 50 51 52 53 54 55 56 57 58 59 60 61 62 | tlog "---- BEGIN STDOUT OUTPUT\n" tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [expr {$code == 0 ? "" : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain totalCount failureCount successCount code output \ error fileName } -constraints {eagle SQLite file_System.Data.SQLite.dll file_test.exe\ testExec winForms} -result {0 {}}} ############################################################################### | > | 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | tlog "---- BEGIN STDOUT OUTPUT\n" tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [expr {$code == 0 ? "" : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain totalCount failureCount successCount code output \ error fileName } -constraints {eagle SQLite file_System.Data.SQLite.dll file_test.exe\ testExec winForms} -result {0 {}}} ############################################################################### |
︙ | ︙ | |||
84 85 86 87 88 89 90 91 92 93 94 95 96 97 | tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [string equal $output [readFile $testLinqOutFile]] \ [expr {$code == 0 ? "" : $error}] } -cleanup { catch {object invoke Console OutputEncoding $savedEncoding} unset -nocomplain code output error savedEncoding encoding } -constraints \ {eagle command.object monoToDo SQLite file_System.Data.SQLite.dll\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db\ file_testlinq.out testExec !dotNetCore} -result {0 True {}}} | > | 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [string equal $output [readFile $testLinqOutFile]] \ [expr {$code == 0 ? "" : $error}] } -cleanup { catch {object invoke Console OutputEncoding $savedEncoding} catch {info previouspid true} unset -nocomplain code output error savedEncoding encoding } -constraints \ {eagle command.object monoToDo SQLite file_System.Data.SQLite.dll\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db\ file_testlinq.out testExec !dotNetCore} -result {0 True {}}} |
︙ | ︙ | |||
120 121 122 123 124 125 126 127 128 129 130 131 132 133 | tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [string equal $output [readFile $testLinqOutFile]] \ [expr {$code == 0 ? "" : $error}] } -cleanup { catch {object invoke Console OutputEncoding $savedEncoding} unset -nocomplain code output error savedEncoding encoding } -constraints [fixConstraints \ {eagle command.object monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll file_System.Data.SQLite.EF6.dll file_testef6.exe\ file_northwindEF.db file_testlinq.out testExec !dotNetCore}] -result {0 True\ {}}} | > | 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 | tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [string equal $output [readFile $testLinqOutFile]] \ [expr {$code == 0 ? "" : $error}] } -cleanup { catch {object invoke Console OutputEncoding $savedEncoding} catch {info previouspid true} unset -nocomplain code output error savedEncoding encoding } -constraints [fixConstraints \ {eagle command.object monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll file_System.Data.SQLite.EF6.dll file_testef6.exe\ file_northwindEF.db file_testlinq.out testExec !dotNetCore}] -result {0 True\ {}}} |
︙ | ︙ | |||
157 158 159 160 161 162 163 164 165 166 167 168 169 170 | tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [string equal $output [readFile $testLinqOutFile]] \ [expr {$code == 0 ? "" : $error}] } -cleanup { catch {object invoke Console OutputEncoding $savedEncoding} unset -nocomplain code output error savedEncoding encoding } -constraints \ {eagle command.object monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll file_System.Data.SQLite.EF6.dll file_testef6.exe\ file_northwindEF.db file_testlinq.out testExec dotNetCore} -result {0 True {}}} | > | 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 | tlog $output tlog "\n---- END STDOUT OUTPUT\n" list $code [string equal $output [readFile $testLinqOutFile]] \ [expr {$code == 0 ? "" : $error}] } -cleanup { catch {object invoke Console OutputEncoding $savedEncoding} catch {info previouspid true} unset -nocomplain code output error savedEncoding encoding } -constraints \ {eagle command.object monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll file_System.Data.SQLite.EF6.dll file_testef6.exe\ file_northwindEF.db file_testlinq.out testExec dotNetCore} -result {0 True {}}} |
︙ | ︙ | |||
3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {True True True True True True True True True True True True True\ True True True True True True True True True True True True True True True True\ True True True True True True True True True True True True True True True True\ True True True True True True True True True True True True True True True True\ | > > | 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265 3266 3267 3268 3269 3270 3271 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {True True True True True True True True True True True True True\ True True True True True True True True True True True True True True True True\ True True True True True True True True True True True True True True True True\ True True True True True True True True True True True True True True True True\ |
︙ | ︙ |
Changes to Tests/installer.eagle.
︙ | ︙ | |||
57 58 59 60 61 62 63 64 65 66 67 68 69 70 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2005LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2005\ visualStudio2005 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2005.log}] -result {0 True}} | > | 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2005LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2005\ visualStudio2005 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2005.log}] -result {0 True}} |
︙ | ︙ | |||
100 101 102 103 104 105 106 107 108 109 110 111 112 113 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2005LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2005\ visualStudio2005 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2005.log}] -result {0 True}} | > | 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2005LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2005\ visualStudio2005 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2005.log}] -result {0 True}} |
︙ | ︙ | |||
143 144 145 146 147 148 149 150 151 152 153 154 155 156 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2008LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2008\ visualStudio2008 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_SQLite.Designer.dll file_Installer_Test_Vs2008.log}] -result {0 True}} | > | 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2008LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2008\ visualStudio2008 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_SQLite.Designer.dll file_Installer_Test_Vs2008.log}] -result {0 True}} |
︙ | ︙ | |||
186 187 188 189 190 191 192 193 194 195 196 197 198 199 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2008LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2008\ visualStudio2008 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_SQLite.Designer.dll file_Uninstaller_Test_Vs2008.log}] -result {0 True}} | > | 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2008LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2008\ visualStudio2008 System.Data.SQLite.dll_v2.0.50727 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_SQLite.Designer.dll file_Uninstaller_Test_Vs2008.log}] -result {0 True}} |
︙ | ︙ | |||
229 230 231 232 233 234 235 236 237 238 239 240 241 242 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2010LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2010\ visualStudio2010 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2010.log}] -result {0 True}} | > | 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2010LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2010\ visualStudio2010 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2010.log}] -result {0 True}} |
︙ | ︙ | |||
273 274 275 276 277 278 279 280 281 282 283 284 285 286 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2010LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2010\ visualStudio2010 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2010.log}] -result {0 True}} | > | 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2010LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2010\ visualStudio2010 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2010.log}] -result {0 True}} |
︙ | ︙ | |||
318 319 320 321 322 323 324 325 326 327 328 329 330 331 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2012LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2012\ visualStudio2012 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2012.log}] -result {0 True}} | > | 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2012LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2012\ visualStudio2012 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2012.log}] -result {0 True}} |
︙ | ︙ | |||
363 364 365 366 367 368 369 370 371 372 373 374 375 376 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2012LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2012\ visualStudio2012 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2012.log}] -result {0 True}} | > | 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2012LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2012\ visualStudio2012 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2012.log}] -result {0 True}} |
︙ | ︙ | |||
408 409 410 411 412 413 414 415 416 417 418 419 420 421 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2013LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2013\ visualStudio2013 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2013.log}] -result {0 True}} | > | 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2013LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2013\ visualStudio2013 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2013.log}] -result {0 True}} |
︙ | ︙ | |||
453 454 455 456 457 458 459 460 461 462 463 464 465 466 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2013LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2013\ visualStudio2013 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2013.log}] -result {0 True}} | > | 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2013LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2013\ visualStudio2013 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2013.log}] -result {0 True}} |
︙ | ︙ | |||
498 499 500 501 502 503 504 505 506 507 508 509 510 511 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2015LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2015\ visualStudio2015 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2015.log}] -result {0 True}} | > | 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testInstallVs2015LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2015\ visualStudio2015 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Installer_Test_Vs2015.log}] -result {0 True}} |
︙ | ︙ | |||
543 544 545 546 547 548 549 550 551 552 553 554 555 556 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2015LogFile]]] : $error}] } -cleanup { cleanupFile $fileName unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2015\ visualStudio2015 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2015.log}] -result {0 True}} | > | 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 | set is64 [haveConstraint amd64.64bit] set wow64 [expr {$is64 ? "\\Wow6432Node" : ""}] list $code [expr {$code == 0 ? [string equal -nocase [readFile $fileName] \ [subst -nobackslashes [readFile $testUninstallVs2015LogFile]]] : $error}] } -cleanup { cleanupFile $fileName catch {info previouspid true} unset -nocomplain wow64 is64 lineNumber code output error fileName } -constraints [fixConstraints {eagle administrator !wow64 buildYear.2015\ visualStudio2015 System.Data.SQLite.dll_v4.0.30319 file_Installer.exe testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll\ file_System.Data.SQLite.EF6.dll file_SQLite.Designer.dll\ file_Uninstaller_Test_Vs2015.log}] -result {0 True}} |
︙ | ︙ |
Changes to Tests/linq.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {inserted 1 updated 1}}} ############################################################################### | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {inserted 1 updated 1}}} ############################################################################### |
︙ | ︙ | |||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle System.Data.SQLite.dll_v4.0.30319 monoToDo SQLite\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.Linq.dll\ file_testlinq.exe file_northwindEF.db} -result {0 {{ NewUnitPrice = 21.0 } {\ NewUnitPrice = 21.1 } { NewUnitPrice = 21.05 } { NewUnitPrice = 23.0 } {\ NewUnitPrice = 23.3 } { NewUnitPrice = 23.25 } { NewUnitPrice = 21.0 } {\ NewUnitPrice = 21.4 } { NewUnitPrice = 21.35 }}}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue | > > | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle System.Data.SQLite.dll_v4.0.30319 monoToDo SQLite\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.Linq.dll\ file_testlinq.exe file_northwindEF.db} -result {0 {{ NewUnitPrice = 21.0 } {\ NewUnitPrice = 21.1 } { NewUnitPrice = 21.05 } { NewUnitPrice = 23.0 } {\ NewUnitPrice = 23.3 } { NewUnitPrice = 23.25 } { NewUnitPrice = 21.0 } {\ NewUnitPrice = 21.4 } { NewUnitPrice = 21.35 }}}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue |
Changes to Tests/tkt-00f86f9739.eagle.
︙ | ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | } else { lappend result [string trim $error] } } set result } -cleanup { unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll file_testlinq.exe\ file_northwindEF.db} -result {0 {} 0 {DRACD OLDWO RATTC} 0 {ALFKI CACTU CHOPS\ FOLKO GALED KOENE LILAS MAGAA MAISD OCEAN RANCH SAVEA THECR} 0 {} 0 {} 0 {} 0\ | > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | } else { lappend result [string trim $error] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll file_testlinq.exe\ file_northwindEF.db} -result {0 {} 0 {DRACD OLDWO RATTC} 0 {ALFKI CACTU CHOPS\ FOLKO GALED KOENE LILAS MAGAA MAISD OCEAN RANCH SAVEA THECR} 0 {} 0 {} 0 {} 0\ |
︙ | ︙ | |||
86 87 88 89 90 91 92 93 94 95 96 97 98 99 | } else { lappend result [string trim $error] } } set result } -cleanup { unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_EntityFramework.dll file_System.Data.SQLite.dll\ file_System.Data.SQLite.EF6.dll file_testef6.exe file_northwindEF.db} -result \ {0 {} 0 {DRACD OLDWO RATTC} 0 {ALFKI CACTU CHOPS FOLKO GALED KOENE LILAS MAGAA\ | > > | 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | } else { lappend result [string trim $error] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_EntityFramework.dll file_System.Data.SQLite.dll\ file_System.Data.SQLite.EF6.dll file_testef6.exe file_northwindEF.db} -result \ {0 {} 0 {DRACD OLDWO RATTC} 0 {ALFKI CACTU CHOPS FOLKO GALED KOENE LILAS MAGAA\ |
︙ | ︙ |
Changes to Tests/tkt-0a32885109.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {WHITC ANATR BERGS WHITC ANATR WHITC ANATR BERGS}}} ############################################################################### | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {WHITC ANATR BERGS WHITC ANATR WHITC ANATR BERGS}}} ############################################################################### |
︙ | ︙ |
Changes to Tests/tkt-0e48e80333.eagle.
︙ | ︙ | |||
105 106 107 108 109 110 111 112 113 114 115 116 117 118 | set code } -cleanup { cleanupDb tkt-0e48e80333-1.1.db catch {file delete $scriptFileName} catch {file delete $configFileName} unset -nocomplain code output error scriptFileName configFileName restoreMdaConfigEnvironment restoreEagleShellEnvironment moveEagleShellMdaConfig true | > > | 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 | set code } -cleanup { cleanupDb tkt-0e48e80333-1.1.db catch {file delete $scriptFileName} catch {file delete $configFileName} catch {info previouspid true} unset -nocomplain code output error scriptFileName configFileName restoreMdaConfigEnvironment restoreEagleShellEnvironment moveEagleShellMdaConfig true |
︙ | ︙ |
Changes to Tests/tkt-41aea496e0.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {inserted 2 updated 2}}} ############################################################################### | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {inserted 2 updated 2}}} ############################################################################### |
︙ | ︙ |
Changes to Tests/tkt-59edc1018b.eagle.
︙ | ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | } else { lappend result [string trim $error] } } set result } -cleanup { unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll file_testlinq.exe\ file_northwindEF.db} -result {0 {} 0 {FURIB GALED GODOS LAZYK LINOD PRINI REGGC\ WOLZA} 0 {} 0 ERNSH 0 {} 0 {AROUT BSBEV CONSH EASTC NORTS SEVES} 0 {}}} | > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | } else { lappend result [string trim $error] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_System.Data.SQLite.dll file_System.Data.SQLite.Linq.dll file_testlinq.exe\ file_northwindEF.db} -result {0 {} 0 {FURIB GALED GODOS LAZYK LINOD PRINI REGGC\ WOLZA} 0 {} 0 ERNSH 0 {} 0 {AROUT BSBEV CONSH EASTC NORTS SEVES} 0 {}}} |
︙ | ︙ | |||
85 86 87 88 89 90 91 92 93 94 95 96 97 98 | } else { lappend result [string trim $error] } } set result } -cleanup { unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_EntityFramework.dll file_System.Data.SQLite.dll\ file_System.Data.SQLite.EF6.dll file_testef6.exe file_northwindEF.db} -result \ {0 {} 0 {FURIB GALED GODOS LAZYK LINOD PRINI REGGC WOLZA} 0 {} 0 ERNSH 0 {} 0\ | > > | 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 | } else { lappend result [string trim $error] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result value } -constraints \ {eagle monoToDo defineConstant.System.Data.SQLite.USE_INTEROP_DLL\ defineConstant.System.Data.SQLite.INTEROP_EXTENSION_FUNCTIONS SQLite testExec\ file_EntityFramework.dll file_System.Data.SQLite.dll\ file_System.Data.SQLite.EF6.dll file_testef6.exe file_northwindEF.db} -result \ {0 {} 0 {FURIB GALED GODOS LAZYK LINOD PRINI REGGC WOLZA} 0 {} 0 ERNSH 0 {} 0\ |
︙ | ︙ |
Changes to Tests/tkt-8b7d179c3c.eagle.
︙ | ︙ | |||
46 47 48 49 50 51 52 53 54 55 56 57 58 59 | } else { lappend result [string trim $error] } } set result } -cleanup { unset -nocomplain code output error result pageSize } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {} 0 {DRACD RATTC OLDWO GALED LILAS MAGAA ALFKI CHOPS SAVEA KOENE\ MAISD FOLKO CACTU OCEAN RANCH THECR GOURL GROSR SUPRD HUNGO ISLAT QUICK HUNGC\ GREAL LEHMS RICSU ERNSH WILMK LINOD TRAIH SIMOB OTTIK SPLIR MORGK FOLIG FURIB\ PRINI AROUT BSBEV CONSH EASTC NORTS SEVES BERGS VICTE BOLID FISSA ROMEY BLAUS\ | > > | 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 | } else { lappend result [string trim $error] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result pageSize } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {} 0 {DRACD RATTC OLDWO GALED LILAS MAGAA ALFKI CHOPS SAVEA KOENE\ MAISD FOLKO CACTU OCEAN RANCH THECR GOURL GROSR SUPRD HUNGO ISLAT QUICK HUNGC\ GREAL LEHMS RICSU ERNSH WILMK LINOD TRAIH SIMOB OTTIK SPLIR MORGK FOLIG FURIB\ PRINI AROUT BSBEV CONSH EASTC NORTS SEVES BERGS VICTE BOLID FISSA ROMEY BLAUS\ |
︙ | ︙ | |||
96 97 98 99 100 101 102 103 104 105 106 107 108 109 | } else { lappend result [string trim $error] } } set result } -cleanup { unset -nocomplain code output error result pageSize } -constraints {eagle monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.EF6.dll\ file_testef6.exe file_northwindEF.db} -result {0 {} 0 {DRACD RATTC OLDWO GALED\ LILAS MAGAA ALFKI CHOPS SAVEA KOENE MAISD FOLKO CACTU OCEAN RANCH THECR GOURL\ GROSR SUPRD HUNGO ISLAT QUICK HUNGC GREAL LEHMS RICSU ERNSH WILMK LINOD TRAIH\ SIMOB OTTIK SPLIR MORGK FOLIG FURIB PRINI AROUT BSBEV CONSH EASTC NORTS SEVES\ | > > | 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 | } else { lappend result [string trim $error] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result pageSize } -constraints {eagle monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.EF6.dll\ file_testef6.exe file_northwindEF.db} -result {0 {} 0 {DRACD RATTC OLDWO GALED\ LILAS MAGAA ALFKI CHOPS SAVEA KOENE MAISD FOLKO CACTU OCEAN RANCH THECR GOURL\ GROSR SUPRD HUNGO ISLAT QUICK HUNGC GREAL LEHMS RICSU ERNSH WILMK LINOD TRAIH\ SIMOB OTTIK SPLIR MORGK FOLIG FURIB PRINI AROUT BSBEV CONSH EASTC NORTS SEVES\ |
︙ | ︙ |
Changes to Tests/tkt-8d928c3e88.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 2d3d2d3d-2d3d-2d3d-2d3d-2d3d2d3d2d3d}} ############################################################################### | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 2d3d2d3d-2d3d-2d3d-2d3d-2d3d2d3d2d3d}} ############################################################################### |
︙ | ︙ | |||
76 77 78 79 80 81 82 83 84 85 86 87 88 89 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 =-=-=-=--=-=-=-=}} ############################################################################### | > > | 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 =-=-=-=--=-=-=-=}} ############################################################################### |
︙ | ︙ | |||
109 110 111 112 113 114 115 116 117 118 119 120 121 122 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result \ {\sWHERE \[Extent1\]\.\[OrderDate\] < 629876736000000000\s}} ############################################################################### | > > | 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result \ {\sWHERE \[Extent1\]\.\[OrderDate\] < 629876736000000000\s}} ############################################################################### |
︙ | ︙ | |||
143 144 145 146 147 148 149 150 151 152 153 154 155 156 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result {\sWHERE \[Extent1\]\.\[OrderDate\] < 2450449\.5\s}} ############################################################################### | > > | 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result {\sWHERE \[Extent1\]\.\[OrderDate\] < 2450449\.5\s}} ############################################################################### |
︙ | ︙ | |||
176 177 178 179 180 181 182 183 184 185 186 187 188 189 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result {\sWHERE \[Extent1\]\.\[OrderDate\] < 852076800\s}} ############################################################################### | > > | 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result {\sWHERE \[Extent1\]\.\[OrderDate\] < 852076800\s}} ############################################################################### |
︙ | ︙ | |||
209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result \ {\sWHERE \[Extent1\]\.\[OrderDate\] < '1997-01-01 00:00:00'\s}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue | > > | 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -match regexp -result \ {\sWHERE \[Extent1\]\.\[OrderDate\] < '1997-01-01 00:00:00'\s}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue |
Changes to Tests/tkt-9d353b0bd8.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {inserted 1}}} ############################################################################### | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {inserted 1}}} ############################################################################### |
︙ | ︙ |
Changes to Tests/tkt-a4d9c7ee94.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -constraintExpression {[haveConstraint buildFramework.netFx40] || \ [haveConstraint buildFramework.netFx45] || \ [haveConstraint buildFramework.netFx451] || \ [haveConstraint buildFramework.netFx452] || \ | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -constraintExpression {[haveConstraint buildFramework.netFx40] || \ [haveConstraint buildFramework.netFx45] || \ [haveConstraint buildFramework.netFx451] || \ [haveConstraint buildFramework.netFx452] || \ |
︙ | ︙ | |||
90 91 92 93 94 95 96 97 98 99 100 101 102 103 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -constraintExpression {[haveConstraint buildFramework.netFx40] || \ [haveConstraint buildFramework.netFx45] || \ [haveConstraint buildFramework.netFx451] || \ [haveConstraint buildFramework.netFx452] || \ | > > | 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -constraintExpression {[haveConstraint buildFramework.netFx40] || \ [haveConstraint buildFramework.netFx45] || \ [haveConstraint buildFramework.netFx451] || \ [haveConstraint buildFramework.netFx452] || \ |
︙ | ︙ |
Changes to Tests/tkt-ccfa69fc32.eagle.
︙ | ︙ | |||
48 49 50 51 52 53 54 55 56 57 58 59 60 61 | lappend result [string trim \ [extractSystemDataSQLiteExceptionMessage $error]] } } set result } -cleanup { unset -nocomplain code output error result add } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {1581 1730 1833 2116 2139} 0 {constraint failed -- UNIQUE constraint\ failed: Territories.TerritoryID} 0 {1 2 3 4 5 6 7 8 9 10 1576 1577 1578 1579\ 1580 1581 1730 1833 2116 2139}}} | > > | 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | lappend result [string trim \ [extractSystemDataSQLiteExceptionMessage $error]] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result add } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {1581 1730 1833 2116 2139} 0 {constraint failed -- UNIQUE constraint\ failed: Territories.TerritoryID} 0 {1 2 3 4 5 6 7 8 9 10 1576 1577 1578 1579\ 1580 1581 1730 1833 2116 2139}}} |
︙ | ︙ | |||
88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 | lappend result [string trim \ [extractSystemDataSQLiteExceptionMessage $error]] } } set result } -cleanup { unset -nocomplain code output error result add } -constraints {eagle monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.EF6.dll\ file_testef6.exe file_northwindEF.db} -result {0 {1581 1730 1833 2116 2139} 0\ {constraint failed -- UNIQUE constraint failed: Territories.TerritoryID} 0 {1 2\ 3 4 5 6 7 8 9 10 1576 1577 1578 1579 1580 1581 1730 1833 2116 2139}}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue | > > | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 | lappend result [string trim \ [extractSystemDataSQLiteExceptionMessage $error]] } } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result add } -constraints {eagle monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.EF6.dll\ file_testef6.exe file_northwindEF.db} -result {0 {1581 1730 1833 2116 2139} 0\ {constraint failed -- UNIQUE constraint failed: Territories.TerritoryID} 0 {1 2\ 3 4 5 6 7 8 9 10 1576 1577 1578 1579 1580 1581 1730 1833 2116 2139}}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue |
Changes to Tests/tkt-da9f18d039.eagle.
︙ | ︙ | |||
43 44 45 46 47 48 49 50 51 52 53 54 55 56 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {}}} ############################################################################### | > > | 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_System.Data.SQLite.dll testExec\ file_System.Data.SQLite.Linq.dll file_testlinq.exe file_northwindEF.db} \ -result {0 {}}} ############################################################################### |
︙ | ︙ | |||
80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.EF6.dll\ file_testef6.exe file_northwindEF.db} -result {0 {}}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue | > > | 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 | lappend result [string trim $output] } else { lappend result [string trim $error] } set result } -cleanup { catch {info previouspid true} unset -nocomplain code output error result } -constraints {eagle monoToDo SQLite file_EntityFramework.dll\ file_System.Data.SQLite.dll testExec file_System.Data.SQLite.EF6.dll\ file_testef6.exe file_northwindEF.db} -result {0 {}}} ############################################################################### runSQLiteTestFilesEpilogue runSQLiteTestEpilogue runTestEpilogue |