Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Attempt to make sure all garbage is collected before proceeding with the next test after running the test for ticket [ae5267b863]. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
119a958bb24c1da6184ba4fcf1b2aeeb |
User & Date: | mistachkin 2019-12-17 12:58:20.049 |
References
2020-04-03
| ||
18:06 | Cherrypick of [119a958bb2]. check-in: ba129ec76b user: mistachkin tags: branch-1.0.112 | |
Context
2020-04-03
| ||
18:06 | Cherrypick of [119a958bb2]. check-in: ba129ec76b user: mistachkin tags: branch-1.0.112 | |
2020-01-26
| ||
22:06 | Merge all changes from SQLite core library pre-release branch. check-in: 1868813f4f user: mistachkin tags: trunk | |
2020-01-18
| ||
21:01 | Prepare to update the SQLite core library to the latest pre-release code. check-in: 8c27717d84 user: mistachkin tags: corePreRelease | |
2019-12-17
| ||
12:58 | Attempt to make sure all garbage is collected before proceeding with the next test after running the test for ticket [ae5267b863]. check-in: 119a958bb2 user: mistachkin tags: trunk | |
01:44 | Yet another Mono test constraint adjustment. check-in: b19ee42a7d user: mistachkin tags: trunk | |
Changes
Changes to Tests/tkt-ae5267b863.eagle.
︙ | ︙ | |||
140 141 142 143 144 145 146 147 148 149 150 151 152 153 | list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main } result] : [set result ""]}] $result } -cleanup { cleanupDb $fileName unset -nocomplain result code results errors sql dataSource id db fileName } -constraints [fixConstraints {eagle command.object monoBug28 monoBug211\ command.sql compile.DATA SQLite System.Data.SQLite !mda compileCSharp\ !defineConstant.System.Data.SQLite.INTEROP_LEGACY_CLOSE}] -match regexp \ -result {^Ok System#CodeDom#Compiler#CompilerResults#\d+ \{\} 0 \{\}$}} | > | 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 | list $code $results \ [expr {[info exists errors] ? $errors : ""}] \ [expr {$code eq "Ok" ? [catch { object invoke _Dynamic${id}.Test${id} Main } result] : [set result ""]}] $result } -cleanup { cleanupDb $fileName collectGarbage $::test_channel unset -nocomplain result code results errors sql dataSource id db fileName } -constraints [fixConstraints {eagle command.object monoBug28 monoBug211\ command.sql compile.DATA SQLite System.Data.SQLite !mda compileCSharp\ !defineConstant.System.Data.SQLite.INTEROP_LEGACY_CLOSE}] -match regexp \ -result {^Ok System#CodeDom#Compiler#CompilerResults#\d+ \{\} 0 \{\}$}} |
︙ | ︙ |