I think I know the problem, i will work on a fix today.  You can disable the test in the meantime , no code relies on this functionality yet<br><div class="gmail_quote"><div dir="ltr">On Fri, Jun 10, 2016 at 11:47 AM Ulrich Weigand <<a href="mailto:Ulrich.Weigand@de.ibm.com">Ulrich.Weigand@de.ibm.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><p>Zachary Turner wrote:<br><br><tt><font size="4">>This adds method and tests for writing to a PDB stream.  With<br>>this, even a PDB stream which is discontiguous can be treated<br>>as a sequential stream of bytes for the purposes of writing.</font></tt><br><br></p></div><div><p>>  Reader.setOffset(0);<br>>  Writer.setOffset(0);<br>>  ::memset(DataBytes.data(), 0, 10);<br>>  EXPECT_NO_ERROR(Writer.writeArray(intArray[0]));</p></div><div><p><br>>  EXPECT_NO_ERROR(Reader.readArray(intArray[1], intArray[0].size()));<br></p></div><div><p>>  EXPECT_EQ(intArray[0], intArray[1]);<br></p></div><div><p>>  EXPECT_EQ(DataBytes, std::vector<uint8_t>({0x17, 0x5C, 0x50, 0x7A, 0xC2, 0xBB,<br></p></div><div><p>>                                             0x35, 0x01, 0, 0}));<br><br></p></div><div><p>This new unit test has been failing on SystemZ ever since it was added.<br>It seems the test is simply incorrect for big-endian systems ...<br><br><br>Mit freundlichen Gruessen / Best Regards</p></div><div><p><br><br>Ulrich Weigand<br><br>-- <br>  Dr. Ulrich Weigand | Phone: +49-7031/16-3727<br>  STSM, GNU/Linux compilers and toolchain<br>  IBM Deutschland Research & Development GmbH<br>  Vorsitzende des Aufsichtsrats: Martina Koederitz | Geschäftsführung: Dirk Wittkopp<br>  Sitz der Gesellschaft: Böblingen | Registergericht: Amtsgericht Stuttgart, HRB 243294<br>
</p></div></blockquote></div>