Paul Robinson | aa117bf | 2017-09-08 17:10:48 | [diff] [blame] | 1 | # debuginfo-tests are not expected to pass in a cross-compilation setup. |
Jeremy Morse | 984fad2 | 2019-10-31 16:51:53 | [diff] [blame] | 2 | if 'native' not in config.available_features or config.is_msvc: |
Paul Robinson | aa117bf | 2017-09-08 17:10:48 | [diff] [blame] | 3 | config.unsupported = True |
Jeremy Morse | 984fad2 | 2019-10-31 16:51:53 | [diff] [blame] | 4 | |
5 |