[llvm] 5d8390d - Temporarily disable test on Fuchsia
via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 22 22:33:28 PST 2025
Author: mingmingl
Date: 2025-01-22T22:33:17-08:00
New Revision: 5d8390d48e5c03235b3c83748e4a2eec0a19ae65
URL: https://github.com/llvm/llvm-project/commit/5d8390d48e5c03235b3c83748e4a2eec0a19ae65
DIFF: https://github.com/llvm/llvm-project/commit/5d8390d48e5c03235b3c83748e4a2eec0a19ae65.diff
LOG: Temporarily disable test on Fuchsia
Added:
Modified:
llvm/test/CodeGen/X86/jump-table-partition.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/jump-table-partition.ll b/llvm/test/CodeGen/X86/jump-table-partition.ll
index 5d04df480013b8..e4f8d90baafdb7 100644
--- a/llvm/test/CodeGen/X86/jump-table-partition.ll
+++ b/llvm/test/CodeGen/X86/jump-table-partition.ll
@@ -1,6 +1,9 @@
; -stats requires asserts
; requires: asserts
+; COM: Investigate test failure with fuchsia environment and re-enable the test.
+; UNSUPPORTED: target={{.*}}-fuchsia
+
; Stop after 'finalize-isel' for simpler MIR, and lower the minimum number of
; jump table entries so 'switch' needs fewer cases to generate a jump table.
; RUN: llc -mtriple=x86_64-unknown-linux-gnu -stop-after=finalize-isel -min-jump-table-entries=2 %s -o %t.mir
More information about the llvm-commits
mailing list