code-mx / googlemock

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

support NiceMock<Mock> on Symbian #72

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Symbian's compiler has a bug that causes the program to crash when an
object of type NiceMock< ::Mock> is destructed, where ::Mock is a
user-defined mock class.  The name ::Mock is important - other names appear
to work.  Probably some weird interaction between ::testing::Mock and
::testing::NiceMock.

The same for StrictMock.

Original issue reported on code.google.com by zhanyong...@gmail.com on 16 Sep 2009 at 11:51

GoogleCodeExporter commented 9 years ago
Unlikely to affect a user.  Not worth investigating.

Original comment by w...@google.com on 6 Mar 2010 at 5:43