summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaura Ekstrand <laura@jlekstrand.net>2018-03-27 18:47:40 -0700
committerLaura Ekstrand <laura@jlekstrand.net>2018-03-27 18:47:40 -0700
commit040a6388a48c85cbaee9d3e4b1c0c5565ae20b63 (patch)
tree95be217778ed87a17cd0b16b356b460072f6f039
parent880c784f000f4b2c571a8265a2c91033e75fe0b2 (diff)
Does comparison. Why 280? not sure.HEADmaster
-rw-r--r--tests/spec/gl-1.0/bitmap-heart-dance.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/spec/gl-1.0/bitmap-heart-dance.c b/tests/spec/gl-1.0/bitmap-heart-dance.c
index b7ff1cdea..f48c94f22 100644
--- a/tests/spec/gl-1.0/bitmap-heart-dance.c
+++ b/tests/spec/gl-1.0/bitmap-heart-dance.c
@@ -177,6 +177,9 @@ piglit_display(void)
piglit_present_results();
+ pass = piglit_probe_rects_equal(0, 0, 0, 280, piglit_width,
+ piglit_height/2, GL_RGB);
+
return pass ? PIGLIT_PASS : PIGLIT_FAIL;
}