dimahardie / google-breakpad

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

InvalidParameterTests failing on Windows #415

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
$ ./src/client/windows/Release/client_tests.exe
Running main() from gmock_main.cc
<...>
[ RUN      ] ExceptionHandlerDeathTest.InvalidParameterTest
Running main() from gmock_main.cc
.\exception_handler_death_test.cc(180): error: Death test: printf(0)
    Result: died but not with expected exit code:
            Exited with exit status -1073741819

[  FAILED  ] ExceptionHandlerDeathTest.InvalidParameterTest (15 ms)
<...>
[ RUN      ] ExceptionHandlerTest.InvalidParameterMiniDumpTest
Running main() from gmock_main.cc
.\exception_handler_test.cc(202): error: Death test: DoCrashInvalidParameter()
    Result: died but not with expected exit code:
            Exited with exit status -1073741819

.\exception_handler_test.cc(203): error: Value of: !dump_file.empty() && !full_d
ump_file.empty()
  Actual: false
Expected: true
[  FAILED  ] ExceptionHandlerTest.InvalidParameterMiniDumpTest (26 ms)

I'm not sure when these started failing, I'd probably have to bisect to find 
out.

Original issue reported on code.google.com by ted.mielczarek on 22 Dec 2010 at 7:02

GoogleCodeExporter commented 8 years ago

Original comment by ted.mielczarek on 11 Jan 2011 at 8:30

GoogleCodeExporter commented 8 years ago
[  FAILED  ] ExceptionHandlerDeathTest.InvalidParameterTest
[  FAILED  ] ExceptionHandlerTest.InvalidParameterMiniDumpTest

Original comment by wan...@gmail.com on 14 Dec 2011 at 1:19