aboutsummaryrefslogtreecommitdiffstats
path: root/tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java
diff options
context:
space:
mode:
authorAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-22 20:53:10 +0100
committerAlexander Kriegisch <Alexander@Kriegisch.name>2024-03-23 20:22:39 +0100
commit5a223d492823aeb1d5d655792193675811deb84a (patch)
tree5b7900a3f70cd037fa0b2f60b346cd8839b2dccf /tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java
parentdcc2fd168c30a6d4293f3ceade2e95d822e67e36 (diff)
downloadaspectj-5a223d492823aeb1d5d655792193675811deb84a.tar.gz
aspectj-5a223d492823aeb1d5d655792193675811deb84a.zip
Switch to Java 22 + add basic test suite
The tests from Java 21 were copied to 22. Inactive ones were activated after their features under test were fixed/implemented. Preview ones were promotes to final ones for unnamed variables and patterns. TODO: Add tests for new Java 22 features and maybe adjust or amend existing feature tests, if preview or final characteristics have changed since Java 21. Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java')
-rw-r--r--tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java b/tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java
index a8166995b..8fd5b4514 100644
--- a/tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java
+++ b/tests/src/test/java/org/aspectj/systemtest/ajc1921/AllTestsAspectJ1921.java
@@ -12,18 +12,6 @@ import junit.framework.TestSuite;
import org.aspectj.tools.ant.taskdefs.AjcTask;
import org.aspectj.util.LangUtil;
-// AspectJ_JDK_Update
-// - Copy 'ajc*' package with all classes to a new package, incrementing the version number in the package
-// - Rename all classes, incrementing version numbers
-// - Add this class to the suite in class AllTests19
-// - Increment version numbers in strings, method calls and constants to the appropriate values, creating necessary
-// methods and constants classes providing them, if they do not exist yet
-// - Also increment references to 'ajc*.xml' and 'sanity-tests-*.xml' test definition, copying the previous
-// tests/src/test/resources/org/aspectj/systemtest/ajc* directory, incrementing all names and adjusting the XML
-// file contents appropriately
-// - Search for other 'AspectJ_JDK_Update' hints in the repository, also performing the necessary to-dos there
-// - Remove this comment from the previous class version after copying this one
-
/**
* @author Alexander Kriegisch
*/