jncornett / googletest

Automatically exported from code.google.com/p/googletest
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

EXPECT_{,NON}FATAL_FAILURE should only catch failures from the current thread #43

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The user doesn't expect that failures from other threads may change the
result of EXPECT_{,NON}FATAL_FAILURE.

We also want to be consistent with how EXPECT_NO_FATAL_FAILURE handles
failures from other threads.
http://code.google.com/p/googletest/issues/detail?id=23

Original issue reported on code.google.com by markus.h...@gmail.com on 1 Oct 2008 at 5:28

GoogleCodeExporter commented 9 years ago
Done in the trunk.

Original comment by shiq...@gmail.com on 12 Oct 2008 at 3:21