Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 341361 - tests failures in TextLayout#getNextOffset
Summary: tests failures in TextLayout#getNextOffset
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.7   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Felipe Heidrich CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-30 09:56 EDT by Felipe Heidrich CLA
Modified: 2011-03-30 11:27 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Felipe Heidrich CLA 2011-03-30 09:56:05 EDT
http://download.eclipse.org/eclipse/downloads/drops/N20110329-2000/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html
test_getNextOffset Failure expected:<0> but was:<4> 

junit.framework.AssertionFailedError: expected:<0> but was:<4>
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout.test_getNextOffset(Test_org_eclipse_swt_graphics_TextLayout.java:571)
at org.eclipse.swt.tests.junit.Test_org_eclipse_swt_graphics_TextLayout.runTest(Test_org_eclipse_swt_graphics_TextLayout.java:836)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:416)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:249)
at org.eclipse.test.CoreTestApplication.runTests(CoreTestApplication.java:36)
at org.eclipse.test.CoreTestApplication.run(CoreTestApplication.java:32)
at org.eclipse.equinox.internal.app.EclipseAppContainer.callMethodWithException(EclipseAppContainer.java:587)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:198)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:622)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
at org.eclipse.equinox.launcher.Main.run(Main.java:1410)
at org.eclipse.equinox.launcher.Main.main(Main.java:1386)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Felipe Heidrich CLA 2011-03-30 09:57:03 EDT
This must have been caused by my changes for Bug 65899
Comment 2 Felipe Heidrich CLA 2011-03-30 11:27:09 EDT
Fixed in HEAD