[llvm] r309190 - [lit] Un-XFAIL selecting.py test on Windows
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 26 14:48:41 PDT 2017
Author: rnk
Date: Wed Jul 26 14:48:41 2017
New Revision: 309190
URL: http://llvm.org/viewvc/llvm-project?rev=309190&view=rev
Log:
[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.
Modified:
llvm/trunk/utils/lit/tests/selecting.py
Modified: llvm/trunk/utils/lit/tests/selecting.py
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/utils/lit/tests/selecting.py?rev=309190&r1=309189&r2=309190&view=diff
==============================================================================
--- llvm/trunk/utils/lit/tests/selecting.py (original)
+++ llvm/trunk/utils/lit/tests/selecting.py Wed Jul 26 14:48:41 2017
@@ -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
More information about the llvm-commits
mailing list