mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
[tests] Add test priorities so that heavy tests run first (#8152)
This commit is contained in:
parent
780bdfc909
commit
ca3f7f8989
@ -42,3 +42,12 @@ slow-timeout = { period = "3m", terminate-after = 2 }
|
||||
[[profile.default.overrides]]
|
||||
filter = 'test(~oom_test)'
|
||||
threads-required = "num-test-threads"
|
||||
|
||||
#
|
||||
# Priorities for slow tests so that they run first, increasing overall test suite speed.
|
||||
# On software renderers, they can take 10-60 seconds. Compile fail can easily take 30+
|
||||
# seconds as it has to compile wgpu.
|
||||
#
|
||||
[[profile.default.overrides]]
|
||||
priority = 1
|
||||
filter = 'test(clear_texture) | test(clear_buffer_range_respected) | test(compile_fail) | test(test_api)'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user