Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add basic tests for Java 20, deactivate Java 19 preview tests | Alexander Kriegisch | 2023-06-24 | 3 | -9/+9 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Add tests for Java 19 record patterns | Alexander Kriegisch | 2022-12-21 | 8 | -2/+175 |
| | | | | Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> | ||||
* | Add the first few Java 19 tests | Alexander Kriegisch | 2022-10-03 | 4 | -0/+294 |
For now, only the "pattern matching for switch" tests from previews 1 and 2 were adjusted to work in preview 3, because guarded patterns were replaced by 'when' clauses in 'switch' blocks. Therefore, existing test classes did not compile anymore and had to be replaced by syntactically upgraded versions with content merged from preview 1 and 2 classes. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name> |