summaryrefslogtreecommitdiff
path: root/test/files/run/reflection-sync-subtypes.scala
Commit message (Collapse)AuthorAgeFilesLines
* Revert "temporarily disables run/reflection-sync-subtypes"Jason Zaugg2013-11-141-0/+20
| | | | | | | | | This reverts commit 04e2dbb29830d0e511cdfa8c132a9fad91d657ed, by avoiding the ill-fated attempt to short-circuit the global reflection lock. I think we can do better performance wise, but lets at least get something correct to start with.
* temporarily disables run/reflection-sync-subtypesEugene Burmako2013-10-231-20/+0
| | | | | | This test has been a source of spurious failures as in, for example https://github.com/scala/scala/pull/3029#issuecomment-26811129, so I'm disabling it for the time being while I investigate the issue.
* pull request feedbackEugene Burmako2013-10-181-1/+1
| | | | https://github.com/scala/scala/pull/3029
* runtime reflection: death from thousand threadsEugene Burmako2013-10-181-0/+20
not anymore