aboutsummaryrefslogtreecommitdiff
path: root/tests/run/t5375.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix deadlock in t5375 and similar tests.Dmitry Petrashko2016-05-261-0/+11
| | | | See t5375.scala for details.
* Revert "Avoid static initialization deadlock in run tests."Martin Odersky2015-06-011-8/+5
| | | | This reverts commit 8f90105dc4e62e78d53b385df1b2eb29f2855183.
* Avoid static initialization deadlock in run tests.Guillaume Martres2015-05-301-5/+8
| | | | | See https://github.com/lampepfl/dotty/pull/624#issuecomment-107064519 for a lengthy explanation.
* Enable 440 run tests that pass.Dmitry Petrashko2015-05-221-0/+8
Note that some of them may pass due to several bugs that interfere.