aboutsummaryrefslogtreecommitdiff
path: root/tests/pickling/zoo.scala
Commit message (Collapse)AuthorAgeFilesLines
* Fix pickle_pickleOK testGuillaume Martres2016-11-221-0/+2
| | | | | | | It failed because two files in the same package compiled at the same time defined respectively a class Test and an object Test. I'm guessing this did not fail before because failure depends on the order of the files on the command line.
* Pickling test reorgMartin Odersky2015-03-181-0/+41
Move pickling tests into separate top-level test directory. That way they are not needlessly pos-tested before. Also, disable core tests for now - after rebasing we get a stale symbol error. Need to investigate that.