https://llvm.org/bugs/show_bug.cgi?id=25825
Bug ID: 25825 Summary: TestWithLimitDebugInfo.py causing error Product: lldb Version: unspecified Hardware: PC OS: All Status: NEW Severity: normal Priority: P Component: All Bugs Assignee: lldb-dev@lists.llvm.org Reporter: todd.fi...@gmail.com CC: llvm-b...@lists.llvm.org Classification: Unclassified I'm seeing this on Darwin and Linux: ===================================================================== ERROR: test_limit_debug_info_dsym (TestWithLimitDebugInfo.TestWithLimitDebugInfo) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2247, in test_method return attrvalue(self) File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1134, in wrapper if expected_fn(self): File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1096, in fn debug_info_passes = debug_info is None or self.debug_info in debug_info TypeError: argument of type 'function' is not iterable Config=x86_64-clang ====================================================================== ERROR: test_limit_debug_info_dwarf (TestWithLimitDebugInfo.TestWithLimitDebugInfo) ---------------------------------------------------------------------- Traceback (most recent call last): File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 2247, in test_method return attrvalue(self) File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1134, in wrapper if expected_fn(self): File "/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py", line 1096, in fn debug_info_passes = debug_info is None or self.debug_info in debug_info TypeError: argument of type 'function' is not iterable Config=x86_64-clang ---------------------------------------------------------------------- Looks like there is something not right with the decoration? I skipped this on Darwin and Linux here: r255549 It likely affects more OSes though. These are just the two I was watching that were affected by it. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ lldb-dev mailing list lldb-dev@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-dev