Bug 537641 - junit test ProgrammaticOpenTest.testEvaluateWith in org.eclipse.ui.tests.navigator fails on mac (disabled for now)
Summary: junit test ProgrammaticOpenTest.testEvaluateWith in org.eclipse.ui.tests.navi...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 4.9   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: triaged
: 378249 (view as bug list)
Depends on:
Blocks: 537658
  Show dependency tree
 
Reported: 2018-08-03 02:25 EDT by Kalyan Prasad Tatavarthi CLA
Modified: 2020-02-17 10:04 EST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kalyan Prasad Tatavarthi CLA 2018-08-03 02:25:08 EDT
In the build I20180801-2000 the test ProgrammaticOpenTest.testEvaluateWith fails on Mac.

Wrong text: p1 

java.lang.AssertionError: Wrong text: p1
at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:371)
at org.eclipse.ui.tests.navigator.NavigatorTestBase.checkItems(NavigatorTestBase.java:358)
at org.eclipse.ui.tests.navigator.ProgrammaticOpenTest.testEvaluateWith(ProgrammaticOpenTest.java:162)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:689)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:346)
at org.eclipse.test.UITestApplication.lambda$0(UITestApplication.java:195)
at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:37)
at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:182)
at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:4057)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3724)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1170)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1059)
at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:153)
at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:625)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:560)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
at org.eclipse.test.UITestApplication.runApplication(UITestApplication.java:139)
at org.eclipse.test.UITestApplication.run(UITestApplication.java:61)
at org.eclipse.test.UITestApplication.start(UITestApplication.java:210)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:388)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:656)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:592)
at org.eclipse.equinox.launcher.Main.run(Main.java:1498)
at org.eclipse.equinox.launcher.Main.main(Main.java:1471)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Kalyan Prasad Tatavarthi CLA 2018-08-03 02:25:25 EDT
This test passes locally on Mac.
Comment 2 Dani Megert CLA 2020-02-03 12:01:59 EST
*** Bug 378249 has been marked as a duplicate of this bug. ***
Comment 3 Dani Megert CLA 2020-02-03 12:13:43 EST
Kalyan, please check whether it still passes locally. If so, disable the test on Mac.
Comment 4 Kalyan Prasad Tatavarthi CLA 2020-02-17 09:30:28 EST
(In reply to Dani Megert from comment #3)
> Kalyan, please check whether it still passes locally. If so, disable the
> test on Mac.

This test does not fail on Mac locally. I will be disabling this test on mac.
Comment 5 Eclipse Genie CLA 2020-02-17 09:37:58 EST
New Gerrit change created: https://git.eclipse.org/r/157840
Comment 7 Kalyan Prasad Tatavarthi CLA 2020-02-17 09:45:43 EST
(In reply to Eclipse Genie from comment #6)
> Gerrit change https://git.eclipse.org/r/157840 was merged to [master].
> Commit:
> http://git.eclipse.org/c/platform/eclipse.platform.ui.git/commit/
> ?id=37f595eddf7d704a1fb2f5b10f0397814a0e96b0

This test has been disabled on mac with the above commit.