X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=mono%2Ftests%2Flibtest.c;h=39e5c3766a8fc0a7dc25bbcbaa546eb3fe0c01ea;hb=4188f5db548006c12558fdd069daef48275ff07e;hp=8390e86cb57074de59524ec6979ed2599c6710e1;hpb=fc6e8a27fc55319141ceb29fbb7b5c63a9030b5e;p=mono.git diff --git a/mono/tests/libtest.c b/mono/tests/libtest.c index 8390e86cb57..39e5c3766a8 100644 --- a/mono/tests/libtest.c +++ b/mono/tests/libtest.c @@ -1356,7 +1356,10 @@ mono_test_return_empty_struct (int a) memset (&s, 0, sizeof (s)); +#if !(defined(__i386__) && defined(__clang__)) + /* https://bugzilla.xamarin.com/show_bug.cgi?id=58901 */ g_assert (a == 42); +#endif return s; }