Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Another Mono test constraint adjustment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
31df5d2ccb33b485e7a5ed12bd454323 |
User & Date: | mistachkin 2019-12-17 00:44:25.948 |
References
2020-04-03
| ||
18:03 | Cherrypick of [31df5d2ccb33b485]. check-in: 7394133491 user: mistachkin tags: branch-1.0.112 | |
Context
2020-04-03
| ||
18:03 | Cherrypick of [31df5d2ccb33b485]. check-in: 7394133491 user: mistachkin tags: branch-1.0.112 | |
2019-12-17
| ||
00:45 | Simplify test scripts for Mono on POSIX. check-in: 5ef49063b3 user: mistachkin tags: trunk | |
00:44 | Another Mono test constraint adjustment. check-in: 31df5d2ccb user: mistachkin tags: trunk | |
2019-12-08
| ||
04:59 | Bump version to 1.0.113.0. Update version history docs. check-in: ebd945280e user: mistachkin tags: trunk | |
Changes
Changes to Tests/tkt-5cee5409f8.eagle.
︙ | ︙ | |||
209 210 211 212 213 214 215 | } result] : [set result ""]}] \ [expr {[lindex $result 0] > 0}] \ [expr {[lindex $result 1] > 0}] } -cleanup { cleanupDb $fileName unset -nocomplain result results errors code dataSource id db fileName | | | 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 | } result] : [set result ""]}] \ [expr {[lindex $result 0] > 0}] \ [expr {[lindex $result 1] > 0}] } -cleanup { cleanupDb $fileName unset -nocomplain result results errors code dataSource id db fileName } -constraints [fixConstraints {eagle command.object monoBug211 monoBug66\ command.sql compile.DATA SQLite System.Data.SQLite compileCSharp !dotNetCore}] \ -match regexp -result {^Ok System#CodeDom#Compiler#CompilerResults#\d+ \{\} 0\ True True$}} ############################################################################### runSQLiteTestEpilogue |
︙ | ︙ |