[Lldb-commits] [lldb] d9bc7f7 - TestSTL was marked as skipped unconditionally in 2018, undo

Jason Molenda via lldb-commits lldb-commits at lists.llvm.org
Fri Apr 21 13:17:52 PDT 2023


Author: Jason Molenda
Date: 2023-04-21T13:17:43-07:00
New Revision: d9bc7f7844e803ea622f29e7367c8ba6dccde442

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

LOG: TestSTL was marked as skipped unconditionally in 2018, undo

It was avoiding a crash at the time on macOS, apparently, and
it skipped the test on all platforms.  This test passes for me
now on macOS, let's remove the skip and see how the bots go.

Added: 
    

Modified: 
    lldb/test/API/lang/cpp/stl/TestSTL.py

Removed: 
    


################################################################################
diff  --git a/lldb/test/API/lang/cpp/stl/TestSTL.py b/lldb/test/API/lang/cpp/stl/TestSTL.py
index 357144cdc5bf8..004dc8002ece0 100644
--- a/lldb/test/API/lang/cpp/stl/TestSTL.py
+++ b/lldb/test/API/lang/cpp/stl/TestSTL.py
@@ -12,7 +12,6 @@
 
 class STLTestCase(TestBase):
 
-    @skipIf
     @expectedFailureAll(bugnumber="llvm.org/PR36713")
     def test(self):
         """Test some expressions involving STL data types."""


        


More information about the lldb-commits mailing list