aboutsummaryrefslogtreecommitdiff
path: root/platform_tools/android/apps/skqp/src/main/assets/skqp/unittests.txt
blob: 8b8a2a0ab06753456e388b9ec196be20b9246f60 (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
# This file is a list of regular expressions, one per line.
# Any test name matching an expression will be excluded from the set run by SKQP.
# Empty lines and comments starting with # are ignored.
# This is parsed by tools/skqp/src/skqp.cpp
# The sheet at go/skqp-cts-tests was the basis of this file.

# Exclude all unit tests that end with the ES3 suffix because Android does not
# require ES3 support.
.+ES3

SkRemoteGlyphCache_.+
ApplyGamma
ResourceAllocatorTest
ClipStack_SWMask
ComposedImageFilter.+
DDL.+
DSL.+
GpuDrawPath
GpuRectanizer
ProcessorOptimizationValidationTest

# Don't test Ganesh internals
GrContextDump
GrContextFactory_abandon
GrContextFactory_executorAndTaskGroup
GrThreadSafeCache.+

ImageFilter.+
MorphologyFilterRadiusWithMirrorCTM_Gpu

# Android doesn't use promise images
PromiseImage*

SkipCopyTaskTest
SkipOpsTaskTest
SmallBoxBlurBug
SrcSrcOverBatchTest

# Tests chaining/batching logic, not actual execution
TextureOpTest

# These tests mostly stress the CPU-side math of triangulating, not the GPU drawing triangles, which hopefully we can trust to just work
TriangulatingPath.+

VkDRMModifierTest
VkImageLayoutTest
VkProtectedContext_AsyncReadFromProtectedSurface
VkProtectedContext_CreateNonprotectedContext
VkProtectedContext_CreateNonprotectedTextureInProtectedContext
VkProtectedContext_CreateProtectedContext
VkProtectedContext_CreateProtectedSkSurface
VkProtectedContext_CreateProtectedTextureInNonprotectedContext
VkProtectedContext_DDLMakeRenderTargetTest
VkProtectedContext_DDLSurfaceCharacterizationTest
VkProtectedContext_DrawProtectedImageOnProtectedSurface
VkProtectedContext_DrawRectangle
VkProtectedContext_DrawRectangleWithAntiAlias
VkProtectedContext_DrawRectangleWithBlendMode
VkProtectedContext_DrawRectangleWithFilter
VkProtectedContext_DrawThinPath
VkProtectedContext_ReadFromProtectedSurface
VkProtectedContext_SaveLayer
VkWrapTests

XfermodeImageFilterCroppedInput_Gpu
skbug5221_GPU

# Tests which don't pass on some Qualcomm devices without workarounds b/222736702
DMSAA_dual_source_blend_disable
GLBackendAllocationTest
GrSurfaceRenderability