Test command_buffer::std::fill_buffer::tests::basic fails. #394
Closed
Description
Running cargo test fill_buffer
yields the output:
test command_buffer::std::fill_buffer::tests::basic ... FAILED
failures:
---- command_buffer::std::fill_buffer::tests::basic stdout ----
Reading buffer
thread 'command_buffer::std::fill_buffer::tests::basic' panicked at 'assertion failed: `(left == right)` (left: `2155905152`, right: `128`)', src/command_buffer/std/fill_buffer.rs:310
note: Run with `RUST_BACKTRACE=1` for a backtrace.
failures:
command_buffer::std::fill_buffer::tests::basic
test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured
I am running linux with the latest mesa anv driver.
Tested with the latest release as well as git master of anv.