aboutsummaryrefslogtreecommitdiff
path: root/test/test/ScannerTest.scala
Commit message (Collapse)AuthorAgeFilesLines
* honor -encoding compiler flag and defaultsMartijn Hoekstra2016-09-071-2/+3
| | | | | | | | | rename test/pos/valueclasses to pos_valueclasses tests/pos/valueclasses generates a valueclasses.flags file in /tests/partest-generated/pos that conflicts with the valueClasses.flags file that tests/neg/valueClasses.scala tries to create
* Clone scala/scala to ./scala-scala instead of ./scalaDmitry Petrashko2015-05-211-1/+1
| | | | Otherwise Intellij stops running JUnit tests correctly. No idea why.
* Move `scala/scala` sources to ./scala/ from ../scala/Dmitry Petrashko2015-05-201-1/+1
| | | | Needed for scala-infra.
* Add spaces around + in dotty source.Dmitry Petrashko2015-04-091-1/+1
|
* Made blacklist in ScannerTest ignore the source path location of the ↵Martin Odersky2014-02-161-4/+4
| | | | blacklisted file.
* Fixed ScannerTest to make it work with relative pathsMartin Odersky2014-02-061-2/+2
|
* One more absolute path changed to relativeDmitry Petrashko2014-02-061-1/+1
|
* Use relative paths in testsDmitry Petrashko2014-02-061-3/+3
|
* Added unit testing supportMartin Odersky2013-11-181-2/+14
|
* Scanners added.Martin Odersky2013-04-171-0/+51
Moving Positions, Chars to new packages. Added Source positions. Added untyped trees module. Factored out behavior between typed and untyped trees.