Index: lit.local.cfg =================================================================== --- lit.local.cfg +++ lit.local.cfg @@ -0,0 +1,3 @@ +# debuginfo-tests are not expected to pass in a cross-compilation setup. +if 'native' not in config.available_features: + config.unsupported = True