This is an archive of the discontinued LLVM Phabricator instance.

[test] Use host platform specific error message substitution
ClosedPublic

Authored by abhina.sreeskantharajan on Jun 7 2021, 5:38 AM.

Details

Summary

This testcase is failing on z/OS because the regex doesn't match the spelling. This patch modifies the testcase to use the error substitution so it will pass on all platforms.

Diff Detail

Event Timeline

abhina.sreeskantharajan requested review of this revision.Jun 7 2021, 5:38 AM
Herald added a project: Restricted Project. · View Herald TranscriptJun 7 2021, 5:38 AM
jhenderson accepted this revision.Jun 7 2021, 5:40 AM
jhenderson added a subscriber: gbreynoo.

LGTM. It looks like there are non-standard line endings in this file - please fix them up whislt your're at it (either in the same or another commit).

@gbreynoo, perhaps something in your git settings is incorrect?

This revision is now accepted and ready to land.Jun 7 2021, 5:40 AM