[llvm] edfa44b - [test] Put aix-xcoff-huge-relocs.ll under expensive checks

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 13:44:55 PDT 2021


Author: Arthur Eubanks
Date: 2021-05-10T13:44:29-07:00
New Revision: edfa44b732984541105917934b1d9838fbf368ae

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

LOG: [test] Put aix-xcoff-huge-relocs.ll under expensive checks

It is an order of magnitude slower than the second slowest test
according to obj/llvm/test/.lit_test_times.txt.

The two slowest are:
 2.870437e+02 CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
 2.850697e+01 tools/llvm-readobj/ELF/file-header-machine-types.test

Reviewed By: hubert.reinterpretcast

Differential Revision: https://reviews.llvm.org/D102190

Added: 
    

Modified: 
    llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll b/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
index 01e43f8b95ad..43eae034fe6e 100644
--- a/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
+++ b/llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
@@ -1,3 +1,6 @@
+;; This test takes a very long time
+; REQUIRES: expensive_checks
+
 ;; This test generates 65535 relocation entries in a single section,
 ;; which would trigger an overflow section to be generated in 32-bit mode.
 ;; Since overflow section is not supported yet, we will emit an error instead of


        


More information about the llvm-commits mailing list