-
Notifications
You must be signed in to change notification settings - Fork 921
Open
Labels
GraalVM[ci] enable GraalVM tests[ci] enable GraalVM testsUpgrade JDKUpgrade to the JDK requirements of a module.Upgrade to the JDK requirements of a module.kind:bugBug report or fixBug report or fixpriority:highHigh priority issue that should, if possible, be fixed in next releaseHigh priority issue that should, if possible, be fixed in next releasetests
Milestone
Description
Apache NetBeans version
Apache NetBeans 20
What happened
I am trying to bugfix the support for debugging GraalVM languages to run properly on GraalVM for JDK21+. However the GraalVM for JDK21 has switched to so called Truffle Unchained. Due to that the tests in the debugger.jpda.truffle fails a lot. There is 28 failures out of 30 tests.
To reproduce build NetBeans and then:
netbeans$ JAVA_HOME=~/bin/graalvm-21 ant -f java/debugger.jpda.truffle test
Fixing the tests is a lot of work for an outsider. Martin @entlicher, could you look at them and adjust them to work with Truffle Unchained - I assume Truffle Unchained is responsibility of your team, so this could fit into your repsonsibilities (a bit) too.
Language / Project Type / NetBeans Component
NetBeans API Support
How to reproduce
To reproduce build NetBeans and then:
netbeans$ JAVA_HOME=~/bin/graalvm-21 ant -f java/debugger.jpda.truffle test
Did this work correctly in an earlier version?
No / Don't know
Operating System
Ubuntu
JDK
GraalVM for JDK21
Apache NetBeans packaging
Own source build
Anything else
No response
Are you willing to submit a pull request?
No
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GraalVM[ci] enable GraalVM tests[ci] enable GraalVM testsUpgrade JDKUpgrade to the JDK requirements of a module.Upgrade to the JDK requirements of a module.kind:bugBug report or fixBug report or fixpriority:highHigh priority issue that should, if possible, be fixed in next releaseHigh priority issue that should, if possible, be fixed in next releasetests