[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:44:45 PDT 2015


chaoren created this revision.
chaoren added a reviewer: tfiala.
chaoren added a subscriber: lldb-commits.

Linux with ToT clang (3.8) fails.

This reverts commit r247633.

http://reviews.llvm.org/D12868

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

Index: test/lang/c/const_variables/TestConstVariables.py
===================================================================
--- test/lang/c/const_variables/TestConstVariables.py
+++ 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.34764.patch
Type: text/x-patch
Size: 788 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150915/0e89392f/attachment.bin>


More information about the lldb-commits mailing list