Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 320396 - JUnit failure: intermittent failures in org.eclipse.cdt.core.internal.errorparsers.tests
Summary: JUnit failure: intermittent failures in org.eclipse.cdt.core.internal.errorpa...
Status: RESOLVED WORKSFORME
Alias: None
Product: CDT
Classification: Tools
Component: cdt-build (show other bugs)
Version: 7.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: cdt-build-inbox@eclipse.org CLA
QA Contact: Andrew Gvozdev CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-20 09:40 EDT by Andrew Gvozdev CLA
Modified: 2012-12-12 09:39 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 Andrew Gvozdev CLA 2010-07-20 09:40:39 EDT
Once in a while errorparsers are not able to match errors to the files in the test suite. Today it is testRelativePathFromSubfolder but bug 311468 comment#5 and 6 could be the same issue.

Hudson build#267:
junit.framework.ComparisonFailure: null expected:<[L/FindMatchingFilesTest/Folder/SubFolder/testRelativePathFromSubfolder.c]> but was:<[P/FindMatchingFilesTest]>
	at org.eclipse.cdt.core.internal.errorparsers.tests.ErrorParserFileMatchingTest.testRelativePathFromSubfolder(ErrorParserFileMatchingTest.java:621)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:376)
	at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:209)
	at org.eclipse.test.UITestApplication$2.run(UITestApplication.java:195)
	at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
	at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:134)
	at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3527)
	at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3174)
	at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2629)
	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2593)
	at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2427)
	at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:670)
	at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
	at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:663)
	at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
	at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:115)
	at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:138)
	at org.eclipse.test.UITestApplication.run(UITestApplication.java:60)
	at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
	at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:32)
	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:369)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:619)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:574)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1407)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1383)
	at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Andrew Gvozdev CLA 2012-12-12 09:39:32 EST
Haven't seen that for quite a while.