This is an archive of the discontinued LLVM Phabricator instance.

Disable a large test for EXPENSIVE_CHECKS and debug build
ClosedPublic

Authored by jasonliu on Sep 16 2020, 2:07 PM.

Details

Summary

When running a large test in LLVM_ENABLE_EXPENSIVE_CHECKS=ON mode, buildbot could hit timeout.
Disable the test when this mode is on.
Also disable it for debug so that the test won't hang for too long.

Diff Detail

Event Timeline

jasonliu created this revision.Sep 16 2020, 2:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2020, 2:07 PM
jasonliu requested review of this revision.Sep 16 2020, 2:07 PM
llvm/test/CodeGen/PowerPC/aix-overflow-toc.py
1

Let's also disable this for debug builds (we were told it takes too long at 30 seconds).

LGTM (given similar handling for debug builds). Thanks @jasonliu for finding a way to disable this selectively.

This revision is now accepted and ready to land.Sep 16 2020, 2:18 PM
jasonliu updated this revision to Diff 292354.Sep 16 2020, 2:40 PM
jasonliu retitled this revision from Disable a large test in EXPENSIVE_CHECKS to Disable a large test for EXPENSIVE_CHECKS and debug build.
jasonliu edited the summary of this revision. (Show Details)

Added debug