[PATCH] D118468: [cross-project-tests] XFAIL llgdb-tests when gdb can't read clang's DWARF

Orlando Cazalet-Hyams via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 7 04:27:56 PST 2022


Orlando updated this revision to Diff 406396.
Orlando marked 2 inline comments as done.
Orlando added a comment.

Thanks @jmorse

+ Catch-em-all when trying to run gdb
+ Print a message when the XFAIL condition is detected.
+ Fix `stderr` -> `sys.stderr` in a `print` call.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D118468/new/

https://reviews.llvm.org/D118468

Files:
  cross-project-tests/debuginfo-tests/llgdb-tests/asan-blocks.c
  cross-project-tests/debuginfo-tests/llgdb-tests/asan-deque.cpp
  cross-project-tests/debuginfo-tests/llgdb-tests/asan.c
  cross-project-tests/debuginfo-tests/llgdb-tests/nested-struct.cpp
  cross-project-tests/debuginfo-tests/llgdb-tests/nrvo-string.cpp
  cross-project-tests/debuginfo-tests/llgdb-tests/safestack.c
  cross-project-tests/debuginfo-tests/llgdb-tests/sret.cpp
  cross-project-tests/debuginfo-tests/llgdb-tests/static-member-2.cpp
  cross-project-tests/debuginfo-tests/llgdb-tests/static-member.cpp
  cross-project-tests/lit.cfg.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D118468.406396.patch
Type: text/x-patch
Size: 9032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220207/5e1e574d/attachment.bin>


More information about the llvm-commits mailing list