Updates:
        Cc: maruelatchromium

Comment #5 on issue 24885 by [email protected]: DCHECK is not friendly  
to googletest's "death tests" on Windows
http://code.google.com/p/chromium/issues/detail?id=24885

I've uploaded http://codereview.chromium.org/462042

The patch set #1 contains three tests:
AssertDeathTest (check that "ASSERT_TRUE(false)" is handled by ASSERT_DEATH)
CheckDeathTest (check that "CHECK(false)" is handled by ASSERT_DEATH)
DCheckDeathTest (check that "DCHECK(false)" is handled by  
ASSERT_DEBUG_DEATH)

On Linux and Mac, the first test doesn't work
(though I think this behaviour is correct, ASSERT_TRUE should not be  
treated as death)
On Windows, all three tests fail

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs

Reply via email to