ckehin123 / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

ExceptionHandlerTest.InstructionPointerMemoryMaxBound failing on Goobuntu 12.04 #587

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just checked out r1325 to a Goobuntu 12.04 machine and ran "make check -j8", 
and it told me 1 test in linux_client_unittest failed.  From test-suite.log:

[ RUN      ] ExceptionHandlerTest.InstructionPointerMemoryMaxBound
src/client/linux/handler/exception_handler_unittest.cc:133: Failure
Value of: (((*(__const int *) &(status))) & 0x7f)
  Actual: 11
Expected: expected_status
Which is: 4
src/client/linux/handler/exception_handler_unittest.cc:697: Failure
Expected: WaitForProcessToTerminate(child, 4) doesn't generate new fatal 
failures in the current thread.
  Actual: it does.
[  FAILED  ] ExceptionHandlerTest.InstructionPointerMemoryMaxBound (93 ms)

Original issue reported on code.google.com by mdemp...@chromium.org on 6 May 2014 at 7:11