[runtime] Disable a test which asserts because of an abi break in recent xcode/clang...
[mono.git] / mono / tests / libtest.c
index 8390e86cb57074de59524ec6979ed2599c6710e1..39e5c3766a8fc0a7dc25bbcbaa546eb3fe0c01ea 100644 (file)
@@ -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;
 }