b***@freedesktop.org
2018-12-06 20:52:54 UTC
https://bugs.freedesktop.org/show_bug.cgi?id=108961
Bug ID: 108961
Summary: make check test_replace_src_bitsize failure
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords: bisected, regression
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-***@lists.freedesktop.org
Reporter: ***@freedesktop.org
QA Contact: mesa-***@lists.freedesktop.org
CC: ***@gmail.com, ***@gmail.com,
***@jlekstrand.net
FAIL: test_replace_src_bitsize (__main__.ValidatorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./nir/tests/algebraic_parser_test.py", line 70, in
test_replace_src_bitsize
"Sources a (bit size of a) and b (bit size of 32) " \
File "./nir/tests/algebraic_parser_test.py", line 47, in common
self.assertEqual(message, str(context.exception))
AssertionError: "Sources a (bit size of a) and b (bit size of 32) of ('iadd',
'a', 'b') may not have the same bit size when building the replacement
expression." != "Sources a (bit size of a) and b (bit size of b) of ('iadd',
'a', 'b') may not have the same bit size when building the replacement
expression."
commit a0ae12ca91a45f81897e774019cde9bd081f03a0
Author: Connor Abbott <***@gmail.com>
Date: Thu Nov 29 17:46:59 2018 +0100
nir/algebraic: Add unit tests for bitsize validation
The non-failure path can be tested by just compiling mesa and then
testing it, but the failure paths won't be hit unless you make a mistake,
so it's best to test them with some unit tests.
Reviewed-by: Jason Ekstrand <***@jlekstrand.net>
Reviewed-by: Dylan Baker <***@pnwbakers.com>
Bug ID: 108961
Summary: make check test_replace_src_bitsize failure
Product: Mesa
Version: git
Hardware: x86-64 (AMD64)
OS: All
Status: NEW
Keywords: bisected, regression
Severity: normal
Priority: medium
Component: Mesa core
Assignee: mesa-***@lists.freedesktop.org
Reporter: ***@freedesktop.org
QA Contact: mesa-***@lists.freedesktop.org
CC: ***@gmail.com, ***@gmail.com,
***@jlekstrand.net
FAIL: test_replace_src_bitsize (__main__.ValidatorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "./nir/tests/algebraic_parser_test.py", line 70, in
test_replace_src_bitsize
"Sources a (bit size of a) and b (bit size of 32) " \
File "./nir/tests/algebraic_parser_test.py", line 47, in common
self.assertEqual(message, str(context.exception))
AssertionError: "Sources a (bit size of a) and b (bit size of 32) of ('iadd',
'a', 'b') may not have the same bit size when building the replacement
expression." != "Sources a (bit size of a) and b (bit size of b) of ('iadd',
'a', 'b') may not have the same bit size when building the replacement
expression."
commit a0ae12ca91a45f81897e774019cde9bd081f03a0
Author: Connor Abbott <***@gmail.com>
Date: Thu Nov 29 17:46:59 2018 +0100
nir/algebraic: Add unit tests for bitsize validation
The non-failure path can be tested by just compiling mesa and then
testing it, but the failure paths won't be hit unless you make a mistake,
so it's best to test them with some unit tests.
Reviewed-by: Jason Ekstrand <***@jlekstrand.net>
Reviewed-by: Dylan Baker <***@pnwbakers.com>
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.