Rawi01
553b25addd
[ fixes #2985 ] Resolve var/val only once in eclipse
2021-10-22 09:24:17 +02:00
Reinier Zwitserloot
3d7754e269
[testing] wahey, ecj testing works again, and now we can test JDK16 features in it!
2021-03-23 06:01:50 +01:00
Reinier Zwitserloot
88f8cdb3a2
[build] remove some errors in eclipse.
...
The ant task we use for streaming test reporting in the ant script needs deps we don't wanna include in eclipse, so I moved it to a src dir that we don't include in eclipse by default.
2021-03-19 03:17:39 +01:00
Reinier Zwitserloot
5241235b99
[testing] add a test.javac16
2021-03-19 03:17:39 +01:00
Reinier Zwitserloot
9498849d69
[testing] Fixing running older tests.
...
the new formatter is nice, but needed to be compile with 1.6, otherwise running junit on older VMs doesn't work.
2021-03-19 03:17:38 +01:00
Reinier Zwitserloot
ccd6a4e895
[testing] made the test script a bit more consistent
2021-03-19 02:20:44 +01:00
Reinier Zwitserloot
dcb7efcc0e
[testing] improve the output of ant test.
2021-03-19 02:14:24 +01:00
Reinier Zwitserloot
27f3917d89
[testing] now that we've patched lombok to work in j16, no need for the --add-opens lines anymore.
2021-03-19 02:14:24 +01:00
Reinier Zwitserloot
6723525c4a
[testing] unbroke 'ant test.javac8'.
2021-03-19 02:14:24 +01:00
Reinier Zwitserloot
f8c16ed8ac
[tests] fix tests on java6/7
2021-03-05 08:06:46 +01:00
Reinier Zwitserloot
eebc5f4e85
[javac6] replacing calls to ListBuffer add/addAll to the append variants; add/addAll do not work in j6.
2021-03-05 06:44:35 +01:00
Reinier Zwitserloot
734b91ea97
[build] build is now far less unreliable
...
Tiered compilation used to dump every stage into the same build dir, and included that dir on the classpath,
which means any ordering issues introduced into a build aren't going to result in a failed build,
thus breaking the build for everybody except those who already had a working lombok in their
build dir before starting a build. The opposite of bootstrapping, in other words.
Fixed by having each stage build into its own private stage phase.
2020-12-04 07:16:19 +01:00
Rostislav Krasny
79c3d383fd
Fix tests under Windows, fix test.javac11 and test.javac14, fix issue #1745
...
The change of the TestConfiguration.java is based on the fact that
Git for Windows is configured with 'core.autocrlf=true' by default.
2020-08-18 04:09:25 +03:00
Reinier Zwitserloot
7dfbe4323c
[tests] fixed the 'ant test.javac' tests.
2020-07-24 00:35:33 +02:00
Reinier Zwitserloot
18222922da
[tests] command line 'ant test.eclipse' fixed
2020-07-24 00:27:36 +02:00
Reinier Zwitserloot
cb7e4a9ef3
[build] propagate chosen bootclasspath into eclipse test targets
2020-07-03 05:34:30 +02:00
Reinier Zwitserloot
0bbedd092a
[build] rewriting the build system
2020-06-23 15:55:18 +02:00