From e55157874cf20acef55ca20a87699bf77b7cfd3a Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Thu, 5 Nov 2020 21:17:15 +0000 Subject: [PATCH] APINotes: repair the Windows builders Disable the test on Windows, which should've been obvious as being needed. The differences in diff implementations and line-endings make this test difficult to execute on Windows. --- clang/test/APINotes/yaml-roundtrip.test | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/clang/test/APINotes/yaml-roundtrip.test b/clang/test/APINotes/yaml-roundtrip.test index 3379cbf..bd4c89d 100644 --- a/clang/test/APINotes/yaml-roundtrip.test +++ b/clang/test/APINotes/yaml-roundtrip.test @@ -1,6 +1,10 @@ RUN: apinotes-test %S/Inputs/Frameworks/Simple.framework/Headers/Simple.apinotes > %t.result RUN: not diff --strip-trailing-cr %S/Inputs/Frameworks/Simple.framework/Headers/Simple.apinotes %t.result | FileCheck %s +Avoid Windows as the diff output differs due to line-endings and different diff +implementations. +UNSUPPORTED: system-windows + We expect only the nullability to be different as it is canonicalized during the roudtrip. -- 2.7.4