summaryrefslogtreecommitdiffstats
path: root/tests/org.eclipse.swt.tests
diff options
context:
space:
mode:
authorKevin Barnes <krbarnes>2009-04-02 18:11:11 +0000
committerKevin Barnes <krbarnes>2009-04-02 18:11:11 +0000
commitb7d949707dbea455e8af9853941d7a6d4826779d (patch)
tree6b777c8aed96312e045147365acc47c6e9291227 /tests/org.eclipse.swt.tests
parentd48df07dbc2633c8108242771a35ef131b1bfec8 (diff)
downloadeclipse.platform.swt-b7d949707dbea455e8af9853941d7a6d4826779d.tar.gz
eclipse.platform.swt-b7d949707dbea455e8af9853941d7a6d4826779d.tar.xz
eclipse.platform.swt-b7d949707dbea455e8af9853941d7a6d4826779d.zip
exclude tests failing on releng machine
Diffstat (limited to 'tests/org.eclipse.swt.tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java16
1 files changed, 16 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java
index d8398a0af6..671241031c 100644
--- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java
+++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java
@@ -28,6 +28,22 @@ static String[] excludeTests = {
"test_getBounds(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_TreeItem)",
"test_getTopPixel(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
"test_postLorg_eclipse_swt_widgets_Event(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display)",
+
+ //tests pass locally, but fail on the releng machine
+ "test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_selectAll(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+ "test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
+ "test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
+ "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)",
+ "test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CCombo)",
+ "test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CCombo)",
+ "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_CCombo)",
+ "test_copy(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
+ "test_cut(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
+ "test_invokeActionI(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
+ "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_custom_StyledText)",
};
static boolean isExcluded(String name) {