You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 8, 2022. It is now read-only.
Partest is the testing framework used to regression-test the Scala compiler and standard library.
5
2
3
+
## Branches
4
+
5
+
* Scala 2.11: 1.0.x
6
+
* Scala 2.12: 1.1.x
7
+
* Scala 2.13: not in this repo anymore. has [returned home](https://github.com/scala/scala/pull/6566) to scala/scala, at https://github.com/scala/scala/tree/2.13.x/src/partest/scala/tools/partest
8
+
* (for a short time there was a 1.2.x branch for 2.13, now abandoned)
9
+
10
+
## Where tests live
11
+
6
12
The compiler under test is instantiated by partest to compile the test files (or directories)
7
13
under the test sources directory (`test/files` by default). The test's output is compared against the
8
14
expected output specified by the corresponding `.check` file.
0 commit comments