[PATCH] D35879: [lit] Mark several of lit's tests XFAIL on Windows

Brian Gesiak via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 22:21:22 PDT 2017


modocache added a comment.

The change to `utils/lit/tests/shtest-encoding.py` is shown in Phabricator as a change to a binary file because that test file contains a non-UTF8 character. Like the other files, I just added the following lines:

  diff --git a/utils/lit/tests/shtest-encoding.py b/utils/lit/tests/shtest-encoding.py
  index dfc987f6df7..9ccd897275b 100644
  --- a/utils/lit/tests/shtest-encoding.py
  +++ b/utils/lit/tests/shtest-encoding.py
  @@ -1,3 +1,6 @@
   # RUN: true
  
  +# PR33936
  +# XFAIL: windows
  +


https://reviews.llvm.org/D35879





More information about the llvm-commits mailing list