<p dir="ltr">Yeah. I noticed that right after I pushed it. I have a patch to fix it already. I'll send it out or push it today.</p>
<div class="gmail_quote">On Nov 10, 2015 23:23, "Jan Vesely" <<a href="mailto:jan.vesely@rutgers.edu">jan.vesely@rutgers.edu</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Tue, 2015-11-10 at 13:44 -0800, Dylan Baker wrote:<br>
> On Tue, Nov 10, 2015 at 12:37:31PM -0800, Vinson Lee wrote:<br>
> > On Fri, Nov 6, 2015 at 12:35 PM,  <<a href="mailto:baker.dylan.c@gmail.com">baker.dylan.c@gmail.com</a>> wrote:<br>
> > > From: Dylan Baker <<a href="mailto:baker.dylan.c@gmail.com">baker.dylan.c@gmail.com</a>><br>
> > ><br>
> > > These warnings are expected, it's better to hide expected<br>
> > > warnings and<br>
> > > provide a comment about them being expected than to have them<br>
> > > clutter<br>
> > > the output of the build system.<br>
> > ><br>
> > > Signed-off-by: Dylan Baker <<a href="mailto:dylanx.c.baker@intel.com">dylanx.c.baker@intel.com</a>><br>
> [snip]<br>
> ><br>
> > I found this comment about the warning.<br>
> > <a href="https://bugs.freedesktop.org/show_bug.cgi?id=40697#c5" rel="noreferrer" target="_blank">https://bugs.freedesktop.org/show_bug.cgi?id=40697#c5</a><br>
> ><br>
> > Reviewed-by: Vinson Lee <<a href="mailto:vlee@freedesktop.org">vlee@freedesktop.org</a>><br>
><br>
> Thanks Vinson, I've updated the commit message with that reference<br>
> and<br>
> pushed this patch.<br>
<br>
I know it's not officially supported, but the patch breaks the build<br>
with python3:<br>
$ python3 generated_tests/gen_shader_precision_tests.py<br>
Traceback (most recent call last):<br>
  File "generated_tests/gen_shader_precision_tests.py", line 53, in<br>
<module><br>
    from builtin_function import *<br>
  File "/home/orome/piglit/generated_tests/builtin_function.py", line<br>
1479, in <module><br>
    _make_vector_or_matrix_test_vectors(test_suite)<br>
  File "/home/orome/piglit/generated_tests/builtin_function.py", line<br>
1284, in _make_vector_or_matrix_test_vectors<br>
    with warnings.catch_warnings(RuntimeWarning):<br>
TypeError: __init__() takes 1 positional argument but 2 were given<br>
<br>
$ python3 --version<br>
<br>
Jan<br>
<br>
<br>
> _______________________________________________<br>
> Piglit mailing list<br>
> <a href="mailto:Piglit@lists.freedesktop.org">Piglit@lists.freedesktop.org</a><br>
> <a href="http://lists.freedesktop.org/mailman/listinfo/piglit" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/piglit</a><br>
<br>
--<br>
Jan Vesely <<a href="mailto:jan.vesely@rutgers.edu">jan.vesely@rutgers.edu</a>><br>
</blockquote></div>