Skip to main content
summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSilenio Quarti2012-04-02 14:15:41 +0000
committerSilenio Quarti2012-04-02 14:15:41 +0000
commit3550033b997d0fa2bf95b0dc245702b98b5325bd (patch)
tree6b829359610d320aca59968ad681662cbd03fbad /tests
parentbc717da15d63d5eaeef4b3151eba80e19c10a65b (diff)
downloadeclipse.platform.swt-3550033b997d0fa2bf95b0dc245702b98b5325bd.tar.gz
eclipse.platform.swt-3550033b997d0fa2bf95b0dc245702b98b5325bd.tar.xz
eclipse.platform.swt-3550033b997d0fa2bf95b0dc245702b98b5325bd.zip
Failing JUnit tests. Text segments not implemented on Cocoa
Diffstat (limited to 'tests')
-rw-r--r--tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java3
1 files changed, 3 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 8281810919..30d104ba51 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
@@ -45,6 +45,9 @@ static String[] excludeTests = {
"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)",
+ // Text segments not implemented on cocoa
+ "test_consistency_Segments(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_widgets_Text)",
+
// TextLayout bugs
"test_getLineIndex(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",
"test_getLineBounds(org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout)",

Back to the top