[PATCH] D102190: [test] Put aix-xcoff-huge-relocs.ll under expensive checks
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 10 13:19:33 PDT 2021
aeubanks created this revision.
Herald added subscribers: steven.zhang, nemanjai.
aeubanks requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
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
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D102190
Files:
llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
Index: llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
===================================================================
--- llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102190.344176.patch
Type: text/x-patch
Size: 549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/48527975/attachment.bin>
More information about the llvm-commits
mailing list