[
https://issues.jboss.org/browse/JBIDE-22884?page=com.atlassian.jira.plugi...
]
Ilya Buziuk commented on JBIDE-22884:
-------------------------------------
{quote}
But curiously there are 204 skipped tests. Is that normal/expected?
{quote}
[~nickboldt], wow great catch - this is neither normal nor expected :/
Locally all 251 tests are passing both on windows and linux. Also, all tests are passing
on central CI jenkins which is used for PR testing -
https://dev-platform-jenkins.rhev-ci-vms.eng.rdu2.redhat.com/job/jbosstoo...
So, it looks like smth. wrong with the slave configuration. Those tests are skipped if
either running against *GTK 3* or the platform is not officially supported. Officially
supported platforms are:
{code}
static {
Collections.addAll(OFFICIALLY_SUPPORTED_PLATFORM_IDS,
"cocoa.macosx.x86", //$NON-NLS-1$
"gtk.linux.x86", //$NON-NLS-1$
"gtk.linux.x86_64", //$NON-NLS-1$
"win32.win32.x86", //$NON-NLS-1$
"win32.win32.x86_64"); //$NON-NLS-1$
}
public static final String CURRENT_PLATFORM_ID = Platform.getWS() + '.'
+ Platform.getOS() + '.' + Platform.getOSArch();
{code}
RHEL 7 slave should return *gtk.linux.x86_64* assuming that it is 64 bit only, so I
suspect that *GTK 3* is the reason.
Also, Could you please share the link to the windows job ?
test failure in org.jboss.tools.vpe.jsp.test
--------------------------------------------
Key: JBIDE-22884
URL:
https://issues.jboss.org/browse/JBIDE-22884
Project: Tools (JBoss Tools)
Issue Type: Bug
Components: jsp/jsf/xml/html-source-editing, visual-page-editor-core
Affects Versions: 4.4.1.AM3
Reporter: Nick Boldt
Assignee: Ilya Buziuk
Priority: Blocker
Fix For: 4.4.1.Final
Attachments: 22884.more.fail.txt, _view_.txt, _view_more.txt
{code}
21:32:03 [INFO] org.jboss.tools.vpe.jsp.test ....................... FAILURE [ 01:00 h]
21:32:04 [ERROR] Failed to execute goal
org.eclipse.tycho:tycho-surefire-plugin:0.25.0:test (default-test) on project
org.jboss.tools.vpe.jsp.test: An unexpected error occured while launching the test runtime
(return code 143). See log for details. -> [Help 1]
{code} --
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/jbosstools-vpe_master...
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)