[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:23:34 PST 2024


https://github.com/alx32 created https://github.com/llvm/llvm-project/pull/119957

The macho-gsym-merged-callsites-dsym is failing on some hosts.

Disabling for now while we come up with a fix. 

>From 1fa5a0213a61b0f43594a3ba92df313d4db5c06a Mon Sep 17 00:00:00 2001
From: Alex B <alexborcan at meta.com>
Date: Sat, 14 Dec 2024 00:22:20 -0800
Subject: [PATCH] [llvm-gsymutil] Disable test macho-gsym-merged-callsites-dsym

---
 .../ARM_AArch64/macho-gsym-merged-callsites-dsym.yaml         | 4 ++++
 1 file changed, 4 insertions(+)

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



More information about the llvm-commits mailing list