[Piglit] [Bug 109395] piglit.spec.arb_gpu_shader5.arb_gpu_shader5-xfb-streams-without-invocations broken

2019-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109395 --- Comment #1 from Caio Marcelo de Oliveira Filho --- Attempted fix posted to ML. https://lists.freedesktop.org/archives/piglit/2019-January/025588.html -- You are receiving this mail because: You are the QA Contact for the bug._

[Piglit] [PATCH] util: fix off-by-one when loading source

2019-01-19 Thread Caio Marcelo de Oliveira Filho
One extra character is leaking from the text into the copied line. The "+ 1" is an artifact from when malloc was used, strndup will add the extra '\0' after copying text_size bytes (if available). 7c8ee3f0f "util: simplify string duplication logic" --- tests/util/piglit-shader-test.c | 2 +- 1 fi

[Piglit] [Bug 109395] New: piglit.spec.arb_gpu_shader5.arb_gpu_shader5-xfb-streams-without-invocations broken

2019-01-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=109395 Bug ID: 109395 Summary: piglit.spec.arb_gpu_shader5.arb_gpu_shader5-xfb-stream s-without-invocations broken Product: piglit Version: unspecified Hardware: Other