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")
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")
_______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits