Commit 993f772f authored by Joshua Pawlicki's avatar Joshua Pawlicki Committed by Commit Bot

Disable flaky MenuCocoaRunner tests.

TBR=avi@chromium.org

Bug: 1060063
Change-Id: I57c025f40b85517f362daefcbed0ffbf8f5e8485
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095971Reviewed-by: default avatarJoshua Pawlicki <waffles@chromium.org>
Commit-Queue: Joshua Pawlicki <waffles@chromium.org>
Cr-Commit-Position: refs/heads/master@{#749201}
parent 0f6eb8cc
...@@ -334,7 +334,8 @@ TEST_P(MenuRunnerCocoaTest, DISABLED_RunMenuAndDelete) { ...@@ -334,7 +334,8 @@ TEST_P(MenuRunnerCocoaTest, DISABLED_RunMenuAndDelete) {
// Tests a potential lifetime issue using the Cocoa MenuController, which has a // Tests a potential lifetime issue using the Cocoa MenuController, which has a
// weak reference to the model. // weak reference to the model.
TEST_P(MenuRunnerCocoaTest, RunMenuAndDeleteThenSelectItem) { // Disabled: crbug.com/1060063
TEST_P(MenuRunnerCocoaTest, DISABLED_RunMenuAndDeleteThenSelectItem) {
RunMenu( RunMenu(
base::BindOnce(&MenuRunnerCocoaTest::ModelDeleteThenSelectItemCallback, base::BindOnce(&MenuRunnerCocoaTest::ModelDeleteThenSelectItemCallback,
base::Unretained(this))); base::Unretained(this)));
...@@ -343,7 +344,8 @@ TEST_P(MenuRunnerCocoaTest, RunMenuAndDeleteThenSelectItem) { ...@@ -343,7 +344,8 @@ TEST_P(MenuRunnerCocoaTest, RunMenuAndDeleteThenSelectItem) {
// Ensure a menu can be safely released immediately after a call to Cancel() in // Ensure a menu can be safely released immediately after a call to Cancel() in
// the same run loop iteration. // the same run loop iteration.
TEST_P(MenuRunnerCocoaTest, DestroyAfterCanceling) { // Disabled: crbug.com/1060063
TEST_P(MenuRunnerCocoaTest, DISABLED_DestroyAfterCanceling) {
RunMenu(base::BindOnce(&MenuRunnerCocoaTest::MenuCancelAndDeleteCallback, RunMenu(base::BindOnce(&MenuRunnerCocoaTest::MenuCancelAndDeleteCallback,
base::Unretained(this))); base::Unretained(this)));
...@@ -380,7 +382,8 @@ TEST_P(MenuRunnerCocoaTest, DeleteWithoutRunning) { ...@@ -380,7 +382,8 @@ TEST_P(MenuRunnerCocoaTest, DeleteWithoutRunning) {
} }
// Tests anchoring of the menus used for toolkit-views Comboboxes. // Tests anchoring of the menus used for toolkit-views Comboboxes.
TEST_P(MenuRunnerCocoaTest, ComboboxAnchoring) { // Disabled: crbug.com/1060063
TEST_P(MenuRunnerCocoaTest, DISABLED_ComboboxAnchoring) {
// Combobox at 20,10 in the Widget. // Combobox at 20,10 in the Widget.
const gfx::Rect combobox_rect(20, 10, 80, 50); const gfx::Rect combobox_rect(20, 10, 80, 50);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment