aboutsummaryrefslogtreecommitdiff
path: root/tests/pending/pickling
Commit message (Collapse)AuthorAgeFilesLines
* Rearrange pickle testsMartin Odersky2016-04-092-45/+1
| | | | | | | 1) Move passing test to pickling 2) Add test case for #1212 in pending 3) Disable annotations/internal in pickling tests. They lead to a stable symbol error which is explainable (modifiers are read before symbol is created).
* Fix pending test for picklingMartin Odersky2016-02-191-2/+2
| | | | | There is a before/after difference having to do with the order in which class declarations show up.
* Move failing test to pendingMartin Odersky2016-02-191-0/+20
| | | | | | Named parameters cause some elements to be unpickled in a different order as they are pickled. In particular term parameter aliases and type parameter aliases seem to be swapped.
* Move failing test to pendingMartin Odersky2015-10-011-0/+45
There is a diff, but a minor one. Instead of (T? >: Int <: Int) we get (T? = Int) after pickling.