mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 06:48:06 +02:00
gallium/tests: Don't ignore S3TC errors.
Now we do full S3TC decompression they should no longer fail. Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
parent
fd734608c3
commit
04d77d53aa
1 changed files with 0 additions and 5 deletions
|
|
@ -380,11 +380,6 @@ test_format_unpack_rgba_8unorm(const struct util_format_description *format_desc
|
|||
if (util_is_double_nan(test->unpacked[0][0][0]))
|
||||
success = TRUE;
|
||||
|
||||
/* Ignore S3TC errors */
|
||||
if (format_desc->layout == UTIL_FORMAT_LAYOUT_S3TC) {
|
||||
success = TRUE;
|
||||
}
|
||||
|
||||
if (!success) {
|
||||
print_unpacked_rgba_8unorm(format_desc, "FAILED: ", unpacked, " obtained\n");
|
||||
print_unpacked_rgba_8unorm(format_desc, " ", expected, " expected\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue