diff options
author | mdaniel | 2008-04-17 15:08:06 +0000 |
---|---|---|
committer | mdaniel | 2008-04-17 15:08:06 +0000 |
commit | 4e84fa4c2b6c0ef10606f61add42322fd63e97c2 (patch) | |
tree | ab9be0bff22e8a1571d90dc81458717e6a40f0eb | |
parent | 59d19310262aebe681e4ced59661418f9b5b2501 (diff) | |
download | eclipse.jdt.core-R3_2_1_maintenance.tar.gz eclipse.jdt.core-R3_2_1_maintenance.tar.xz eclipse.jdt.core-R3_2_1_maintenance.zip |
R3_2_1_maintenance - 217078 disabled offending test caseR3_2_1_maintenance
-rw-r--r-- | org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java index 9d19d9e06e..97aa43ba09 100644 --- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java +++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/RuntimeTests.java @@ -1,5 +1,5 @@ /******************************************************************************* - * Copyright (c) 2006 IBM Corporation and others. + * Copyright (c) 2006, 2008 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is available at @@ -40,8 +40,11 @@ public static Class testClass() { return RuntimeTests.class; } +// decided not to keep this active because of negative effects on the test +// series (the OOME potentially causing grief to others) +// see https://bugs.eclipse.org/bugs/show_bug.cgi?id=217078 // memory exhaustion - try to allocate too big an instance -public void test0001_memory_exhaustion() { +public void _test0001_memory_exhaustion() { this.runConformTest( new String[] { "X.java", |