[Lldb-commits] [lldb] e2d0798 - [lldb] Unmark TestInlines as XFAIL for gcc

Raphael Isemann via lldb-commits lldb-commits at lists.llvm.org
Fri Jun 11 07:07:28 PDT 2021


Author: Raphael Isemann
Date: 2021-06-11T16:06:39+02:00
New Revision: e2d0798bc3e462738c557270528e8a983df0cf02

URL: https://github.com/llvm/llvm-project/commit/e2d0798bc3e462738c557270528e8a983df0cf02
DIFF: https://github.com/llvm/llvm-project/commit/e2d0798bc3e462738c557270528e8a983df0cf02.diff

LOG: [lldb] Unmark TestInlines as XFAIL for gcc

This works for GCC>8.5 and ToT LLDB.

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/inlines/TestInlines.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/inlines/TestInlines.py b/lldb/test/API/lang/cpp/inlines/TestInlines.py
index 5f77d8f5963b0..2b03e87330345 100644
--- a/lldb/test/API/lang/cpp/inlines/TestInlines.py
+++ b/lldb/test/API/lang/cpp/inlines/TestInlines.py
@@ -19,7 +19,6 @@ def setUp(self):
             'inlines.cpp',
             '// Set break point at this line.')
 
-    @expectedFailureAll("llvm.org/pr26710", oslist=["linux"], compiler="gcc")
     def test(self):
         """Test that local variables are visible in expressions."""
         self.build()


        


More information about the lldb-commits mailing list