This is an archive of the discontinued LLVM Phabricator instance.

[GCC torture tests] Disable 2 tests with array alignment issues
ClosedPublic

Authored by DavidSpickett on Sep 22 2022, 1:11 AM.

Event Timeline

DavidSpickett created this revision.Sep 22 2022, 1:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 22 2022, 1:11 AM
DavidSpickett requested review of this revision.Sep 22 2022, 1:11 AM
DavidSpickett accepted this revision.Sep 22 2022, 4:38 AM

Our bots are red all over so landing this without review. I'm pretty sure it's ok. Tell me if it isn't.

https://github.com/llvm/llvm-test-suite/commit/48adf16285bb390029d10f626071ef083aa2c945

This revision is now accepted and ready to land.Sep 22 2022, 4:38 AM
DavidSpickett closed this revision.Sep 22 2022, 4:38 AM

I didn't realize the test was failing because of the array alignment patch. Thank you for fixing it.