From 23a91ab7aa2227fabb09b48301ab70904a70aea7 Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Tue, 13 Mar 2018 12:21:51 +0200 Subject: intel-ci: Add full-suite test round blacklist The list of regular expressions for tests that are not to be run in sharded full test suite rounds, copied from https://intel-gfx-ci.01.org/blacklist.txt Signed-off-by: Petri Latvala Reviewed-by: Marta Lofstedt --- tests/intel-ci/README | 7 +++++ tests/intel-ci/blacklist.txt | 75 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 82 insertions(+) create mode 100644 tests/intel-ci/blacklist.txt (limited to 'tests/intel-ci') diff --git a/tests/intel-ci/README b/tests/intel-ci/README index 2ccbbb1a..e3289933 100644 --- a/tests/intel-ci/README +++ b/tests/intel-ci/README @@ -30,6 +30,13 @@ considered to mean that the kernel is not obviously broken. The results of CI runs on drm-tip and various other kernel trees can be found in https://intel-gfx-ci.01.org/CI/ +============= +blacklist.txt +============= + +This file contains regular expressions (one per line) for tests that +are not to be executed in full suite test rounds. + ============= meta.testlist ============= diff --git a/tests/intel-ci/blacklist.txt b/tests/intel-ci/blacklist.txt new file mode 100644 index 00000000..7ca313ac --- /dev/null +++ b/tests/intel-ci/blacklist.txt @@ -0,0 +1,75 @@ +igt@meta_test(@.*)? +############################################### +# GEM +############################################### +igt@drv_selftest(@.*)? +igt@drm_mm(@.*)? +igt@gem_busy@.*hang.* +igt@gem_close_race@(?!.*basic).* +igt@gem_concurrent_blit(@.*)? +igt@gem_cs_prefetch(@.*)? +igt@gem_ctx_create@(?!.*basic).* +igt@gem_ctx_exec@(?!.*basic).* +igt@gem_ctx_switch@(?!.*basic).* +igt@gem_ctx_thrash(@.*)? +igt@gem_evict_alignment(@.*)? +igt@gem_evict_everything(@.*)? +igt@gem_exec_alignment@(?!.*single).* +igt@gem_exec_fence@(?!.*basic).* +igt@gem_exec_flush@(?!.*basic).* +igt@gem_exec_gttfill@(?!.*basic).* +igt@gem_exec_latency(@.*)? +igt@gem_exec_lut_handle(@.*)? +igt@gem_exec_nop@(?!.*(basic|signal-all)).* +igt@gem_exec_reloc@(?!.*basic).* +igt@gem_exec_suspend@(?!.*basic).* +igt@gem_exec_whisper@(?!normal$).* +igt@gem_fd_exhaustion(@.*)? +igt@gem_fence_upload(@.*)? +igt@gem_gtt_hog(@.*)? +igt@gem_gtt_speed(@.*)? +igt@gem_hangcheck_forcewake(@.*)? +igt@gem_lut_handle(@.*)? +igt@gem_mmap_gtt@.*(huge|swap|clflush).* +igt@gem_mmap@.*(swap|huge).* +igt@gem_mocs_settings@.*(suspend|hibernate).* +igt@gem_pin(@.*)? +igt@gem_pread_after_blit(@.*)? +igt@gem_read_read_speed(@.*)? +igt@gem_reloc_overflow(@.*)? +igt@gem_reloc_vs_gpu(@.*)? +igt@gem_render_linear_blits@(?!.*basic).* +igt@gem_render_tiled_blits@(?!.*basic).* +igt@gem_reset_stats(@.*)? +igt@gem_ringfill@(?!.*basic).* +igt@gem_ring_sync_copy(@.*)? +igt@gem_ring_sync_loop(@.*)? +igt@gem_seqno_wrap(@.*)? +igt@gem_shrink@(?!reclaim$).* +igt@gem_softpin@.*(hang|S4).* +igt@gem_spin_batch(@.*)? +igt@gem_stolen@.*hibernate.* +igt@gem_storedw_batches_loop(@.*)? +igt@gem_storedw_loop(@.*)? +igt@gem_streaming_writes(@.*)? +igt@gem_sync@(?!.*basic).* +igt@gem_tiled_swapping@(?!non-threaded).* +igt@gem_userptr_blits@(major|minor|forked|mlocked|swapping).* +igt@gem_wait@.*hang.* +igt@gem_write_read_ring_switch(@.*)? +############################################### +# Broadcom +############################################### +igt@vc4_.* +############################################### +# AMD +############################################### +igt@amdgpu/.* +############################################### +# Hibernate: not configured correctly on CI +############################################### +igt@.*@.*-hibernate +igt@gem_softpin@noreloc-s4 +igt@gem_workarounds@hibernate-.* +igt@gem_exec_suspend@basic-s4$ +igt@gem_ctx_isolation@.*-s4 -- cgit v1.2.3