[Lldb-commits] [PATCH] D11444: XFAIL TestReturnValue for OS X as well.
Chaoren Lin
chaorenl at google.com
Wed Jul 22 18:40:29 PDT 2015
chaoren created this revision.
chaoren added reviewers: clayborg, tberghammer.
chaoren added a subscriber: lldb-commits.
Same reason as r242910; increased test coverage caused new failures.
http://reviews.llvm.org/D11444
Files:
test/functionalities/return-value/TestReturnValue.py
Index: test/functionalities/return-value/TestReturnValue.py
===================================================================
--- test/functionalities/return-value/TestReturnValue.py
+++ test/functionalities/return-value/TestReturnValue.py
@@ -16,15 +16,16 @@
@expectedFailurei386
@python_api_test
@dsym_test
+ @expectedFailureAll(compiler="clang", archs=["x86_64"])
def test_with_dsym_python(self):
"""Test getting return values from stepping out with dsyms."""
self.buildDsym()
self.do_return_value()
@expectedFailurei386
@python_api_test
@dwarf_test
- @expectedFailureAll(oslist=["linux"], compiler="clang", archs=["x86_64"])
+ @expectedFailureAll(oslist=["linux", "macosx"], compiler="clang", archs=["x86_64"])
def test_with_dwarf_python(self):
"""Test getting return values from stepping out."""
self.buildDwarf()
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D11444.30439.patch
Type: text/x-patch
Size: 917 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150723/619f67a1/attachment.bin>
More information about the lldb-commits
mailing list