-
-
Notifications
You must be signed in to change notification settings - Fork 264
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
master: GDB test failures #1190
Comments
|
Same gdb as you, gdb-related failures using LLVM 3.7 when invoking dmd-testsuite-debug:
dmd-testsuite:
|
|
The following tests are now temporarily disabled on master (some already have been for quite some time): Somebody needs to sit down and spend some time on debug info soon. Now that we only support 3.5+ this should be quite a bit easier. |
|
With gdb 7.11.1, LDC master, LLVM 3.9 and Linux x64 (Xubuntu 16.04), all gdb tests pass when performed manually EXCEPT for gdb10311 (captured local showing up as |
|
Inside dmd-testsuite-debug they all fail though, due to: If I execute the two commands in the ??? |
|
Maybe an issue with absolute/relative source paths? |
The trouble is that the current file is usually "." at startup. If I change that bad default in Most gdb scripts pass if I add a switch to the actual test file in d_do_test, e.g. I still see 2 errors:
|
|
With #1784, only |
|
Don't know if that's related, but there are still some tests failure with GDB 11.1. Failed Tests (2): |
If you look at a Travis log for the currently red master, you'll see that there are some failing tests that use a GDB script to check for debug info generation. Some of these fail with "unknown symbol" error messages. However, I can't reproduce those on an Ubuntu 14.04 box with
Does anybody else have more luck?
The text was updated successfully, but these errors were encountered: