summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoranantha@chromium.org <anantha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 23:18:53 +0000
committeranantha@chromium.org <anantha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-03-30 23:18:53 +0000
commit769291df7f1134b22ce36f3cbc54f9b2e7094788 (patch)
treead16e54232122aad82803ba20b8208903b617504
parent115a1bb2de64c46f2915a93e8bed5f426ad25eb2 (diff)
downloadchromium_src-769291df7f1134b22ce36f3cbc54f9b2e7094788.zip
chromium_src-769291df7f1134b22ce36f3cbc54f9b2e7094788.tar.gz
chromium_src-769291df7f1134b22ce36f3cbc54f9b2e7094788.tar.bz2
Disabling autofill.AutofillTest.testComparePhoneNumbers and autofill.AutofillTest.testFillProfileCrazyCharacters tests.
Assigned 77969 to dyu for investigation. Review URL: http://codereview.chromium.org/6758017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@79912 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/functional/PYAUTO_TESTS4
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index 998a2ee..7702b8c 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -29,6 +29,8 @@
'autofill',
# crbug.com/73439
'-autofill.AutofillTest.testFilterMalformedEmailAddresses',
+ # crbug.com/77969
+ '-autofill.AutofillTest.testFillProfileCrazyCharacters',
'bookmark_bar',
'bookmarks',
'browser',
@@ -92,6 +94,8 @@
],
'win': [
+ # crbug.com/77969
+ '-autofill.AutofillTest.testComparePhoneNumbers',
# testBookmarkBarVisible fails on windows. crbug.com/42823
'-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible',
# crbug.com/64664