freedreno/crashdec: Add another prefetch test

Constructed with an invalid packet (0xdeadd00d) so there is no ambiguity
in the crash location.

This is expected to fail until the next commit.

Signed-off-by: Rob Clark <robdclark@chromium.org>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19551>
This commit is contained in:
Rob Clark 2023-02-19 09:19:10 -08:00 committed by Marge Bot
parent 643ee85103
commit ddc4e87438
3 changed files with 159590 additions and 0 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because one or more lines are too long

View file

@ -205,6 +205,7 @@ if with_tests
crashdec_tests = [
['crash', ['-sf']],
['crash_prefetch', ['-sf']],
['prefetch-test', ['-sf']],
]
foreach crashdec_test: crashdec_tests
name = crashdec_test[0]