diff options
author | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-04-02 10:15:41 -0400 |
---|---|---|
committer | Silenio Quarti <silenio_quarti@ca.ibm.com> | 2012-04-02 10:15:41 -0400 |
commit | 3550033b997d0fa2bf95b0dc245702b98b5325bd (patch) | |
tree | 6b829359610d320aca59968ad681662cbd03fbad | |
parent | bc717da15d63d5eaeef4b3151eba80e19c10a65b (diff) | |
download | eclipse.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
-rw-r--r-- | tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/AllCocoaTests.java | 3 |
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)", |