Skip to content

Commit

Permalink
Disable MessagePumpLibeventTest.TestWatchingFromBadThread on Linux.
Browse files Browse the repository at this point in the history
BUG=138845
TBR=chirantan@chromium.org

Review URL: https://codereview.chromium.org/1180243002.

Cr-Commit-Position: refs/heads/master@{#334258}
  • Loading branch information
skobes-chromium committed Jun 12, 2015
1 parent c4fec3b commit 51cf933
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/message_loop/message_pump_libevent_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,8 @@ class StupidWatcher : public MessagePumpLibevent::Watcher {

// Test to make sure that we catch calling WatchFileDescriptor off of the
// wrong thread.
#if defined(OS_CHROMEOS)
// Flaky on Chrome OS: crbug.com/138845.
#if defined(OS_CHROMEOS) || defined(OS_LINUX)
// Flaky on Chrome OS and Linux: crbug.com/138845.
#define MAYBE_TestWatchingFromBadThread DISABLED_TestWatchingFromBadThread
#else
#define MAYBE_TestWatchingFromBadThread TestWatchingFromBadThread
Expand Down

0 comments on commit 51cf933

Please sign in to comment.