aboutsummaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Posix/lit.local.cfg
blob: a6d96d3054cf642e63efc861620c526bab9a1ac4 (plain) (blame)
1
2
3
4
5
6
7
8
9
def getRoot(config):
  if not config.parent:
    return config
  return getRoot(config.parent)

root = getRoot(config)

if root.host_os in ['Windows', 'Darwin']:
  config.unsupported = True