aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@zwitserloot.com>2014-04-30 23:26:24 +0200
committerReinier Zwitserloot <reinier@zwitserloot.com>2014-05-01 00:08:52 +0200
commit4cfb4b37ad16cc21f23e3620538893e36aa33eae (patch)
treef94463c837f16bfecc00d787fd76de36281f44f1 /test
parent934e41d8217152c751942e604f6004440efd9319 (diff)
downloadlombok-4cfb4b37ad16cc21f23e3620538893e36aa33eae.tar.gz
lombok-4cfb4b37ad16cc21f23e3620538893e36aa33eae.tar.bz2
lombok-4cfb4b37ad16cc21f23e3620538893e36aa33eae.zip
some pretty significant changes to the build system, to try and add testing against ecj8 to the lineup, and to force compilation with the bootstrap classpath of JDK6 so that we won't accidentally add deps on things that JVM6es don't have.
Diffstat (limited to 'test')
-rw-r--r--test/core/src/lombok/RunTestsViaEcj.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/core/src/lombok/RunTestsViaEcj.java b/test/core/src/lombok/RunTestsViaEcj.java
index 2734eb43..8d1a8278 100644
--- a/test/core/src/lombok/RunTestsViaEcj.java
+++ b/test/core/src/lombok/RunTestsViaEcj.java
@@ -84,6 +84,10 @@ public class RunTestsViaEcj extends AbstractRunTests {
@Override public boolean proceedOnErrors() {
return false;
}
+
+ @Override public boolean ignoreAllErrors() {
+ return false;
+ }
};
}