[Piglit] [PATCH 8/8] cru/func.desc.dynamic: Use a correct reference image

Nanley Chery nanleychery at gmail.com
Wed Jul 13 19:58:16 UTC 2016


Commit 17685f385bad0f7e79772e2e5990e2e2572b6897 changed the uniform buffer
test's reference image although the test logic would have generated the
same image if it didn't have the bugs that commit introduced. Restore the
original image.

Since storage test's output is equivalent to that of the uniform test,
remove its custom image and reference the uniform buffer test's image.

Signed-off-by: Nanley Chery <nanley.g.chery at intel.com>
---
 data/func.desc.dynamic.storage-buffer.ref.png | Bin 268 -> 0 bytes
 data/func.desc.dynamic.uniform-buffer.ref.png | Bin 211 -> 201 bytes
 src/tests/func/desc/dynamic.c                 |   1 +
 3 files changed, 1 insertion(+)
 delete mode 100644 data/func.desc.dynamic.storage-buffer.ref.png

diff --git a/data/func.desc.dynamic.storage-buffer.ref.png b/data/func.desc.dynamic.storage-buffer.ref.png
deleted file mode 100644
index 900bd30f2fe8f76ccd2c6f18088973893affb7d6..0000000000000000000000000000000000000000
GIT binary patch
literal 0
HcmV?d00001

literal 268
zcmeAS at N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=mpxq^Ln`LHy}fazlc9t|qB4JW
z?wUD=TxCwqymRuNU<t#{4*@&lCl=olv6T6zq>>`@{rU5>q-{|S!3??!G#kV&{L$6D
zBR}2L_MU}o-s(5Te_2EvxHGsGu$r)5V4B60!FcwO=ZF1oj+Op#dJ?>E at A(;ZOh}Tx
zj9VI(F(3>>)_XMi;nsW4O)vX9pegG4$L-^XCWfq0+<pef`|nOoDnRcsc)I$ztaD0e
F0sz!iVnP4_

diff --git a/data/func.desc.dynamic.uniform-buffer.ref.png b/data/func.desc.dynamic.uniform-buffer.ref.png
index 82ad6c4ef22d4e20c06cbfb3d9a8c0c4d2b409ef..be99fc71010c8a6795fdb4f318dab16a1281543f 100644
GIT binary patch
literal 201
zcmeAS at N?(olHy`uVBq!ia0vp^3LwnE1|*BCs=ffJ37#&FArY;~BEkm0&Koo|WGd*&
zi|{2lKC`KO?>{los7c!Mn(+fggI5iV<qX`4tZR;!3FY26y;epd>Crv=53eLY2uPG3
zXs~WbP&&dUx6Z<O%dOyzGm_G}OCP*p<ZldQ at 3CS~6;D`wexvC6D=f@%OpEy>3fKj7
yx;9>YexobA=wL(pffdYbcNlvX&%NAO#=y|-FT&XIMb01SHU>{uKbLh*2~7ZTP)6?n

literal 211
zcmeAS at N?(olHy`uVBq!ia0vp^4j|0I1|(Ny7TyC=vpiiKLn`LHz2GQ#K!M?afdiv{
z%Y*y3Crmsp#k%+0=J)1xIWHO3GFmxgH}GAMTEM)8?FF5<?CC~~*Q>iy)&gD0;OXk;
Jvd$@?2>?H2M_T{@

diff --git a/src/tests/func/desc/dynamic.c b/src/tests/func/desc/dynamic.c
index d44fc70..53af344 100644
--- a/src/tests/func/desc/dynamic.c
+++ b/src/tests/func/desc/dynamic.c
@@ -266,6 +266,7 @@ test(void)
 test_define {
     .name = "func.desc.dynamic.storage-buffer",
     .start = test,
+    .image_filename = "func.desc.dynamic.uniform-buffer.ref.png",
     .user_data = &(struct params) {
         .descriptor_type = VK_DESCRIPTOR_TYPE_STORAGE_BUFFER_DYNAMIC
     }
-- 
2.9.0



More information about the Piglit mailing list