Bug 409810 - FileBuffersForFilesInLinkedFolders.test15 failed
Summary: FileBuffersForFilesInLinkedFolders.test15 failed
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.3   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2013-06-04 04:12 EDT by Dani Megert CLA
Modified: 2013-11-20 04:17 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2013-06-04 04:12:09 EDT
I20130603-2000.

http://download.eclipse.org/eclipse/downloads/drops4/I20130603-2000/testresults/html/org.eclipse.core.filebuffers.tests_linux.gtk.x86_6.0.html


junit.framework.AssertionFailedError
at org.eclipse.core.filebuffers.tests.FileBufferFunctions.test15(FileBufferFunctions.java:816)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:655)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:310)
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:354)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:181)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:636)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:591)
at org.eclipse.equinox.launcher.Main.run(Main.java:1450)
at org.eclipse.equinox.launcher.Main.main(Main.java:1426)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Dani Megert CLA 2013-06-04 07:15:12 EDT
The test results page does not show in which calls test15 failed, but the XML file reveals it:

<testcase classname="org.eclipse.core.filebuffers.tests.FileBuffersForFilesInLinkedFolders" name="test15" time="0.019">

NOTE: Importing the XML file into the JUnit view does not reveal the class name. See bug 409831 for details.
Comment 2 Dani Megert CLA 2013-06-04 07:19:55 EDT
From the code I can't see how it can ever fail.

I've modified the test, so that it provides more details when FileBuffersForFilesInLinkedFolders.test15 fails next time:
http://git.eclipse.org/c/platform/eclipse.platform.text.git/commit/?id=d74439394698df3f60bc15a5fa81fc59db2367f5
Comment 3 Dani Megert CLA 2013-11-20 04:17:45 EST
Never failed again since then.