[llvm] [llvm-gsymutil] Disable test macho-gsym-merged-callsites-dsym (PR #119957)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Dec 14 00:24:11 PST 2024
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-debuginfo
Author: None (alx32)
<details>
<summary>Changes</summary>
The macho-gsym-merged-callsites-dsym is failing on some hosts.
Disabling for now while we come up with a fix.
---
Full diff: https://github.com/llvm/llvm-project/pull/119957.diff
1 Files Affected:
- (modified) llvm/test/tools/llvm-gsymutil/ARM_AArch64/macho-gsym-merged-callsites-dsym.yaml (+4)
``````````diff
diff --git a/llvm/test/tools/llvm-gsymutil/ARM_AArch64/macho-gsym-merged-callsites-dsym.yaml b/llvm/test/tools/llvm-gsymutil/ARM_AArch64/macho-gsym-merged-callsites-dsym.yaml
index a98d4db0a791b7..caf77467bbb938 100644
--- a/llvm/test/tools/llvm-gsymutil/ARM_AArch64/macho-gsym-merged-callsites-dsym.yaml
+++ b/llvm/test/tools/llvm-gsymutil/ARM_AArch64/macho-gsym-merged-callsites-dsym.yaml
@@ -1,3 +1,7 @@
+# FIXME: Currently disabled as it fails on some Linux hosts
+# UNSUPPORTED: true
+
+
## Test that reconstructs a dSYM file from YAML and generates a gsym from it. The gsym has callsite info and merged functions.
# RUN: split-file %s %t
``````````
</details>
https://github.com/llvm/llvm-project/pull/119957
More information about the llvm-commits
mailing list