https://bugs.freedesktop.org/show_bug.cgi?id=96787

            Bug ID: 96787
           Summary: TypeError: linspace() got an unexpected keyword
                    argument 'dtype'
           Product: piglit
           Version: unspecified
          Hardware: x86-64 (AMD64)
                OS: All
            Status: NEW
          Keywords: bisected, regression
          Severity: normal
          Priority: medium
         Component: tests
          Assignee: [email protected]
          Reporter: [email protected]
        QA Contact: [email protected]
                CC: [email protected], [email protected]

piglit: 7a11be33e419b2fef53092a4ce88472ba89fbc38 (master)

Traceback (most recent call last):
  File "generated_tests/gen_builtin_uniform_tests.py", line 48, in <module>
    from builtin_function import *
  File "generated_tests/builtin_function.py", line 983, in <module>
    _make_componentwise_test_vectors(test_suite)
  File "generated_tests/builtin_function.py", line 960, in
_make_componentwise_test_vectors
    f('abs', 1, 150, np.abs, None, [np.linspace(-10, 15, 5,
dtype=np.dtype(np.int64))],
TypeError: linspace() got an unexpected keyword argument 'dtype'


commit 7a11be33e419b2fef53092a4ce88472ba89fbc38
Author: Dave Airlie <[email protected]>
Date:   Fri Jun 10 13:37:10 2016 +1000

    arb_gpu_shader_int64: add test generation to standard testing template

    Rather than forking this code further, I've just added support to the
    standard generator for the 64-bit tests.

    This relies on the shader_runner int64 support.

    Reviewed-by: Dylan Baker <[email protected]>
    Signed-off-by: Dave Airlie <[email protected]>

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
_______________________________________________
Piglit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to