2018-09-27 15:29:27 +00:00
|
|
|
tests:
|
|
|
|
- base_unittests:
|
|
|
|
# "disabled" dict can have arbitrary named properties
|
|
|
|
# with lists of disabled tests. Those properties' names
|
|
|
|
# are used only to explain why a group of tests is disabled.
|
|
|
|
disabled:
|
|
|
|
undecided:
|
|
|
|
- FilePathTest*
|
2018-10-04 14:00:30 +00:00
|
|
|
- PartitionReallocReturnNullTest.RepeatedReturnNullDirect
|
2018-09-27 15:29:27 +00:00
|
|
|
- RTLTest*
|
|
|
|
- SysStrings*
|
|
|
|
- UTFOffsetStringConversionsTest*
|
2018-10-01 22:50:52 +00:00
|
|
|
- cc_unittests
|
|
|
|
- cc_blink_unittests
|
|
|
|
- content_unittests:
|
|
|
|
disabled:
|
2018-09-27 15:29:27 +00:00
|
|
|
# TODO(alexeykuzmin): Should those be fixed?
|
2018-10-01 22:50:52 +00:00
|
|
|
- _/DOMStorageMapParamTest.EnforcesQuota/0
|
|
|
|
- _/DOMStorageMapParamTest.EnforcesQuota/1
|
2018-09-27 15:29:27 +00:00
|
|
|
- crypto_unittests
|
|
|
|
- device_unittests
|
|
|
|
- gin_unittests
|
|
|
|
- gpu_unittests
|
|
|
|
- ipc_tests
|
2018-10-01 22:50:52 +00:00
|
|
|
- media_unittests
|
2018-09-27 15:29:27 +00:00
|
|
|
- capture_unittests
|
|
|
|
- midi_unittests
|
|
|
|
- media_mojo_unittests
|
|
|
|
- mojo_unittests
|
2018-10-01 22:50:52 +00:00
|
|
|
- mojo_common_unittests
|
2018-09-27 15:29:27 +00:00
|
|
|
- net_unittests:
|
|
|
|
disabled:
|
|
|
|
# TODO(alexeykuzmin): Should those be fixed?
|
|
|
|
- EndToEndTestsWithTls*
|
|
|
|
- FilenameUtilTest*
|
|
|
|
- HTTPSAIATest.AIAFetching
|
|
|
|
- HTTPSCRLSetTest*
|
|
|
|
- HTTPSEVCRLSetTest*
|
|
|
|
- HTTPSFallbackTest*
|
|
|
|
- HTTPSHardFailTest.FailsOnOCSPInvalid
|
|
|
|
- HTTPSOCSPTest*
|
|
|
|
- HTTPSRequestTest*
|
|
|
|
- HTTPSSessionTest*
|
|
|
|
- OCSPVerify*
|
|
|
|
- ProxyConfigServiceLinuxTest*
|
|
|
|
- SSLClientSocketCertRequestInfoTest*
|
|
|
|
- SSLClientSocketChannelIDTest*
|
|
|
|
- SSLClientSocketFalseStartTest*
|
|
|
|
- SSLClientSocketReadTest*
|
|
|
|
- SSLClientSocketTest*
|
|
|
|
- TokenBindingURLRequestTest*
|
|
|
|
- UDPSocketTest*
|
|
|
|
- URLRequestTestFTP*
|
|
|
|
- URLRequestTestHTTP*
|
|
|
|
- WebSocketEndToEndTest*
|
|
|
|
- ppapi_unittests
|
|
|
|
- printing_unittests
|
|
|
|
- skia_unittests
|
|
|
|
- sql_unittests
|
|
|
|
- storage_unittests
|
|
|
|
- gn_unittests
|
|
|
|
- ui_base_unittests:
|
|
|
|
disabled:
|
|
|
|
# TODO(alexeykuzmin): Should it be fixed?
|
|
|
|
- AcceleratorTest.GetShortcutText
|
|
|
|
- compositor_unittests
|
|
|
|
- display_unittests
|
|
|
|
- events_unittests
|
|
|
|
- gl_unittests
|
|
|
|
- url_unittests
|
|
|
|
- url_ipc_unittests
|
|
|
|
# V8
|
|
|
|
- unittests:
|
|
|
|
disabled:
|
|
|
|
# TODO(alexeykuzmin): Should it be fixed?
|
|
|
|
- LiveRangeUnitTest*
|
|
|
|
# Blink
|
2018-10-01 22:50:52 +00:00
|
|
|
# TODO: Enable in Ch68.
|
2018-09-27 15:29:27 +00:00
|
|
|
# - blink_common_unittests
|
2018-10-01 22:50:52 +00:00
|
|
|
- blink_heap_unittests
|
2018-09-27 15:29:27 +00:00
|
|
|
- blink_platform_unittests:
|
|
|
|
disabled:
|
|
|
|
# TODO(alexeykuzmin): Should those be fixed?
|
|
|
|
- AnimatedPNGTests*
|
|
|
|
- AnimatedWebPTests*
|
|
|
|
- AnimatedWEBPTests.clearCacheExceptFrameWithAncestors
|
|
|
|
- BitmapImageTest*
|
|
|
|
- BMPImageDecoderTest*
|
|
|
|
- DecodedImageOrientationHistogramTest*
|
|
|
|
- DecodedImageTypeHistogramTest*
|
|
|
|
- DeferredImageDecoderTestWoPlatform*
|
|
|
|
- GIFImageDecoderTest*
|
|
|
|
- HighContrastImageClassifierTest*
|
|
|
|
- ICOImageDecoderTests*
|
|
|
|
- JPEGImageDecoderTest*
|
|
|
|
- FilePathConversionTest*
|
|
|
|
- PNGTests*
|
|
|
|
- StaticPNGTests*
|
|
|
|
- StaticWebPTests*
|
2018-10-01 22:50:52 +00:00
|
|
|
- webkit_unit_tests
|
2018-09-27 15:29:27 +00:00
|
|
|
- wtf_unittests
|
|
|
|
# Third party
|
|
|
|
- angle_unittests
|
|
|
|
- env_chromium_unittests
|
|
|
|
# TODO(alexeykuzmin): Should be run somehow differently.
|
|
|
|
# - disk_cache_memory_test:
|
|
|
|
# platform: linux
|
|
|
|
- sandbox_linux_unittests:
|
|
|
|
platform: linux
|
|
|
|
disabled:
|
2018-10-01 22:50:52 +00:00
|
|
|
# TODO(alexeykuzmin): Should these be fixed?
|
2018-09-27 15:29:27 +00:00
|
|
|
- BrokerProcess*
|
2018-10-01 22:50:52 +00:00
|
|
|
- SandboxBPF.SigBus
|
2018-09-27 15:29:27 +00:00
|
|
|
- dbus_unittests:
|
|
|
|
platform: linux
|
2018-10-01 22:50:52 +00:00
|
|
|
disabled:
|
|
|
|
# TODO(alexeykuzmin): Should these be fixed?
|
|
|
|
- EndToEndAsyncTest.InvalidServiceName
|
|
|
|
- EndToEndSyncTest.InvalidServiceName
|
|
|
|
- MessageTest.SetInvalidHeaders
|