mbien commented on PR #6178:
URL: https://github.com/apache/netbeans/pull/6178#issuecomment-1686664424
I looked through the log and I believe the reason for the failing graal
tests is the following:
```
[junit] org.netbeans.modules.editor.kit - The module
org.netbeans.modules.languages.hcl would also need to be installed.
```
which causes a chain reaction since many other modules do also depend on it.
A green run has also many modules failing to load, so what I did was to sort
the log, and diff good and bad run, here are the **additional** modules which
fail to load in this PR:
```
[junit] org.netbeans.modules.ant.kit - The module
org.netbeans.modules.ide.kit would also need to be installed.
[junit] org.netbeans.modules.apisupport.kit - The module
org.netbeans.modules.java.kit would also need to be installed.
[junit] org.netbeans.modules.db.kit - The module
org.netbeans.modules.ide.kit would also need to be installed.
[junit] org.netbeans.modules.editor.kit - The module
org.netbeans.modules.languages.hcl would also need to be installed.
[junit] org.netbeans.modules.ide.branding.kit - The module
org.netbeans.modules.ide.kit would also need to be installed.
[junit] org.netbeans.modules.ide.kit - The module
org.netbeans.modules.editor.kit would also need to be installed.
[junit] org.netbeans.modules.j2ee.kit - The module
org.netbeans.modules.web.kit would also need to be installed.
[junit] org.netbeans.modules.j2ee.persistence.kit - The module
org.netbeans.modules.db.kit would also need to be installed.
[junit] org.netbeans.modules.j2ee.persistence.kit - The module
org.netbeans.modules.java.kit would also need to be installed.
[junit] org.netbeans.modules.java.kit - The module
org.netbeans.modules.ant.kit would also need to be installed.
[junit] org.netbeans.modules.languages.hcl - The Java platform version
11 or higher was requested but only 1.8 is running.
[junit] org.netbeans.modules.spring.beans - The module
org.netbeans.modules.java.kit would also need to be installed.
[junit] org.netbeans.modules.spring.webmvc - The module named
org.netbeans.modules.spring.beans/0-1 was needed and not found.
[junit] org.netbeans.modules.spring.webmvc - The module
org.netbeans.modules.web.kit would also need to be installed.
[junit] org.netbeans.modules.timers - The module
org.netbeans.modules.ide.kit would also need to be installed.
[junit] org.netbeans.modules.web.jsf.kit - The module
org.netbeans.modules.web.kit would also need to be installed.
[junit] org.netbeans.modules.web.kit - The module
org.netbeans.modules.j2ee.persistence.kit would also need to be installed.
[junit] org.netbeans.modules.web.kit - The module
org.netbeans.modules.java.kit would also need to be installed.
[junit] org.netbeans.modules.web.primefaces - The module
org.netbeans.modules.web.jsf.kit would also need to be installed.
[junit] org.netbeans.modules.web.struts - The module
org.netbeans.modules.web.kit would also need to be installed.
[junit] org.netbeans.modules.websvc.kit - The module
org.netbeans.modules.db.kit would also need to be installed.
[junit] org.netbeans.modules.websvc.kit - The module
org.netbeans.modules.java.kit would also need to be installed.
[junit] org.netbeans.modules.websvc.kit - The module
org.netbeans.modules.web.kit would also need to be installed.
[junit] org.netbeans.modules.websvc.restkit - The module
org.netbeans.modules.websvc.kit would also need to be installed.
[junit] org.netbeans.modules.websvc.restkit - The module
org.netbeans.modules.websvc.saas.kit would also need to be installed.
[junit] org.netbeans.modules.websvc.saas.kit - The module
org.netbeans.modules.ide.kit would also need to be installed.
```
It might be time to bump the graal tests to JDK 11 baseline since older CE
builds can't even be downloaded from official sources:
https://www.graalvm.org/downloads/
The DL url did also change slightly I think. Better to put it into a
separate PR.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists