Lines Matching refs:match
577 match = []
579 match.append('~Threaded')
583 match.append('~multipicturedraw_')
587 match.append('~HalfFloatAlphaTextureTest')
590 match.append('~WritePixels') # skia:4711
591 match.append('~PremulAlphaRoundTrip_Gpu') # skia:7501
592 match.append('~ReimportImageTextureWithMipLevels') # skia:8090
597 match.append('~animated-image-blurs')
598 match.append('~blur_0.01')
599 match.append('~blur_image_filter')
600 match.append('~check_small_sigma_offset')
601 match.append('~imageblur2')
602 match.append('~lighting')
603 match.append('~longpathdash')
604 match.append('~matrixconvolution')
605 match.append('~textblobmixedsizes_df')
606 match.append('~textblobrandomfont')
608 match.append('~bigbitmaprect_')
609 match.append('~DrawBitmapRect')
610 match.append('~drawbitmaprect')
611 match.append('~GM_animated-image-blurs')
612 match.append('~ImageFilterBlurLargeImage')
613 match.append('~savelayer_clipmask')
614 match.append('~TextBlobCache')
615 match.append('~verylarge')
618 match.append('~SpecialImage') # skia:6338
619 match.append('~skbug6653') # skia:6653
622 match.extend(['~Once', '~Shared']) # Not sure what's up with these tests.
625 match.extend(['~ReadWriteAlpha']) # Flaky on TSAN-covered on nvidia bots.
626 match.extend(['~RGBA4444TextureTest', # Flakier than they are important.
636 match.extend(['~CopySurface'])
640 match.extend(['~WritePixelsNonTextureMSAA_Gpu'])
641 match.extend(['~WritePixelsMSAA_Gpu'])
644 match.extend(['~VkHeapTests']) # skia:6245
647 match.extend(['~GLPrograms']) # skia:7849
653 match.append('~^ClearOp$')
654 match.append('~^CopySurface$')
655 match.append('~^ImageNewShader_GPU$')
656 match.append('~^InitialTextureClear$')
657 match.append('~^PinnedImageTest$')
658 match.append('~^ReadPixels_Gpu$')
659 match.append('~^ReadPixels_Texture$')
660 match.append('~^SRGBReadWritePixels$')
661 match.append('~^VkUploadPixelsTests$')
662 match.append('~^WritePixelsNonTexture_Gpu$')
663 match.append('~^WritePixelsNonTextureMSAA_Gpu$')
664 match.append('~^WritePixels_Gpu$')
665 match.append('~^WritePixelsMSAA_Gpu$')
669 match.append('~FloatingPointTextureTest$')
723 match.append('~^InitialTextureClear$')
724 match.append('~^RGB565TextureTest$')
725 match.append('~^RGBA4444TextureTest$')
726 match.append('~^TextureIdleProcFlushTest$')
727 match.append('~^WritePixelsNonTextureMSAA_Gpu$')
731 match.append('~BlurMaskBiggerThanDest')
735 match.append('~^ProcessorOptimizationValidationTest$')
742 match.append('~gradients_view_perspective_nodither') #skia:6972
746 match.append('~BadImage')
750 match.append('~^ProcessorCloneTest$')
751 match.append('~^GrMeshTest$')
755 match.append('~^GrMeshTest$')
759 match.append('~^DDLMakeRenderTargetTest$')
760 match.append('~^DDLNonTextureabilityTest$')
761 match.append('~^DDLOperatorEqTest$')
762 match.append('~^DDLSurfaceCharacterizationTest$')
763 match.append('~^GrContext_colorTypeSupportedAsImage$')
764 match.append('~^GrContext_colorTypeSupportedAsSurface$')
765 match.append('~^GrContext_maxSurfaceSamplesForColorType$')
766 match.append('~^GrContextFactory_sharedContexts$')
767 match.append('~^GrDefaultPathRendererTest$')
768 match.append('~^GrPipelineDynamicStateTest$')
769 match.append('~^InitialTextureClear$')
770 match.append('~^PromiseImageTextureFullCache$')
771 match.append('~^PromiseImageTextureReuseDifferentConfig$')
772 match.append('~^SurfaceSemaphores$')
773 match.append('~^SurfaceTest$')
774 match.append('~^TransferPixelsTest$')
775 match.append('~^VertexAttributeCount$')
776 match.append('~^WritePixelsNonTexture_Gpu$')
778 match.append('~^RGB565TextureTest$')
779 match.append('~^RGBA4444TextureTest$')
780 match.append('~^TextureIdleProcFlushTest$')
792 if match:
794 args.extend(match)