<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class=""></div><br class=""><div><blockquote type="cite" class=""><div class="">On Jan 23, 2015, at 4:16 PM, Daniel Dunbar <<a href="mailto:daniel@zuster.org" class="">daniel@zuster.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div dir="ltr" class="">The patch to messages-2.m should probably just substitute an inline definition of a size class, IIRC (and its been a long time) the test is trying to explicitly check a particular structure layout, so it would be better to just hardcode the definition as:<div class="">--</div><div class="">typedef struct {</div><div class="">  float width, height;</div><div class="">} MySize;</div><div class="">--</div><div class="">since this test was originally intended for testing the 32-bit structure layout, I think.</div><div class=""><br class=""></div><div class=""> - Daniel</div><div class=""><br class=""></div></div><div class="gmail_extra"><br class=""><div class="gmail_quote">On Fri, Jan 23, 2015 at 2:55 PM, Matthias Braun <span dir="ltr" class=""><<a href="mailto:mbraun@apple.com" target="_blank" class="">mbraun@apple.com</a>></span> wrote:<br class=""><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The attached patches fix two problems when running test-suite/SingleSource/UnitTests/ObjC with the iOS SDK.<br class="">
<span class="HOEnZb"><font color="#888888" class=""><br class="">
- Matthias<br class="">
<br class="">
</font></span></blockquote></div><br class=""></div>
</div></blockquote></div><br class=""></body></html>