Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] [eclipse-build]Build I20050324-0800 (Timestamp: 200503240800):Automated JUnit testing complete. Test failures/errors occurred.


SWT failure tests on Linux GTK are caused by a missing Mozilla web browser on the test machine.


Kim: it looks like a security patch was applied to the test machine around wednesday. The test machine now contains a newer Mozilla under a new folder location. Build script has to be updated as a result. Can't confirm it works with the newer version at the moment.

Can you modify:
org.eclipse.releng.eclipsebuilder/sdk.tests/testConfigs/rhelws3-linux-gtk/testAll.sh

replace:
MOZILLA_FIVE_HOME=/usr/lib/mozilla-1.4.3;export MOZILLA_FIVE_HOME
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME

with:
MOZILLA_FIVE_HOME=/usr/lib/mozilla-1.4.4;export MOZILLA_FIVE_HOME
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$MOZILLA_FIVE_HOME

Thanks!
Chris



eclipse-releng@xxxxxxxxxxx
Sent by: platform-releng-dev-admin@xxxxxxxxxxx

03/24/2005 05:47 PM

Please respond to
platform-releng-dev

To
platform-releng-dev@xxxxxxxxxxx
cc
Subject
[platform-releng-dev] [eclipse-build]Build I20050324-0800 (Timestamp:  200503240800):Automated JUnit testing complete.  Test failures/errors occurred.





Build I20050324-0800 (Timestamp: 200503240800):  Automated JUnit testing is complete.  Test failures/errors occurred in the following:  

org.eclipse.ant.tests.ui_winxp
org.eclipse.core.tests_linux.gtk
org.eclipse.jdt.debug.tests_linux.gtk
org.eclipse.jdt.debug.tests_winxp
org.eclipse.jdt.text.tests_linux.gtk
org.eclipse.jdt.text.tests_winxp
org.eclipse.jdt.ui.tests_linux.gtk
org.eclipse.jdt.ui.tests_winxp
org.eclipse.pde.ui.tests_linux.gtk
org.eclipse.pde.ui.tests_winxp
org.eclipse.releng.tests_linux.gtk
org.eclipse.releng.tests_winxp
org.eclipse.swt.tests_linux.gtk
org.eclipse.team.tests.cvs_linux.gtk
org.eclipse.team.tests.cvs_winxp
org.eclipse.ui.tests_linux.gtk
org.eclipse.ui.tests_winxp

HTTP Download:

                http://download.eclipse.org/downloads/drops/I20050324-0800

FTP Download:

                user: anonymous
                password: (e-mail address or leave blank)
                server:  download.eclipse.org
                cd to directory:  I20050324-0800

                or

                ftp://download.eclipse.org/I20050324-0800
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/platform-releng-dev


Back to the top