This is an archive of the discontinued LLVM Phabricator instance.

[MCParser][z/OS] Mark a few tests as unsupported for the z/OS Target
ClosedPublic

Authored by anirudhp on Jun 30 2021, 9:34 AM.

Details

Summary
  • Background here is that that these sets of tests are "invalid" to be run on z/OS
  • The reason is because these test constructs that HLASM never supports (HLASM doesn't support GNU style directives)
  • Usually tests are geared towards a particular target via the use of a triple that targets just that platform, but these tests require the use of a "default triple"
  • Thus, we mark these tests as "UNSUPPORTED" for z/OS since we don't want to run these for z/OS

Diff Detail