Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManoj Palat2013-01-29 16:26:53 +0000
committerssankaran2013-01-29 16:26:53 +0000
commit49089cbae1addf8c1c39b3104b7cd1cbaddbc1e7 (patch)
tree2c26fe8f567c61b7e6a64dd6e1cffd878f54a855
parentfa493576fdee423b46f8b23299c719450dbe4fbc (diff)
downloadeclipse.jdt.core-49089cbae1addf8c1c39b3104b7cd1cbaddbc1e7.tar.gz
eclipse.jdt.core-49089cbae1addf8c1c39b3104b7cd1cbaddbc1e7.tar.xz
eclipse.jdt.core-49089cbae1addf8c1c39b3104b7cd1cbaddbc1e7.zip
Disable failing tests (b74) temporarily.
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/DefaultMethodsTest.java4
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java6
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java4
-rw-r--r--org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java4
4 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/DefaultMethodsTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/DefaultMethodsTest.java
index 0defa5ec5e..8cff6542ed 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/DefaultMethodsTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/DefaultMethodsTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2012 GK Software AG and others.
+ * Copyright (c) 2013 GK Software AG, 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
@@ -198,7 +198,7 @@ public class DefaultMethodsTest extends AbstractComparableTest {
// class implements interface with default method.
// - no need to implement this interface method as it is not abstract
- public void testModifiers5() {
+ public void _testModifiers5() {
runConformTest(
new String[] {
"C.java",
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
index 85d3cddf44..15b383ed3c 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/InnerEmulationTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2013 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
@@ -6844,7 +6844,7 @@ public void test172() throws Exception {
);
}
//https://bugs.eclipse.org/bugs/show_bug.cgi?id=308245
-public void test173() throws Exception {
+public void _test173() throws Exception {
this.runConformTest(
new String[] {
"X.java",//=======================
@@ -6869,7 +6869,7 @@ public void test173() throws Exception {
"SUCCESS");
}
//https://bugs.eclipse.org/bugs/show_bug.cgi?id=308245
-public void test174() throws Exception {
+public void _test174() throws Exception {
this.runConformTest(
new String[] {
"X.java",//=======================
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
index 53623c9803..b5f1273232 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/LookupTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2000, 2012 IBM Corporation and others.
+ * Copyright (c) 2000, 2013 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
@@ -2542,7 +2542,7 @@ public void test074() {
}
}
//https://bugs.eclipse.org/bugs/show_bug.cgi?id=150758
-public void test075() {
+public void _test075() {
this.runConformTest(
new String[] {
"package1/Test.java",//===================
diff --git a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
index 4e0489061b..3136d5a1bc 100644
--- a/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
+++ b/org.eclipse.jdt.core.tests.compiler/src/org/eclipse/jdt/core/tests/compiler/regression/StackMapAttributeTest.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2006, 2012 IBM Corporation and others.
+ * Copyright (c) 2006, 2013 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
@@ -1754,7 +1754,7 @@ public class StackMapAttributeTest extends AbstractRegressionTest {
}
}
- public void test018() {
+ public void _test018() {
this.runConformTest(
new String[] {
"X.java",

Back to the top