[Lldb-commits] [PATCH] D12868: Revert "Fixup XFAIL marking on TestConstVariables for clang version"

Chaoren Lin via lldb-commits lldb-commits at lists.llvm.org
Mon Sep 14 17:53:23 PDT 2015


This revision was automatically updated to reflect the committed changes.
Closed by commit rL247648: Revert "Fixup XFAIL marking on TestConstVariables for clang version" (authored by chaoren).

Changed prior to commit:
  http://reviews.llvm.org/D12868?vs=34764&id=34766#toc

Repository:
  rL LLVM

http://reviews.llvm.org/D12868

Files:
  lldb/trunk/test/lang/c/const_variables/TestConstVariables.py

Index: lldb/trunk/test/lang/c/const_variables/TestConstVariables.py
===================================================================
--- lldb/trunk/test/lang/c/const_variables/TestConstVariables.py
+++ lldb/trunk/test/lang/c/const_variables/TestConstVariables.py
@@ -16,9 +16,7 @@
         self.buildDsym()
         self.const_variable()
 
-    @expectedFailureAll(
-        oslist=["freebsd", "linux"], compiler="clang",
-        compiler_version=['<', '3.6'])
+    @expectedFailureAll(oslist=["freebsd", "linux"], compiler="clang")
     @expectedFailureAll(oslist=["freebsd", "linux"], compiler="icc")
     @expectedFailureWindows("llvm.org/pr24489: Name lookup not working correctly on Windows")
     @expectedFailureWindows("llvm.org/pr24490: We shouldn't be using platform-specific names like `getpid` in tests")


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12868.34766.patch
Type: text/x-patch
Size: 821 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/23d0c016/attachment.bin>


More information about the lldb-commits mailing list