Chromium Code Reviews| Index: ash/system/web_notification/web_notification_tray_unittest.cc |
| diff --git a/ash/system/web_notification/web_notification_tray_unittest.cc b/ash/system/web_notification/web_notification_tray_unittest.cc |
| index 2e89b661b2773d3fa4d8d7eb675f7cf9904a2069..a1ec1e075cc25f48141c284b245e6738c71768d2 100644 |
| --- a/ash/system/web_notification/web_notification_tray_unittest.cc |
| +++ b/ash/system/web_notification/web_notification_tray_unittest.cc |
| @@ -478,12 +478,14 @@ TEST_F(WebNotificationTrayTest, MAYBE_PopupAndSystemTrayMultiDisplay) { |
| EXPECT_EQ(bottom_second, GetPopupWorkAreaBottomForTray(GetSecondaryTray())); |
| } |
| +// TODO(jonross): These tests are failing on ASAN bots, fix the failure an |
|
flackr
2014/09/08 13:40:07
nit: s/These tests are/this test is
nit: s/an/and
jonross
2014/09/08 13:55:08
Done.
|
| +// re-enable. (crbug.com/411881) |
| // TODO(jonross): Replace manually creating TouchEvent with |
| // EventGenerator.PressTouch/ReleaseTouch. Currently they set a width on the |
| // touch event causing the gesture recognizer to target a different view. |
| #if defined(OS_CHROMEOS) |
| // Tests that there is visual feedback for touch presses. |
| -TEST_F(WebNotificationTrayTest, TouchFeedback) { |
| +TEST_F(WebNotificationTrayTest, DISABLED_TouchFeedback) { |
| AddNotification("test_id"); |
| RunAllPendingInMessageLoop(); |
| WebNotificationTray* tray = GetTray(); |
| @@ -514,7 +516,7 @@ TEST_F(WebNotificationTrayTest, TouchFeedback) { |
| // Tests that while touch presses trigger visual feedback, that subsequent non |
|
flackr
2014/09/08 13:40:07
Repeat comment for this test.
jonross
2014/09/08 13:55:08
Done.
|
| // tap gestures cancel the feedback without triggering the message center. |
| -TEST_F(WebNotificationTrayTest, TouchFeedbackCancellation) { |
| +TEST_F(WebNotificationTrayTest, DISABLED_TouchFeedbackCancellation) { |
| AddNotification("test_id"); |
| RunAllPendingInMessageLoop(); |
| WebNotificationTray* tray = GetTray(); |