Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(214)

Side by Side Diff: build/android/gtest_filter/content_unittests_disabled

Issue 10809015: Fix the sqlite errors of content unittests on Android (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Rebase Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | sql/connection_unittest.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # List of suppressions 1 # List of suppressions
2 2
3 RenderWidgetHostTest.Background 3 RenderWidgetHostTest.Background
4 URLFetcherTest.SameThreadsTest 4 URLFetcherTest.SameThreadsTest
5 URLFetcherTest.DifferentThreadsTest 5 URLFetcherTest.DifferentThreadsTest
6 URLFetcherTest.CancelAll 6 URLFetcherTest.CancelAll
7 URLFetcherPostTest.Basic 7 URLFetcherPostTest.Basic
8 URLFetcherDownloadProgressCancelTest.CancelWhileProgressReport 8 URLFetcherDownloadProgressCancelTest.CancelWhileProgressReport
9 URLFetcherHeadersTest.Headers 9 URLFetcherHeadersTest.Headers
10 URLFetcherSocketAddressTest.SocketAddress 10 URLFetcherSocketAddressTest.SocketAddress
(...skipping 23 matching lines...) Expand all
34 AudioRendererHostTest.SetVolume 34 AudioRendererHostTest.SetVolume
35 AudioRendererHostTest.CreatePlayAndShutdown 35 AudioRendererHostTest.CreatePlayAndShutdown
36 AudioRendererHostTest.CreatePlayPauseAndShutdown 36 AudioRendererHostTest.CreatePlayPauseAndShutdown
37 AudioRendererHostTest.SimulateError 37 AudioRendererHostTest.SimulateError
38 AudioRendererHostTest.SimulateErrorAndClose 38 AudioRendererHostTest.SimulateErrorAndClose
39 # crbug.com/118542 39 # crbug.com/118542
40 GPUTestExpectationsParserTest.WebGLTestExpectationsValidation 40 GPUTestExpectationsParserTest.WebGLTestExpectationsValidation
41 # crbug.com/104950 41 # crbug.com/104950
42 DeviceOrientationProviderTest.ObserverNotRemoved 42 DeviceOrientationProviderTest.ObserverNotRemoved
43 DeviceOrientationProviderTest.StartFailing 43 DeviceOrientationProviderTest.StartFailing
44 # Test failures on APK, due to sqlite errors.
45 ChromeAppCacheServiceTest.*
46 AppCacheDatabaseTest.ReCreate
47 AppCacheDatabaseTest.UpgradeSchema3to4
48 DatabaseTrackerTest.*
49 QuotaDatabaseTest.*
50 QuotaManagerTest.*
51 # crbug.com/138138 44 # crbug.com/138138
52 GpuMemoryManagerTest.StubMemoryStatsForLastManageTests 45 GpuMemoryManagerTest.StubMemoryStatsForLastManageTests
OLDNEW
« no previous file with comments | « no previous file | sql/connection_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698