Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(530)

Unified Diff: content/browser/gamepad/gamepad_provider_unittest.cc

Issue 8771033: Disabling GamepadProviderTest.PollingAccess as it crashes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gamepad/gamepad_provider_unittest.cc
diff --git a/content/browser/gamepad/gamepad_provider_unittest.cc b/content/browser/gamepad/gamepad_provider_unittest.cc
index cdc6374c6d8ab20d5230ac67a3131680cc6f4adb..51b1130ee53afe9be4dc1b51c2f9dcf8db123c64 100644
--- a/content/browser/gamepad/gamepad_provider_unittest.cc
+++ b/content/browser/gamepad/gamepad_provider_unittest.cc
@@ -56,7 +56,8 @@ class GamepadProviderTest : public testing::Test {
scoped_refptr<GamepadProvider> provider_;
};
-TEST_F(GamepadProviderTest, PollingAccess) {
+// Crashes. http://crbug.com/106163
+TEST_F(GamepadProviderTest, DISABLED_PollingAccess) {
WebGamepads test_data;
test_data.length = 1;
test_data.items[0].connected = true;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698