mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-05 11:10:10 +01:00
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:
parent
643ee85103
commit
ddc4e87438
3 changed files with 159590 additions and 0 deletions
153190
src/freedreno/.gitlab-ci/reference/prefetch-test.log
Normal file
153190
src/freedreno/.gitlab-ci/reference/prefetch-test.log
Normal file
File diff suppressed because it is too large
Load diff
6399
src/freedreno/.gitlab-ci/traces/prefetch-test.devcore
Normal file
6399
src/freedreno/.gitlab-ci/traces/prefetch-test.devcore
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue