omjavaid created this revision.
omjavaid added reviewers: tberghammer, clayborg.
omjavaid added a subscriber: lldb-commits.
Herald added subscribers: rengolin, aemerson.
Arm hard float ABI can use floating point registers for returning structures
containing all 4 or 8 byte floating point elements
Author: bhushan.attarde
Date: Sun Feb 7 22:35:51 2016
New Revision: 260072
URL: http://llvm.org/viewvc/llvm-project?rev=260072&view=rev
Log:
[LLDB][MIPS] Fix TestExpressionInSyscall.py for MIPS
SUMMARY:
This patch fixes TestExpressionInSyscall.py and solves bug 23659 for MIPS.
Co
bhushan closed this revision.
bhushan added a comment.
Closed by commit http://reviews.llvm.org/rL260072
Repository:
rL LLVM
http://reviews.llvm.org/D16916
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/ma
tfiala added a comment.
I'm seeing 8 errors after applying this diff:
ERROR: test_expr_stripped_dwarf (lang/objc/hidden-ivars/TestHiddenIvars.py)
ERROR: test_frame_variable_stripped_dwarf
(lang/objc/hidden-ivars/TestHiddenIvars.py)
ERROR: test_with_python_api_dsym
(lang/cpp/class_static/T
tfiala added a comment.
Here's one:
Traceback (most recent call last):
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/lldbtest.py",
line 1442, in dsym_test_method
return attrvalue(self)
File
"/Users/tfiala/src/lldb-tot/lldb/packages/Python/lldbsuite/test/d
zturner added inline comments.
Comment at: packages/Python/lldbsuite/test/decorators.py:170-171
@@ -169,2 +169,4 @@
reason_str = "{} unconditionally"
+if bugnumber is not None:
+reason_str = reason_str + " [" + bugnumber + "]"
tfiala added a comment.
Yep, I'll give that a shot now.
http://reviews.llvm.org/D16936
___
lldb-commits mailing list
lldb-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
tfiala accepted this revision.
tfiala added a comment.
This revision is now accepted and ready to land.
LGTM with the change you suggested above. I tried that and it worked on OS X.
The change itself looked fine as well.
Comment at: packages/Python/lldbsuite/test/decorators.p