aboutsummaryrefslogtreecommitdiff
path: root/compiler/test/dotc
Commit message (Collapse)AuthorAgeFilesLines
...
* | Blacklist scala/util/Sorting.scala (reverted from commit ↵Martin Odersky2016-12-202-2/+3
| | | | | | | | b960b12887331744c9ecaeedc90054fc2e313230)
* | Don't require override for Java interface default methodsMartin Odersky2016-12-202-7/+2
| | | | | | | | | | | | Under language:Scala2, don't require an explicit `override' when overriding default methods of Java traits. `scalac` does currently the same thing.
* | Merge pull request #1833 from dotty-staging/fix-#1793odersky2016-12-192-5/+1
|\ \ | | | | | | Fix #1793: allow multiversal comparisons between Null and X
| * | whitelist WeakReferenceFelix Mulder2016-12-192-5/+1
| | |
* | | Merge pull request #1831 from dotty-staging/fix/dotty-on-dottyGuillaume Martres2016-12-191-5/+7
|\ \ \ | | | | | | | | Fix JUnit compilation of dotty by dotty
| * | | Add back a JUnit "dotty" testGuillaume Martres2016-12-191-0/+5
| | | | | | | | | | | | | | | | | | | | This way we can test that dotty compiles dotty using dotty-compiler/test-only -- --tests=dotty
| * | | Fix booted tests not compiling anythingGuillaume Martres2016-12-191-6/+3
| |/ / | | | | | | | | | | | | This was broken in 06a3d47ea9fd1b67b3acba9d115a16d18549e377 when the -deep argument was removed
* / / Fix #1794: handle TermRef result types in dottydocFelix Mulder2016-12-192-3/+1
|/ /
* | Blacklist scala/util/Sorting.scalaNicolas Stucki2016-12-182-1/+3
| |
* | Whitelist source for scala/sys/BooleanPropNicolas Stucki2016-12-182-3/+1
| |
* | Whitelist ObservableMapNicolas Stucki2016-12-182-15/+6
| |
* | Whitelist sources from scala/Nicolas Stucki2016-12-182-39/+40
| |
* | Whitelist sources from scala/runtimeNicolas Stucki2016-12-182-37/+45
| |
* | Whitelist sources from scala/annotationNicolas Stucki2016-12-182-26/+27
| |
* | Whitelist sources from scala/Nicolas Stucki2016-12-182-2/+8
| |
* | Whitelist sources from scala/collection/parallelNicolas Stucki2016-12-182-20/+67
| |
* | Whitelist sources from scala/concurrentNicolas Stucki2016-12-182-21/+36
| |
* | Whitelist sources from scala/collection/scriptNicolas Stucki2016-12-182-4/+4
| |
* | Blacklist scala/sys/SystemProperties.scalaNicolas Stucki2016-12-182-1/+3
| |
* | Whitelist sources from scala/reflectNicolas Stucki2016-12-182-4/+22
| |
* | Whitelist sources from scala/refNicolas Stucki2016-12-182-5/+9
| |
* | Whitelist all sources from scala/mathNicolas Stucki2016-12-182-4/+4
| |
* | Whitelist sources from scala/ioNicolas Stucki2016-12-182-4/+13
| |
* | Whitelist sources from scala/beansNicolas Stucki2016-12-182-9/+9
| |
* | Whitelist sources from scala/sys and scala/compatNicolas Stucki2016-12-182-15/+20
| |
* | Whitelist sources from scala/collection/parallel/immutableNicolas Stucki2016-12-182-9/+10
| |
* | Whitelist sources from scala/collection/concurrentNicolas Stucki2016-12-182-3/+2
| |
* | Whitelist sources from scala/collection/convertNicolas Stucki2016-12-182-6/+13
| |
* | Whitelist sources from scala/collection/mutableNicolas Stucki2016-12-182-66/+105
| |
* | Whitelist sources from scala/utilNicolas Stucki2016-12-182-15/+25
| |
* | Add scala-collections.blacklist and crosscheck with whitelist.Nicolas Stucki2016-12-182-6/+395
| |
* | Fixes to testsMartin Odersky2016-12-171-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | 1. I noted java_all was not running(it took 0.01s to complete); fixed by changing the test directory. 2. We suspected tasty_bootstrap was gettng the wrong classpath and had a lot of problems getting it to print the classpatg. Fixed by refactoring the options we pass to tasty_bootstrap (it has to be -verbose in addition to -classpath). For the moment, both a turned off but we have to just swap a false to a true to turn them on together.
* | Change by-name pattern matching.Martin Odersky2016-12-141-0/+2
|/ | | | New implementation following the scheme outlined in #1790.
* More info when unpickling failsMartin Odersky2016-11-241-6/+2
|
* Compile dotty library when bootstrappingMartin Odersky2016-11-241-2/+2
|
* Make tests depend on environment variables for classpath jarsFelix Mulder2016-11-231-7/+24
| | | | | | | | | | | | sbt adds the correct jars to classpath and the tests depend on `packageAll` which creates these. When using something else however, these together with `sbt-interfaces` do not get propagated from the build. To remedy this and make the testing a bit more flexible, we now take these from `sys.props` instead, see `tests/dotty/Jars.scala`. If the props aren't defined we fall back to the ones default to sbt.
* Fix remaining tests with incorrect paths following moveGuillaume Martres2016-11-222-251/+250
|
* Move compiler and compiler tests to compiler dirFelix Mulder2016-11-224-0/+705