• Home
  • Raw
  • Download

Lines Matching refs:match

576   match = []
578 match.append('~Threaded')
582 match.append('~multipicturedraw_')
586 match.append('~HalfFloatAlphaTextureTest')
589 match.append('~WritePixels') # skia:4711
590 match.append('~PremulAlphaRoundTrip_Gpu') # skia:7501
591 match.append('~ReimportImageTextureWithMipLevels') # skia:8090
596 match.append('~animated-image-blurs')
597 match.append('~blur_0.01')
598 match.append('~blur_image_filter')
599 match.append('~check_small_sigma_offset')
600 match.append('~imageblur2')
601 match.append('~lighting')
602 match.append('~longpathdash')
603 match.append('~matrixconvolution')
604 match.append('~textblobmixedsizes_df')
605 match.append('~textblobrandomfont')
607 match.append('~bigbitmaprect_')
608 match.append('~DrawBitmapRect')
609 match.append('~drawbitmaprect')
610 match.append('~GM_animated-image-blurs')
611 match.append('~ImageFilterBlurLargeImage')
612 match.append('~savelayer_clipmask')
613 match.append('~TextBlobCache')
614 match.append('~verylarge')
617 match.append('~SpecialImage') # skia:6338
618 match.append('~skbug6653') # skia:6653
621 match.extend(['~Once', '~Shared']) # Not sure what's up with these tests.
624 match.extend(['~ReadWriteAlpha']) # Flaky on TSAN-covered on nvidia bots.
625 match.extend(['~RGBA4444TextureTest', # Flakier than they are important.
635 match.extend(['~CopySurface'])
639 match.extend(['~WritePixelsNonTextureMSAA_Gpu'])
640 match.extend(['~WritePixelsMSAA_Gpu'])
643 match.extend(['~VkHeapTests']) # skia:6245
646 match.extend(['~GLPrograms']) # skia:7849
652 match.append('~^ClearOp$')
653 match.append('~^CopySurface$')
654 match.append('~^ImageNewShader_GPU$')
655 match.append('~^InitialTextureClear$')
656 match.append('~^PinnedImageTest$')
657 match.append('~^ReadPixels_Gpu$')
658 match.append('~^ReadPixels_Texture$')
659 match.append('~^SRGBReadWritePixels$')
660 match.append('~^VkUploadPixelsTests$')
661 match.append('~^WritePixelsNonTexture_Gpu$')
662 match.append('~^WritePixelsNonTextureMSAA_Gpu$')
663 match.append('~^WritePixels_Gpu$')
664 match.append('~^WritePixelsMSAA_Gpu$')
668 match.append('~FloatingPointTextureTest$')
722 match.append('~^InitialTextureClear$')
723 match.append('~^RGB565TextureTest$')
724 match.append('~^RGBA4444TextureTest$')
725 match.append('~^WritePixelsNonTextureMSAA_Gpu$')
729 match.append('~BlurMaskBiggerThanDest')
733 match.append('~^ProcessorOptimizationValidationTest$')
740 match.append('~gradients_view_perspective_nodither') #skia:6972
744 match.append('~BadImage')
748 match.append('~^ProcessorCloneTest$')
749 match.append('~^GrMeshTest$')
753 match.append('~^GrMeshTest$')
757 match.append('~^ClearOp$')
758 match.append('~^DDLSurfaceCharacterizationTest$')
759 match.append('~^DDLNonTextureabilityTest$')
760 match.append('~^DDLOperatorEqTest$')
761 match.append('~^DeferredProxyTest$')
762 match.append('~^GPUMemorySize$')
763 match.append('~^GrContext_colorTypeSupportedAsImage$')
764 match.append('~^GrContext_colorTypeSupportedAsSurface$')
765 match.append('~^GrContext_maxSurfaceSamplesForColorType$')
766 match.append('~^GrContextFactory_sharedContexts$')
767 match.append('~^GrPipelineDynamicStateTest$')
768 match.append('~^InitialTextureClear$')
769 match.append('~^PromiseImageTestNoDelayedRelease$')
770 match.append('~^PromiseImageTestDelayedRelease$')
771 match.append('~^PromiseImageTextureReuse$')
772 match.append('~^PromiseImageTextureReuseDifferentConfig$')
773 match.append('~^PromiseImageTextureShutdown$')
774 match.append('~^PromiseImageTextureFullCache$')
775 match.append('~^ResourceAllocatorTest$')
776 match.append('~^RGB565TextureTest$')
777 match.append('~^RGBA4444TextureTest$')
778 match.append('~^TransferPixelsTest$')
779 match.append('~^SurfaceSemaphores$')
780 match.append('~^VertexAttributeCount$')
781 match.append('~^WrappedProxyTest$')
787 if match:
789 args.extend(match)