mirror of https://github.com/apache/lucene.git
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:
parent
1f2baa27f3
commit
264dd48437
|
@ -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" />
|
||||
|
|
Loading…
Reference in New Issue