Skip to content

Commit

Permalink
APINotes: repair the Windows builders
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
compnerd committed Nov 5, 2020
1 parent a8a10ac commit e551578
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions 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.

Expand Down

0 comments on commit e551578

Please sign in to comment.