[llvm] 96410ed - mark test as unsupported as I investigate test failure on certain environments
via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 23 08:08:55 PST 2025
Author: mingmingl
Date: 2025-01-23T08:07:48-08:00
New Revision: 96410edd4748a78e6b736eef8a5ff1ca4bb29be5
URL: https://github.com/llvm/llvm-project/commit/96410edd4748a78e6b736eef8a5ff1ca4bb29be5
DIFF: https://github.com/llvm/llvm-project/commit/96410edd4748a78e6b736eef8a5ff1ca4bb29be5.diff
LOG: mark test as unsupported as I investigate test failure on certain environments
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 e4f8d90baafdb7..6a6aa00fa7fa0a 100644
--- a/llvm/test/CodeGen/X86/jump-table-partition.ll
+++ b/llvm/test/CodeGen/X86/jump-table-partition.ll
@@ -1,8 +1,8 @@
; -stats requires asserts
; requires: asserts
-; COM: Investigate test failure with fuchsia environment and re-enable the test.
-; UNSUPPORTED: target={{.*}}-fuchsia
+; COM: Fix test failures on certain environments and re-enable the test.
+; UNSUPPORTED: target={{.*}}
; 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.
More information about the llvm-commits
mailing list