From cb98c14f894c2d50834281588d036383eacc5748 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 26 Jul 2017 21:48:41 +0000 Subject: [PATCH] [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. llvm-svn: 309190 --- llvm/utils/lit/tests/selecting.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/llvm/utils/lit/tests/selecting.py b/llvm/utils/lit/tests/selecting.py index 4aa7633..25ac299 100644 --- a/llvm/utils/lit/tests/selecting.py +++ b/llvm/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 -- 2.7.4