From 245daca06ac3a8ae0ef566e3d97c1c776a8c586a Mon Sep 17 00:00:00 2001 From: rereview Date: Tue, 8 Sep 2026 17:46:05 -0400 Subject: [PATCH] [Test] (Pipe): give the no-consumer texture gate case its pull-build skip twin so the pull and push test-name sets stay equal --- MobileGL/MG_Test/Pipe/TextureEmitTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MobileGL/MG_Test/Pipe/TextureEmitTest.cpp b/MobileGL/MG_Test/Pipe/TextureEmitTest.cpp index c3fa7423..00e2e4bf 100644 --- a/MobileGL/MG_Test/Pipe/TextureEmitTest.cpp +++ b/MobileGL/MG_Test/Pipe/TextureEmitTest.cpp @@ -211,7 +211,7 @@ TEST(TextureEmit, TheEmitterIsOneNeverDestroyedProcessSingleton) { X(TextureEmit, ALodWriteOnTheBuiltinSamplerRepublishesTheParams) \ X(TextureEmit, ATexturesBuiltinSamplerHoldsOneCacheReferenceAndSwapsItWithTheContent) \ X(TextureEmit, ARecycledTextureSlotDoesNotInheritItsPredecessorsBindMask) \ - X(TextureEmit, ALevelMarkedCleanIsCollectedAtTheNextDrain) + X(TextureEmit, ALevelMarkedCleanIsCollectedAtTheNextDrain) \n X(TextureEmit, WithNoBackendConsumerTheFamilyGateIsFalseAndNothingReachesTheApplier) #define MGL_DECLARE_PULL_SKIP(Suite, Name) \ TEST(Suite, Name) { GTEST_SKIP() << "compiled only under MOBILEGL_PIPE_PUSH"; }