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