This patch adds tests to test complex return types and aggregate return types with vector elements.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Looks good but please verify that the new test is passes on other architectures and XFAIL the test accordingly.
If you have to XFAIL something then I would prefer to split this test to smaller tests so we don't have to XFAIL everything just because of 1 check is failing
Comment Actions
I agree with Tamas here. Your previous patch also added a some tests here, which were breaking on some configurations (linux+gcc in this case). It's not a good idea no XFAIL the whole test just because of the added checks (which can be tested completely independently of the original test). If you don't want to refactor the existing checks, then please at least put the new checks (and the ones I just reverted) into a test of it's own.
Thanks.