diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-14 13:58:37 +0700 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2021-03-14 13:58:37 +0700 |
commit | ef21abde05b925df6774f872437812fff1b3f9ee (patch) | |
tree | 4c3062a839138400f76e32876ac0346b8f77f573 /aspectjrt | |
parent | bf48d9dd07a7ebd5ac61b66df5c478b59fca831a (diff) | |
download | aspectj-ef21abde05b925df6774f872437812fff1b3f9ee.tar.gz aspectj-ef21abde05b925df6774f872437812fff1b3f9ee.zip |
Make sure Java 14-only tests using preview are not executed on JVM 15+
Some Ajc196 tests are using preview features (see .../ajc196.xml), i.e.
they will fail on Java 15+ because code compiled with '--enable-preview'
can only run on the same JVM version, not on a more recent one. Hence,
the preview-using tests are now being excluded in order to make the
build run on Java 15, even though no Java 15 features are present in the
current 1.9.7 snapshot.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'aspectjrt')
0 files changed, 0 insertions, 0 deletions