summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang
diff options
context:
space:
mode:
authorAlex Langford <apl@fb.com>2019-06-04 19:29:59 +0000
committerAlex Langford <apl@fb.com>2019-06-04 19:29:59 +0000
commita03e2b25abfac72d2415edfef8a81ed127a95ca4 (patch)
tree02075cd37d3c1bf471765a39cfe34e0ef5f26ae9 /lldb/packages/Python/lldbsuite/test/lang
parent2e207d4d76dfc9c3b9e1d039df4f27bd9ca30076 (diff)
downloadbcm5719-llvm-a03e2b25abfac72d2415edfef8a81ed127a95ca4.tar.gz
bcm5719-llvm-a03e2b25abfac72d2415edfef8a81ed127a95ca4.zip
[ABI] Fix SystemV ABI to handle nested aggregate type returned in register
Add a function to flatten the nested aggregate type Differential Revision: https://reviews.llvm.org/D62702 Patch by Wanyi Ye <kusmour@gmail.com> llvm-svn: 362543
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py b/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
index 11263abeea3..9c69da2ef12 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
+++ b/lldb/packages/Python/lldbsuite/test/lang/cpp/trivial_abi/TestTrivialABI.py
@@ -28,7 +28,8 @@ class TestTrivialABI(TestBase):
self.expr_test(True)
@skipUnlessSupportedTypeAttribute("trivial_abi")
- @expectedFailureAll(bugnumber="llvm.org/pr36870")
+ # fixed for SysV-x86_64 ABI, but not Windows-x86_64
+ @expectedFailureAll(oslist=["windows"], bugnumber="llvm.org/pr36870")
def test_call_nontrivial(self):
"""Test that we can print a variable & call a function on the same class w/o the trivial ABI marker."""
self.build()
OpenPOWER on IntegriCloud