forked from OSchip/llvm-project
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.
This commit is contained in:
parent
a8a10acba2
commit
e55157874c
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue