DescriptionFix failed apk unit test case MessagePumpLibeventTest.* on Android.
The MessagePumpLibeventTest.StopWatcher and MessagePumpLibeventTest.DeleteWatcher
use fd 0, which is not permitted in apk test while calling 'epoll_ctl', and cause
failure on Android. Fix this by using fd created from pipe.
Also remove them from Android disabled case list.
BUG=None
TEST=base_unittests
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=146041
Patch Set 1 : refine the patch #
Total comments: 5
Patch Set 2 : Refined the patch with BaseWatcher #
Total comments: 4
Patch Set 3 : Refine the patch and remove the type from Watcher #
Messages
Total messages: 10 (0 generated)
|