From: Reid Kleckner Date: Wed, 26 Jul 2017 21:48:41 +0000 (+0000) Subject: [lit] Un-XFAIL selecting.py test on Windows X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=690a4c706a4d981635da14e838bf0573b11d8b66;p=llvm [lit] Un-XFAIL selecting.py test on Windows This passes locally for me, which fails the overall lit test suite. I can't debug a passing test, but I will try to help debug the test when we get some failing logs. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309190 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/utils/lit/tests/selecting.py b/utils/lit/tests/selecting.py index 4aa7633424b..25ac299d865 100644 --- a/utils/lit/tests/selecting.py +++ b/utils/lit/tests/selecting.py @@ -1,9 +1,6 @@ # RUN: %{lit} %{inputs}/discovery | FileCheck --check-prefix=CHECK-BASIC %s # CHECK-BASIC: Testing: 5 tests -# PR33937 -# XFAIL: windows - # Check that regex-filtering works # # RUN: %{lit} --filter 'o[a-z]e' %{inputs}/discovery | FileCheck --check-prefix=CHECK-FILTER %s