Author: chaoren Date: Mon Sep 14 19:52:00 2015 New Revision: 247648 URL: http://llvm.org/viewvc/llvm-project?rev=247648&view=rev Log: Revert "Fixup XFAIL marking on TestConstVariables for clang version"
Summary: Linux with ToT clang (3.8) fails. This reverts commit r247633. Reviewers: tfiala Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D12868 Modified: lldb/trunk/test/lang/c/const_variables/TestConstVariables.py Modified: lldb/trunk/test/lang/c/const_variables/TestConstVariables.py URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/test/lang/c/const_variables/TestConstVariables.py?rev=247648&r1=247647&r2=247648&view=diff ============================================================================== --- lldb/trunk/test/lang/c/const_variables/TestConstVariables.py (original) +++ lldb/trunk/test/lang/c/const_variables/TestConstVariables.py Mon Sep 14 19:52:00 2015 @@ -16,9 +16,7 @@ class ConstVariableTestCase(TestBase): 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") _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits