summaryrefslogtreecommitdiff
path: root/deps/v8/build/android/pylib/gtest/filter/unit_tests_disabled
blob: 6a7340db4329b0860df98a5830e7e24dceae0ec8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
# List of suppressions

# The UDP related tests currently do not work on Android because
# we lack a UDP forwarder tool.
NetworkStatsTestUDP.*

# Missing test resource of 16MB.
HistoryProfileTest.TypicalProfileVersion

# crbug.com/139408
SQLitePersistentCookieStoreTest.TestDontLoadOldSessionCookies
SQLitePersistentCookieStoreTest.PersistIsPersistent

# crbug.com/139433
AutofillTableTest.AutofillProfile*
AutofillTableTest.UpdateAutofillProfile

# crbug.com/139400
AutofillProfileTest.*
CreditCardTest.SetInfoExpirationMonth

# crbug.com/139398
DownloadItemModelTest.InterruptTooltip

# Tests crashing in the APK
# l10n_util.cc(655)] Check failed: std::string::npos != pos
DownloadItemModelTest.InterruptStatus
# l10n_util.cc(655)] Check failed: std::string::npos != pos
PageInfoTest.OnSiteDataAccessed

# crbug.com/139423
ValueStoreFrontendTest.GetExistingData

# crbug.com/139421
ChromeSelectFilePolicyTest.ExpectAsynchronousListenerCall

# http://crbug.com/139033
ChromeDownloadManagerDelegateTest.StartDownload_PromptAlways

# crbug.com/139411
AutocompleteProviderTest.*
HistoryContentsProviderBodyOnlyTest.*
HistoryContentsProviderTest.*
HQPOrderingTest.*
SearchProviderTest.*

ProtocolHandlerRegistryTest.TestOSRegistrationFailure

# crbug.com/139418
SQLiteServerBoundCertStoreTest.TestUpgradeV1
SQLiteServerBoundCertStoreTest.TestUpgradeV2

ProfileSyncComponentsFactoryImplTest.*
PermissionsTest.GetWarningMessages_Plugins
ImageOperations.ResizeShouldAverageColors

# crbug.com/139643
VariationsUtilTest.DisableAfterInitialization
VariationsUtilTest.AssociateGoogleVariationID
VariationsUtilTest.NoAssociation

# crbug.com/141473
AutofillManagerTest.UpdatePasswordSyncState
AutofillManagerTest.UpdatePasswordGenerationState

# crbug.com/145843
EntropyProviderTest.UseOneTimeRandomizationSHA1
EntropyProviderTest.UseOneTimeRandomizationPermuted

# crbug.com/147500
ManifestTest.RestrictedKeys

# crbug.com/152599
SyncSearchEngineDataTypeControllerTest.*

# crbug.com/256259
DiagnosticsModelTest.RunAll

# Death tests are not supported with apks.
*DeathTest*