[lit] Un-XFAIL selecting.py test on Windows
authorReid Kleckner <rnk@google.com>
Wed, 26 Jul 2017 21:48:41 +0000 (21:48 +0000)
committerReid Kleckner <rnk@google.com>
Wed, 26 Jul 2017 21:48:41 +0000 (21:48 +0000)
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.

llvm-svn: 309190

llvm/utils/lit/tests/selecting.py

index 4aa7633..25ac299 100644 (file)
@@ -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