[llvm] c3ecbe6 - Disable the test again.

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 11:09:07 PST 2025


Author: mingmingl
Date: 2025-01-23T11:07:14-08:00
New Revision: c3ecbe6792bbbda12b5a70273048643496b63484

URL: https://github.com/llvm/llvm-project/commit/c3ecbe6792bbbda12b5a70273048643496b63484
DIFF: https://github.com/llvm/llvm-project/commit/c3ecbe6792bbbda12b5a70273048643496b63484.diff

LOG: Disable the test again.
* https://lab.llvm.org/buildbot/#/builders/127/builds/2148/steps/7/logs/stdio shows a failure.

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 2fd5d523a10cec..bf34c3bb2bf308 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 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.
 ; 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