* windres/windres.exp: Return unsupported rather than fail if
[deliverable/binutils-gdb.git] / binutils / testsuite / binutils-all / windres / windres.exp
index eb219dd456d182715716b32a98591151b1143be0..9c2f4773b9bd682df05b59c7a965b6f934295b38 100644 (file)
@@ -88,7 +88,11 @@ foreach res $res_list {
     if ![string match "" $err] then {
        send_log "$err\n"
        verbose "$err" 1
-       fail "windres/$broot (parse)"
+       if [string match "*windows.h: No such file*" $err] then {
+           unsupported "windres/$broot (parse)"
+       } else {
+           fail "windres/$broot (parse)"
+       }
        continue
     }
     pass "windres/$broot (parse)"
This page took 0.023391 seconds and 4 git commands to generate.