Bug 426853 - Test_BrowserSuite.testBrowser3 failed
Summary: Test_BrowserSuite.testBrowser3 failed
Status: RESOLVED WORKSFORME
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 4.3.1   Edit
Hardware: PC Linux-GTK
: P3 normal (vote)
Target Milestone: 4.4   Edit
Assignee: Arun Thondapu CLA
QA Contact:
URL:
Whiteboard:
Keywords: test
Depends on:
Blocks:
 
Reported: 2014-01-29 03:06 EST by Dani Megert CLA
Modified: 2014-05-07 10:44 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2014-01-29 03:06:03 EST
N20140128-2000.

http://download.eclipse.org/eclipse/downloads/drops4/N20140128-2000/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html

N/A

junit.framework.AssertionFailedError
at org.eclipse.swt.tests.junit.browser.Test_BrowserSuite.testBrowser3(Test_BrowserSuite.java:33)
at org.eclipse.test.EclipseTestRunner.run(EclipseTestRunner.java:657)
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:109)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:80)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:372)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:226)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603)
at org.eclipse.equinox.launcher.Main.run(Main.java:1462)
at org.eclipse.equinox.launcher.Main.main(Main.java:1438)
at org.eclipse.core.launcher.Main.main(Main.java:34)
Comment 1 Arun Thondapu CLA 2014-01-29 08:18:50 EST
The test passed in the I20140128-0800 I-build and failed in the N-build. The tests ran on hudson-slave4 for both the builds but the I-build must have used a Mozilla based browser whereas the N-build must have used a Webkit based browser, since libwebkit-1.0.so.2 was installed on the slave machine yesterday after the I-build happened ( see https://bugs.eclipse.org/bugs/show_bug.cgi?id=423836#c11 ) and Webkit is the default browser renderer on Linux.

The Test_BrowserSuite runs without any failures/errors in my local workspace, but the version of Webkit I have is 1.8.3 (libwebkitgtk-1.0.so.0). Will try to check if I can install the older version of Webkit that is installed on the hudson-slave4 machine and re-run the tests.
Comment 2 Arun Thondapu CLA 2014-01-29 23:55:16 EST
The same test has failed in the latest M-build M20140129-0800 too (4.3.2 RC2) - http://download.eclipse.org/eclipse/downloads/drops4/M20140129-0800/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html

N/A

junit.framework.AssertionFailedError
at org.eclipse.swt.tests.junit.browser.Test_BrowserSuite.Browser3(Test_BrowserSuite.java:49)
at org.eclipse.swt.tests.junit.browser.Test_BrowserSuite.runTest(Test_BrowserSuite.java:124)
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 3 Dani Megert CLA 2014-01-30 04:01:41 EST
Also failed in N20140129-2000. Looks like this now constantly fails and hence should be reproducible locally.
Comment 4 Dani Megert CLA 2014-02-04 03:08:12 EST
Looks like the fix for bug 424657 fixed this.
Comment 5 Dani Megert CLA 2014-02-13 04:21:41 EST
(In reply to Dani Megert from comment #4)
> Looks like the fix for bug 424657 fixed this.

Not really. Seems to be back:
http://download.eclipse.org/eclipse/downloads/drops4/M20140212-0800/testresults/html/org.eclipse.swt.tests_linux.gtk.x86_6.0.html
Comment 6 Arun Thondapu CLA 2014-03-14 08:16:33 EDT
This test has not failed in any of the recent Luna builds.
Comment 7 Arun Thondapu CLA 2014-05-07 10:44:04 EDT
Resolving the bug as the test failure does not happen anymore and I cannot reproduce the failure in my local workspace. Will reopen in case the failure repeats.