Module: Mesa Branch: main Commit: 73dd48f3e07931f57bbf70a2fcb0968b885dd62b URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=73dd48f3e07931f57bbf70a2fcb0968b885dd62b
Author: Emma Anholt <[email protected]> Date: Mon Oct 2 09:59:14 2023 -0700 ci/etnaviv: Skip a GLES2 test that times out the asan job. We could make asan use a toml setup that just skipped this for asan, but this is quick and easy and I don't think there's too much risk here. This would make every asan job I've looked at in the nightlies pass. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25509> --- src/etnaviv/ci/etnaviv-gc2000-skips.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/etnaviv/ci/etnaviv-gc2000-skips.txt b/src/etnaviv/ci/etnaviv-gc2000-skips.txt index ecb67f7b5ee..9f66d5892b8 100644 --- a/src/etnaviv/ci/etnaviv-gc2000-skips.txt +++ b/src/etnaviv/ci/etnaviv-gc2000-skips.txt @@ -20,3 +20,6 @@ [email protected]@execution@tex-miplevel-.* # GPU hangs that maybe destabilize other tests. tex-miplevel-selection.*ProjGradARB variable-indexing@vs-varying + +# times out in the ASan run +dEQP-GLES2.functional.dither.enabled.gradient_green
