From e0053bc04e6b80ece8b334b268c2942e012009b9 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Fri, 4 Aug 2023 14:04:39 -0700 Subject: [lldb] Bump SWIG minimum version to 4 SWIG 4 was released in 2019 and has been the de-facto standard for a while now. All bots are running SWIG 4.0 or later. This was motivated by #64279 which discovered that 662548c broke the LLDB build with SWIG 3 on Windows. Differential revision: https://reviews.llvm.org/D156804 --- .../default-constructor/TestDefaultConstructorForAPIObjects.py | 5 ----- 1 file changed, 5 deletions(-) (limited to 'lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py') diff --git a/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py index d56c5b01d5f2..ec5b4da0f29b 100644 --- a/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ b/lldb/test/API/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -117,8 +117,6 @@ class APIDefaultConstructorTestCase(TestBase): sb_debugger.fuzz_obj(obj) - # darwin: This test passes with swig 3.0.2, fails w/3.0.5 other tests fail - # with 2.0.12 http://llvm.org/pr23488 def test_SBError(self): obj = lldb.SBError() if self.TraceOn(): @@ -225,9 +223,6 @@ class APIDefaultConstructorTestCase(TestBase): sb_listener.fuzz_obj(obj) - # Py3 asserts due to a bug in SWIG. Trying to upstream a patch to fix - # this in 3.0.8 - @skipIf(py_version=[">=", (3, 0)], swig_version=["<", (3, 0, 8)]) def test_SBModule(self): obj = lldb.SBModule() if self.TraceOn(): -- cgit v1.2.3