From 121fa77e9287c71ed8587c2708b15ed3235d2860 Mon Sep 17 00:00:00 2001 From: Vince Harron Date: Tue, 12 May 2015 20:55:43 +0000 Subject: [PATCH] Added minor comment llvm-svn: 237174 --- .../default-constructor/TestDefaultConstructorForAPIObjects.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py index 11b8d73..846e5fe 100644 --- a/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py +++ b/lldb/test/python_api/default-constructor/TestDefaultConstructorForAPIObjects.py @@ -110,6 +110,7 @@ class APIDefaultConstructorTestCase(TestBase): sb_debugger.fuzz_obj(obj) @python_api_test + # 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(): -- 2.7.4