-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Increase timeout for info functions .*smoke.*
gdb command
#308
Conversation
CI fails on windows with:
Somebody will need to investigate. |
I'm OK with this work-around, but please file an issue to better investigate why this is happening now. That issue could very well be closed as won't fix or this workaround be reverted with a better fix. Either way, we should have a record of it. Thanks! |
Upstream issue: oracle/graal#10512 |
OK, fails on Linux too and is related to a new integration test (PR #306) that got introduced recently. The test bug is that this test runs even though it's supposed to get skipped on Mandrel |
testsuite/src/it/java/org/graalvm/tests/integration/utils/GDBSession.java
Outdated
Show resolved
Hide resolved
GDB appears to take longer to load symbols in `graal/master` builds than it used to in 24.1.1. 24.1.1 ``` gdb -q target/debug-symbols-smoke < gdb.commands 2.27s user 0.06s system 101% cpu 2.288 total ``` `graalm/master` ``` gdb -q target/debug-symbols-smoke < gdb.commands 3.01s user 0.05s system 102% cpu 2.995 total ```
fa27154
to
4aeff96
Compare
GDB appears to take longer to load symbols in
graal/master
builds thanit used to in 24.1.1.
24.1.1
graalm/master