summaryrefslogtreecommitdiffstats
path: root/sync/sync_tests.gypi
diff options
context:
space:
mode:
authorvkuzkokov <vkuzkokov@chromium.org>2015-04-28 04:27:33 -0700
committerCommit bot <commit-bot@chromium.org>2015-04-28 11:27:36 +0000
commit6d60180f3ca3f9289d37b27e77f90d97db488f7c (patch)
treee0a752fa8fd0a2f9c420a49eb35f5c16f0ce602f /sync/sync_tests.gypi
parentb9400dc444da523c1dc1484f8e2adb0637804410 (diff)
downloadchromium_src-6d60180f3ca3f9289d37b27e77f90d97db488f7c.zip
chromium_src-6d60180f3ca3f9289d37b27e77f90d97db488f7c.tar.gz
chromium_src-6d60180f3ca3f9289d37b27e77f90d97db488f7c.tar.bz2
Revert of [Sync] Erase sync DB when corrupted (patchset #4 id:60001 of https://codereview.chromium.org/1082893003/)
Reason for revert: Test fails on Win7 bots. see crbug.com/481895 Original issue's description: > [Sync] Erase sync DB when corrupted > > Directory now registers to be notified of catastrophic sync DB errors. > Upon notification, Directory triggers an unrecoverable sync error which > causes ProfileSyncService to delete the sync DB. > > Add integration test that verifies the sync DB is deleted when DB > corruption is detected. > > Remove unused member variable allow_failure_for_test_ from > DirectoryBackingStore. > > Add MockUnrecoverableErrorHandler to assist in writing tests for > Directory. > > BUG=470993 > > Committed: https://crrev.com/90a7f8d3e3b3a2aac43e71a93eac2731f084945c > Cr-Commit-Position: refs/heads/master@{#327120} TBR=zea@chromium.org,pvalenzuela@chromium.org,maniscalco@chromium.org NOPRESUBMIT=true NOTREECHECKS=true NOTRY=true BUG=470993 Review URL: https://codereview.chromium.org/1104423005 Cr-Commit-Position: refs/heads/master@{#327264}
Diffstat (limited to 'sync/sync_tests.gypi')
-rw-r--r--sync/sync_tests.gypi4
1 files changed, 0 insertions, 4 deletions
diff --git a/sync/sync_tests.gypi b/sync/sync_tests.gypi
index 69804e1..33594a1 100644
--- a/sync/sync_tests.gypi
+++ b/sync/sync_tests.gypi
@@ -35,8 +35,6 @@
'sessions/test_util.cc',
'sessions/test_util.h',
'test/callback_counter.h',
- "test/directory_backing_store_corruption_testing.cc",
- "test/directory_backing_store_corruption_testing.h",
'test/engine/fake_model_worker.cc',
'test/engine/fake_model_worker.h',
'test/engine/fake_sync_scheduler.cc',
@@ -81,8 +79,6 @@
'test/test_transaction_observer.h',
'test/trackable_mock_invalidation.cc',
'test/trackable_mock_invalidation.h',
- 'util/mock_unrecoverable_error_handler.cc',
- 'util/mock_unrecoverable_error_handler.h',
'util/test_unrecoverable_error_handler.cc',
'util/test_unrecoverable_error_handler.h',
],