diff options
author | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 03:16:31 +0000 |
---|---|---|
committer | rsimha@chromium.org <rsimha@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-26 03:16:31 +0000 |
commit | 03b39f62b18895e5d3a555a3b88c9cb290077c67 (patch) | |
tree | cfad6f281110ab65021dbeb132b9fa6a712a15c4 | |
parent | 63ff1de665c3d548a1a56533e5e50562e7ca1469 (diff) | |
download | chromium_src-03b39f62b18895e5d3a555a3b88c9cb290077c67.zip chromium_src-03b39f62b18895e5d3a555a3b88c9cb290077c67.tar.gz chromium_src-03b39f62b18895e5d3a555a3b88c9cb290077c67.tar.bz2 |
Annotate a few failing sync integration tests.
Marking a few of failing sync integration tests with the FAILS_prefix
until the associated bug is fixed.
TwoClientLiveAutofillSyncTest.AddMultipleProfiles
TwoClientLiveAutofillSyncTest.ProfileSameLabelOnClient1
TwoClientLiveAutofillSyncTest.ProfileSteady
TBR=lipalani@chromium.org
BUG=60368
TEST=sync_integration_tests
Review URL: http://codereview.chromium.org/4167002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63851 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/live_sync/two_client_live_autofill_sync_test.cc | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome/test/live_sync/two_client_live_autofill_sync_test.cc b/chrome/test/live_sync/two_client_live_autofill_sync_test.cc index b84af9f..916782f 100644 --- a/chrome/test/live_sync/two_client_live_autofill_sync_test.cc +++ b/chrome/test/live_sync/two_client_live_autofill_sync_test.cc @@ -194,8 +194,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, ConflictLabels) { STLDeleteElements(&profiles2); } +// Marked as FAILS -- see http://crbug.com/60368. IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, - ProfileSameLabelOnClient1) { + FAILS_ProfileSameLabelOnClient1) { ASSERT_TRUE(SetupClients()) << "SetupClients() failed."; AutoFillProfiles expected_profiles; @@ -223,7 +224,8 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, STLDeleteElements(&expected_profiles); } -IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, ProfileSteady) { +// Marked as FAILS -- see http://crbug.com/60368. +IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, FAILS_ProfileSteady) { ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; // Client0 adds a profile. @@ -343,7 +345,9 @@ IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, AddProfile) { } // TestScribe ID - 425335. -IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, AddMultipleProfiles) { +// Marked as FAILS -- see http://crbug.com/60368. +IN_PROC_BROWSER_TEST_F(TwoClientLiveAutofillSyncTest, + FAILS_AddMultipleProfiles) { ASSERT_TRUE(SetupSync()) << "SetupSync() failed."; AutoFillProfiles expected_profiles; |