summaryrefslogtreecommitdiff
path: root/test/disabled/run/reflection-sync-subtypes.check
Commit message (Collapse)AuthorAgeFilesLines
* Remove empty check files and flags files.Jason Zaugg2013-10-271-0/+0
| | | | for f in $(find test -name '*.check' -o -name '*.flags'); do [[ $(wc -c $f | sed -E 's/ *([0-9]+).*/\1/') == "0" ]] && rm $f; done
* temporarily disables run/reflection-sync-subtypesEugene Burmako2013-10-231-0/+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.