fail on hashmap ordering bugs in java7 too

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1544923 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2013-11-24 05:44:22 +00:00
parent 1f2baa27f3
commit 264dd48437
1 changed files with 3 additions and 0 deletions

View File

@ -979,6 +979,9 @@
<!-- disable AWT while running tests -->
<sysproperty key="java.awt.headless" value="true"/>
<!-- turn jenkins blood red for hashmap bugs, even on jdk7 -->
<sysproperty key="jdk.map.althashing.threshold" value="0"/>
<!-- Only pass these to the test JVMs if defined in ANT. -->
<syspropertyset>
<propertyref prefix="tests.maxfailures" />