[Lldb-commits] [PATCH] D17131: [LLDB][MIPS] Fix TestInferiorAssert.py for MIPS
Oleksiy Vyalov via lldb-commits
lldb-commits at lists.llvm.org
Thu Feb 11 14:37:18 PST 2016
ovyalov added inline comments.
================
Comment at: packages/Python/lldbsuite/test/functionalities/inferior-assert/TestInferiorAssert.py:22
@@ -20,1 +21,3 @@
+ # Backtracing failed due to lack of prolog/epilog informations in assert function of libc.so.6
+ @expectedFailureAll(triple = re.compile('^mips'))
def test_inferior_asserting(self):
----------------
Could you file a new bug for this issue and put its link into the decorator?
Repository:
rL LLVM
http://reviews.llvm.org/D17131
More information about the lldb-commits
mailing list