This is an archive of the discontinued LLVM Phabricator instance.

[NFC][X86] New Test Requires Asserts
ClosedPublic

Authored by lenary on Aug 10 2021, 2:09 AM.

Details

Summary

D105263 introduced this new test. It fails when asserts are disabled,
due to using a debug option on opt.

Diff Detail

Event Timeline

lenary requested review of this revision.Aug 10 2021, 2:09 AM
lenary created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptAug 10 2021, 2:09 AM
lenary retitled this revision from [X86] New Test Requires Asserts to [NFC][X86] New Test Requires Asserts.Aug 10 2021, 2:12 AM
pengfei accepted this revision.Aug 10 2021, 2:18 AM

LGTM. Thanks Sam for the quick fix.

BTW, is this a buildbot failure? It seems I didn't receive such a notification.

This revision is now accepted and ready to land.Aug 10 2021, 2:18 AM
lenary added a comment.EditedAug 10 2021, 2:21 AM

The error showed up in our downstream tests. I'm not how slow the upstream bots *without* asserts enabled are. I imagine an email will appear soon. (Edited because I got the implication the wrong way around).

This revision was landed with ongoing or failed builds.Aug 10 2021, 2:22 AM
This revision was automatically updated to reflect the committed changes.

The error showed up in our downstream tests. I'm not how slow the upstream bots with asserts enabled are. I imagine an email will appear soon.

I see. Thanks again.