diff options
author | Grant Gayed <ggayed> | 2005-09-19 16:03:15 +0000 |
---|---|---|
committer | Grant Gayed <ggayed> | 2005-09-19 16:03:15 +0000 |
commit | 2849954ea3e22b6e64534691319f22480c6ea6c8 (patch) | |
tree | 45a437df87db841c1c0f95558dd9e2d3eaa3ed17 /tests | |
parent | a33a15f8b4f49135665523b994fd843b3863f2c2 (diff) | |
download | eclipse.platform.swt-2849954ea3e22b6e64534691319f22480c6ea6c8.tar.gz eclipse.platform.swt-2849954ea3e22b6e64534691319f22480c6ea6c8.tar.xz eclipse.platform.swt-2849954ea3e22b6e64534691319f22480c6ea6c8.zip |
*** empty log message ***
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java index 8ea5c5504b..be72adc78d 100644 --- a/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java +++ b/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCarbonTests.java @@ -23,6 +23,7 @@ public class AllCarbonTests extends TestSuite { * Tests not run because they consistently fail */ static String[] excludeTests = { + "test_setActive(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Shell)", "test_postLorg_eclipse_swt_widgets_Event(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Display)", "test_setBackgroundLorg_eclipse_swt_graphics_Color(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Image)", "test_ConstructorLorg_eclipse_swt_graphics_Device$Lorg_eclipse_swt_graphics_FontData(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_Font)", @@ -47,6 +48,7 @@ static String[] excludeTests = { "test_paste(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)", "test_setSelectionLorg_eclipse_swt_graphics_Point(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Combo)", "Browser4(org.eclipse.swt.tests.junit.browser.Test_BrowserSuite)", + "Browser5(org.eclipse.swt.tests.junit.browser.Test_BrowserSuite)", // "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)", |