| Summary: |
TypeError: linspace() got an unexpected keyword argument 'dtype' |
| Product: |
piglit
|
Reporter: |
Vinson Lee <vlee> |
| Component: |
tests | Assignee: |
Piglit Mailing List <piglit> |
| Status: |
RESOLVED
FIXED
|
QA Contact: |
Piglit Mailing List <piglit> |
| Severity: |
normal
|
|
|
| Priority: |
medium
|
CC: |
airlied, baker.dylan.c
|
| Version: |
unspecified | Keywords: |
bisected, regression |
| Hardware: |
x86-64 (AMD64) | |
|
| OS: |
All | |
|
| Whiteboard: |
|
|
i915 platform:
|
|
i915 features:
|
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
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 <airlied@redhat.com> 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 <dylan@pnwbakers.com> Signed-off-by: Dave Airlie <airlied@redhat.com>