Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Yet another Mono test constraint adjustment. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b19ee42a7d620314c3ae4c3ab624590c |
User & Date: | mistachkin 2019-12-17 01:44:41.450 |
References
2020-04-03
| ||
18:05 | Cherrypick of [b19ee42a7d]. check-in: 6726d305f4 user: mistachkin tags: branch-1.0.112 | |
Context
2020-04-03
| ||
18:05 | Cherrypick of [b19ee42a7d]. check-in: 6726d305f4 user: mistachkin tags: branch-1.0.112 | |
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 | |
00:45 | Simplify test scripts for Mono on POSIX. check-in: 5ef49063b3 user: mistachkin tags: trunk | |
Changes
Changes to Tests/thread.eagle.
︙ | ︙ | |||
460 461 462 463 464 465 466 | [getSQLiteHandleCounts $test_channel] \ [reportSQLiteResources $test_channel] } -cleanup { cleanupDb $fileName unset -nocomplain result results errors code sql dataSource id db fileName } -time true -constraints [fixConstraints {eagle command.object monoBug28\ | | | | | > | 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 | [getSQLiteHandleCounts $test_channel] \ [reportSQLiteResources $test_channel] } -cleanup { cleanupDb $fileName unset -nocomplain result results errors code sql dataSource id db fileName } -time true -constraints [fixConstraints {eagle command.object monoBug28\ monoCrash211 monoCrash42 monoBug46 monoCrash64 monoBug66 command.sql\ compile.DATA SQLite System.Data.SQLite compileCSharp !dotNetCore}] -match \ regexp -result [appendArgs "^Ok System#CodeDom#Compiler#CompilerResults#" \ "\\d+ \\{\\} 0 \\{\\d+ \\d+ " $count(1) "\\} \\{\\} \\{" $handle_counts \ "\\} " $memory_used \$]} ############################################################################### unset -nocomplain count ############################################################################### |
︙ | ︙ |