Commit c2340500 authored by grt@chromium.org's avatar grt@chromium.org

Flaking out some tests that use simulate_input::SendCharA.

BUG=124244
TEST=none

Review URL: https://chromiumcodereview.appspot.com/10203011

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133673 0039d316-1c4b-4281-b951-d872f2087c98
parent 59a9df24
...@@ -113,7 +113,8 @@ TEST_P(FullTabUITest, DISABLED_KeyboardBackForward) { ...@@ -113,7 +113,8 @@ TEST_P(FullTabUITest, DISABLED_KeyboardBackForward) {
} }
// Tests new window behavior with ctrl+N. // Tests new window behavior with ctrl+N.
TEST_P(FullTabUITest, CtrlN) { // Flaky due to DelaySendChar; see http://crbug.com/124244.
TEST_P(FullTabUITest, FLAKY_CtrlN) {
if (IsWorkstationLocked()) { if (IsWorkstationLocked()) {
LOG(ERROR) << "This test cannot be run in a locked workstation."; LOG(ERROR) << "This test cannot be run in a locked workstation.";
return; return;
...@@ -154,7 +155,8 @@ TEST_P(FullTabUITest, CtrlN) { ...@@ -154,7 +155,8 @@ TEST_P(FullTabUITest, CtrlN) {
} }
// Test that Ctrl+F opens the Find dialog. // Test that Ctrl+F opens the Find dialog.
TEST_P(FullTabUITest, CtrlF) { // Flaky due to DelaySendChar; see http://crbug.com/124244.
TEST_P(FullTabUITest, FLAKY_CtrlF) {
if (IsWorkstationLocked()) { if (IsWorkstationLocked()) {
LOG(ERROR) << "This test cannot be run in a locked workstation."; LOG(ERROR) << "This test cannot be run in a locked workstation.";
return; return;
...@@ -187,7 +189,8 @@ TEST_P(FullTabUITest, CtrlF) { ...@@ -187,7 +189,8 @@ TEST_P(FullTabUITest, CtrlF) {
} }
// Test that ctrl+r does cause a refresh. // Test that ctrl+r does cause a refresh.
TEST_P(FullTabUITest, CtrlR) { // Flaky due to DelaySendChar; see http://crbug.com/124244.
TEST_P(FullTabUITest, FLAKY_CtrlR) {
if (IsWorkstationLocked()) { if (IsWorkstationLocked()) {
LOG(ERROR) << "This test cannot be run in a locked workstation."; LOG(ERROR) << "This test cannot be run in a locked workstation.";
return; return;
...@@ -215,7 +218,8 @@ TEST_P(FullTabUITest, CtrlR) { ...@@ -215,7 +218,8 @@ TEST_P(FullTabUITest, CtrlR) {
} }
// Test window close with ctrl+w. // Test window close with ctrl+w.
TEST_P(FullTabUITest, CtrlW) { // Flaky due to DelaySendChar; see http://crbug.com/124244.
TEST_P(FullTabUITest, FLAKY_CtrlW) {
if (IsWorkstationLocked()) { if (IsWorkstationLocked()) {
LOG(ERROR) << "This test cannot be run in a locked workstation."; LOG(ERROR) << "This test cannot be run in a locked workstation.";
return; return;
...@@ -235,7 +239,8 @@ TEST_P(FullTabUITest, CtrlW) { ...@@ -235,7 +239,8 @@ TEST_P(FullTabUITest, CtrlW) {
} }
// Test address bar navigation with Alt+d and URL. // Test address bar navigation with Alt+d and URL.
TEST_P(FullTabUITest, AltD) { // Flaky due to TypeUrlInAddressBar; see http://crbug.com/124244.
TEST_P(FullTabUITest, FLAKY_AltD) {
if (IsWorkstationLocked()) { if (IsWorkstationLocked()) {
LOG(ERROR) << "This test cannot be run in a locked workstation."; LOG(ERROR) << "This test cannot be run in a locked workstation.";
return; return;
......
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