aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2023-11-27 11:17:27 +0700
committerAlexander Kriegisch <Alexander@Kriegisch.name>2023-11-27 11:41:19 +0700
commit4714dea05beb8f5b5ebba6277baa1ca440281d46 (patch)
tree1966c7afdfbefe9c388ce49a86dfd1cd5141c7e6 /tests/src/test
parent6f2702e535185cdfabdc3f61f3d864954277d89d (diff)
downloadaspectj-4714dea05beb8f5b5ebba6277baa1ca440281d46.tar.gz
aspectj-4714dea05beb8f5b5ebba6277baa1ca440281d46.zip
Reactivate some tests on JDK 21 after upstream fix
https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1466 has finally been fixed. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/src/test')
-rw-r--r--tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml8
1 files changed, 1 insertions, 7 deletions
diff --git a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml
index ec4682216..42a58da0c 100644
--- a/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml
+++ b/tests/src/test/resources/org/aspectj/systemtest/ajc1921/ajc1921.xml
@@ -26,7 +26,7 @@
<ajc-test dir="features1921/java21" vm="21" title="switch pattern matching preview 4 java">
<compile files="SwitchPatternPreview4OK.java" options="-21" />
<run class="SwitchPatternPreview4OK" vmargs="">
- <message></message>
+ <message/>
<stdout>
<line text="null" />
<line text="int 123" />
@@ -40,15 +40,12 @@
<line text="Sealed sub-class A" />
<line text="Sealed sub-class B" />
<line text="Sealed sub-record C" />
- <!-- TODO: Activate when https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1466 is fixed. -->
- <!--
<line text="absolute value 1: -1" />
<line text="other integer: 0" />
<line text="positive integer: 42" />
<line text="other integer: -99" />
<line text="positive integer: 123" />
<line text="value unavailable: null" />
- -->
<line text="42" />
</stdout>
</run>
@@ -79,15 +76,12 @@
<line text="Sealed sub-class A" />
<line text="Sealed sub-class B" />
<line text="Sealed sub-record C" />
- <!-- TODO: Activate when https://github.com/eclipse-jdt/eclipse.jdt.core/issues/1466 is fixed. -->
- <!--
<line text="absolute value 1: -1" />
<line text="other integer: 0" />
<line text="positive integer: 42" />
<line text="other integer: -99" />
<line text="positive integer: 123" />
<line text="value unavailable: null" />
- -->
</stdout>
</run>
</ajc-test>