This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] [gdb/testsuite] XFAIL under Clang tests using label debug info


Clang doesn't emit debug info for labels (Clang PR14500). XFAIL a
bunch of GDB tests that rely on debug info for labels.

For some reason gdb.linespec/ls-expr.exp gathered all tests into a
dictionary and then ran them. This made it hard to XFAIL just the
right tests. I refactored this to execute the tests directly, removing
the dictionary so I could XFAIL the right tests. Is there a reason it
would've been written that way? Does my patch break it in some way?

Attachment: labels.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]