Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Disable test 'thread-1.1' on Mono 6.4 due to a crash in System.WeakReference.Finalize. |
---|---|
Downloads: | Tarball | ZIP archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
21c412623094f61515b7d24f51c6600e |
User & Date: | mistachkin 2019-10-27 01:58:00.747 |
Context
2019-10-27
| ||
02:31 | More adjustments to Mono test constraints. check-in: c9893d6371 user: mistachkin tags: trunk | |
01:58 | Disable test 'thread-1.1' on Mono 6.4 due to a crash in System.WeakReference.Finalize. check-in: 21c4126230 user: mistachkin tags: trunk | |
01:22 | Update the master release archive manifest. check-in: 61a50ced29 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 | [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 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 |
︙ | ︙ |