From ef3d38c5c9d534099aae61651da3c3aa1ad3c6ab Mon Sep 17 00:00:00 2001 From: gus knight Date: Wed, 29 Jul 2015 16:57:41 -0400 Subject: Revert "fix-mixed-struct (patch by Pip Cet)" This reverts commit 4e04f67c94c97b4f28a4d73759a0ad38fb3a10f7. Requested by grischka. --- tests/abitest.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tests') diff --git a/tests/abitest.c b/tests/abitest.c index 23ba11c..896e97b 100644 --- a/tests/abitest.c +++ b/tests/abitest.c @@ -637,10 +637,10 @@ int main(int argc, char **argv) { RUN_TEST(ret_longdouble_test); RUN_TEST(ret_2float_test); RUN_TEST(ret_2double_test); - RUN_TEST(ret_8plus2double_test); - RUN_TEST(ret_6plus2longlong_test); - RUN_TEST(ret_mixed_test); - RUN_TEST(ret_mixed2_test); + /* RUN_TEST(ret_8plus2double_test); currently broken on x86_64 */ + /* RUN_TEST(ret_6plus2longlong_test); currently broken on x86_64 */ + /* RUN_TEST(ret_mixed_test); currently broken on x86_64 */ + /* RUN_TEST(ret_mixed2_test); currently broken on x86_64 */ RUN_TEST(ret_mixed3_test); RUN_TEST(reg_pack_test); RUN_TEST(reg_pack_longlong_test); -- cgit v1.3.1