Blacklist GrTestingBackendTextureUploadTest on MoltenVk.
TBR: jvanverth@google.com Change-Id: I4c254fae30ee30bb4f84140f47cc69c9bfa1b8cd Bug: skia:9247 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/226676 Reviewed-by: Brian Salomon <bsalomon@google.com> Commit-Queue: Brian Salomon <bsalomon@google.com>
This commit is contained in:
parent
c38cfa99a7
commit
4e9cde8632
@ -522,6 +522,7 @@
|
||||
"~^AsyncReadPixels$",
|
||||
"~^VkBackendAllocationTest$",
|
||||
"~^ColorTypeBackendAllocationTest$",
|
||||
"~^GrTestingBackendTextureUploadTest$",
|
||||
"--nonativeFonts",
|
||||
"--verbose"
|
||||
],
|
||||
|
@ -740,6 +740,7 @@ def dm_flags(api, bot):
|
||||
match.append('~^AsyncReadPixels$')
|
||||
match.append('~^VkBackendAllocationTest$')
|
||||
match.append('~^ColorTypeBackendAllocationTest$')
|
||||
match.append('~^GrTestingBackendTextureUploadTest$')
|
||||
|
||||
if 'ANGLE' in bot:
|
||||
# skia:7835
|
||||
|
Loading…
Reference in New Issue
Block a user