8 lines · plain
1import re2 3# We rely on the default -std being derived from the filetype.4# PS4 sets a different -std, and many tests break.5# FIXME: make our tests less brittle instead.6if re.match(r".*-scei-ps4", config.target_triple):7 config.unsupported = True8