Disable MethodNotAllowedOnDifferentThreadInDebug.
BUG=3803 R=andrew@webrtc.org Review URL: https://webrtc-codereview.appspot.com/19339004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@7167 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
d2cf48de1a
commit
78b2d56ac6
@ -157,7 +157,8 @@ void ThreadCheckerClass::MethodOnDifferentThreadImpl() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#if ENABLE_THREAD_CHECKER
|
#if ENABLE_THREAD_CHECKER
|
||||||
TEST(ThreadCheckerDeathTest, MethodNotAllowedOnDifferentThreadInDebug) {
|
TEST(ThreadCheckerDeathTest,
|
||||||
|
DISABLED_MethodNotAllowedOnDifferentThreadInDebug) {
|
||||||
ASSERT_DEATH({
|
ASSERT_DEATH({
|
||||||
ThreadCheckerClass::MethodOnDifferentThreadImpl();
|
ThreadCheckerClass::MethodOnDifferentThreadImpl();
|
||||||
}, "");
|
}, "");
|
||||||
|
Loading…
Reference in New Issue
Block a user