From a6f34d0a157eaf9a71ab1dc58024e9742dc913e3 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 11 Jan 2023 23:52:27 +0100 Subject: [tests] Added `ant test.ecj19` and updated tests Tests updated because ecj finally fixed their pretty printer for records, yay! --- buildScripts/ivy.xml | 2 ++ buildScripts/tests.ant.xml | 69 +++++++++++++++++++++++++--------------------- 2 files changed, 39 insertions(+), 32 deletions(-) (limited to 'buildScripts') diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index 61c94167..ef19eb4a 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -29,6 +29,7 @@ + @@ -77,6 +78,7 @@ + diff --git a/buildScripts/tests.ant.xml b/buildScripts/tests.ant.xml index f93523e4..a485ce51 100644 --- a/buildScripts/tests.ant.xml +++ b/buildScripts/tests.ant.xml @@ -208,6 +208,38 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn + + + + + + + + + Running EclipseTests on eclipse-@{version} on JVM${ant.java.version} + + + + + + + + + + + + + + + + + + + + + + + @@ -234,46 +266,19 @@ This buildfile is part of projectlombok.org. It takes care of compiling and runn - + - + - - - - - - - - - Running EclipseTests on eclipse-@{version} on JVM${ant.java.version} - - - - - - - - - - - - - - - - - - - - - + + + -- cgit