You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Compile and run the attached file with default settings. Test succeeds.
2. Run the attached file with --gtest_break_on_failure. It breaks into the
debugger on Windows (can continue), and breaks with invalid memory access
(cannot continue) on other platforms.
What is the expected output? What do you see instead?
I would expect it to not break since the failure is expected. On non-
windows, I would expect to at least be able to continue, but cannot since
writing to NULL pointer stops everything.
What version of the product are you using? On what operating system?
gtest-1.4.0 on windows and, um, linux
Please provide any additional information below, such as a code snippet.
See the attached main.cpp
Original issue reported on code.google.com by [email protected] on 24 Nov 2009 at 5:03
Original issue reported on code.google.com by
[email protected]
on 24 Nov 2009 at 5:03Attachments:
The text was updated successfully, but these errors were encountered: