[Piglit] [PATCH] ARB_uniform_buffer_object/row_major: Reference another missed UBO member.
Eric Anholt
eric at anholt.net
Tue Feb 19 11:46:40 PST 2013
Eric Anholt <eric at anholt.net> writes:
> Makes the test pass on Mesa master.
>
> Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=59957
> ---
> tests/gtf.tests | 2 +-
> tests/spec/arb_uniform_buffer_object/row-major.c | 1 +
> 2 files changed, 2 insertions(+), 1 deletion(-)
>
> diff --git a/tests/gtf.tests b/tests/gtf.tests
> index 4cbbd2c..2a72ef8 100644
> --- a/tests/gtf.tests
> +++ b/tests/gtf.tests
> @@ -42,7 +42,7 @@ if not os.path.exists(os.path.join(testBinDir, 'GTF')):
> gtfroot = path.dirname(path.realpath(path.join(testBinDir, 'GTF')))
>
> class GTFTest(ExecTest):
> - pass_re = re.compile(r'Regression PASSED all 1 tests')
> + pass_re = re.compile(r'(Regression|Conformance) PASSED all 1 tests')
>
> def __init__(self, testpath):
> ExecTest.__init__(self, [path.join(testBinDir, 'GTF'), '-width=113', '-height=47', '-seed=2', '-minfmt', '-run=' + testpath])
Of course this hunk shouldn't be there. Fixed locally.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 197 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/piglit/attachments/20130219/eadfb13e/attachment-0001.pgp>
More information about the Piglit
mailing list