summaryrefslogtreecommitdiff
path: root/test/disabled/neg
Commit message (Collapse)AuthorAgeFilesLines
* SI-7020 Deterministic warnings for pattern matcher, take 2Jason Zaugg2013-10-223-50/+0
| | | | | | | | | | | | | | | | | | | The previous swing at determinism, ebb01e05cbe4, made decent contact but apparently didn't hit it out of the park. The test wavered every hundred or so runs, as witnessed occasionally in nightly builds or pull request validation. I setup a test to run neg/7020.scala a few hundred times, and could trigger the failure reliably. I then swept through the pattern matcher in search of HashMap and HashSet creation, and changed them all to the Linked variety. The results of that are published in retronym#ticket/7020-3 [1]. This commit represents the careful whittling down of that patch to the minimal change required to exhibit determinism. [1] https://github.com/retronym/scala/compare/ticket/7020-3
* Moving disabled tests to their rightful home.Jason Zaugg2013-10-213-0/+50
| | | | test/disabled, not test/files/disabled.
* removes obsolete macro testsEugene Burmako2012-04-1436-108/+0
|
* restores some disabled macro tests, makes checkFeature synchronous when used ↵Eugene Burmako2012-04-1429-285/+11
| | | | for macros
* One more macro test to disable for SIP 18.Paul Phillips2012-04-143-0/+103
|
* Disabled macro neg tests that no longer make sense in this formMartin Odersky2012-04-1351-0/+279
|
* Closes #5452.Hubert Plociniczak2012-02-172-37/+0
| | | | | | | | Instead of trying to track the fallback attempts we rely on the context state to inform us which fallback is the last one. setError cannot always be called in NoBestMethodAlternativeError because inferMethodAlternative relies on side-effects. Review by @paulp.
* Test cases which motivated preceding reversions.Paul Phillips2012-02-152-0/+37
| | | | | | See t5452 for disabled/neg/t5452 and disabled/pos/spurious-overload I give up, review by @hubertp.
* Disabled test.Paul Phillips2011-10-292-0/+40
| | | | | Guess that was a bad choice of class. No review.
* Rebuild all plugin tests and moved them back to...nielsen2009-05-1142-374/+0
| | | | | Rebuild all plugin tests and moved them back to the working test cases
* Organized disabled directory so it works with p...Paul Phillips2009-05-0942-0/+374
Organized disabled directory so it works with partest. You can run ./partest --srcpath disabled to run the tests in that location. Fixed a few tests in disabled and pending and moved to files.