<div dir="ltr">Bump. I just want to be sure I'm not missing something on that test.<div><br></div><div>Thanks,</div><div><br></div><div style>  Filipe</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">
On Thu, Jan 3, 2013 at 3:38 PM, Filipe Cabecinhas <span dir="ltr"><<a href="mailto:filcab+lldb-dev@gmail.com" target="_blank">filcab+lldb-dev@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Hi all,<div><br></div><div>TestBitfields is failing for some time. It seems to be relying on the value of undefined bits:</div><div><br></div><div><div>self.expect("frame variable --show-types more_bits", VARIABLES_DISPLAYED_CORRECTLY,</div>

<div>    substrs = ['(uint32_t:3) a = 3',</div><div>               '(int:1)  = 0',</div><div>               '(uint8_t:1) b = \'\\0\'',</div><div>               '(uint8_t:1) c = \'\\x01\'',</div>

<div>               '(uint8_t:1) d = \'\\0\''])</div><div><br></div><div>This always fails for me, at TestBitfields.py line 106.</div><div>It seems to be relying on the value (and type) of the padding bit.</div>

<div><br></div><div>I suppose we don't get the type we expected (for the padding bit) because clang may be throwing it out (we can't reference it) But our test is relying on both the type AND the value of the padding bit.</div>

<div><br></div><div>Maybe I misunderstood something, but attached is a patch, in case my analysis is correct.</div><div><br></div><div>Regards,</div><div><br></div><div>  Filipe</div><div>
<br></div><div>P.S: This happens on i386 only (tested on Mac OS X).</div><div><br></div></div></div>
</blockquote></div><br></div>