can't reliably crash recent IBM J9 jvms this way

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1060807 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2011-01-19 13:17:33 +00:00
parent dfa449c1c6
commit 07af30a7c8
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ public class TestIndexWriterOnJRECrash extends TestNRTThreads {
public void testNRTThreads() throws Exception { public void testNRTThreads() throws Exception {
String vendor = Constants.JAVA_VENDOR; String vendor = Constants.JAVA_VENDOR;
assumeTrue(vendor + " JRE not supported.", assumeTrue(vendor + " JRE not supported.",
vendor.startsWith("Sun") || vendor.startsWith("IBM") || vendor.startsWith("Apple")); vendor.startsWith("Sun") || vendor.startsWith("Apple"));
// if we are not the fork // if we are not the fork
if (System.getProperty("tests.crashmode") == null) { if (System.getProperty("tests.crashmode") == null) {