Skipping TestConstVariables on Linux.
authorAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 6 Mar 2013 21:37:41 +0000 (21:37 +0000)
committerAndrew Kaylor <andrew.kaylor@intel.com>
Wed, 6 Mar 2013 21:37:41 +0000 (21:37 +0000)
The test was marked as expectedFailureLinux, but now it passes with gcc and some versions of clang.  Newer versions of clang introduce a failure due to bad DWARF information.

llvm-svn: 176581

lldb/test/lang/c/const_variables/TestConstVariables.py

index 3ef17421cfbc288f22a0d898bbb00396b61f7eef..6540d4c593fdd20bc6eb2aa5e39896e88159f74c 100644 (file)
@@ -16,7 +16,7 @@ class ConstVariableTestCase(TestBase):
         self.buildDsym()
         self.const_variable()
 
-    @expectedFailureLinux # Fix in review; test marked XFAIL to see if there's any other problems in buildbots
+    @skipOnLinux # This test works with gcc, but fails with newer version of clang on Linux due to a clang issue.  Bug number TDB.
     @dwarf_test
     def test_with_dwarf_and_run_command(self):
         """Test interpreted and JITted expressions on constant values."""