Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-releng-dev] 4.3.0 N-Build: N20130217-2000: SWT DNF on GTK

The SWT DNF on GTK looks strange.

http://download.eclipse.org/eclipse/downloads/drops4/N20130217-2000/logs.php has this screenshot:
http://download.eclipse.org/eclipse/downloads/drops4/N20130217-2000/testresults/linux.gtk.x86_6.0/timeoutScreens/org.eclipse.swt.tests.junit.AllGtkTests_screen0.png

In org.eclipse.swt.tests.junit.browser.Browser3#test(), it looks like the value of the PLUGIN_PATH system property has changed:

                String url;
                String pluginPath = System.getProperty("PLUGIN_PATH");
                if (verbose) System.out.println("PLUGIN_PATH <"+pluginPath+">");
                if (pluginPath == null) url = Browser3.class.getClassLoader().getResource("browser3.html").toString();
                else url = pluginPath + "/data/browser3.html";

Markus


From: "e4Builder" <e4Build@xxxxxxxxxxx>
To: platform-releng-dev@xxxxxxxxxxx,
Date: 2013-02-18 03:42
Subject: [platform-releng-dev] 4.3.0 N-Build: N20130217-2000







                Download:
               
http://download.eclipse.org/eclipse/downloads/drops4/N20130217-2000/


                Software site repository:
               
http://download.eclipse.org/eclipse/updates/4.3-N-builds
_______________________________________________
platform-releng-dev mailing list
platform-releng-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-releng-dev




Back to the top