From 61593e9c549e6f497fd7344aa353663e10354058 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Thu, 2 Jan 2025 13:30:24 +0100 Subject: [PATCH] pan/ci: update opencl expectations It's not entirely clear to me why this has moved from Crash/Fail to Pass, the only thing I can see in the commit history between the last nightly pass and failure is an optimization of unpacing 8-bit values from a 64-bit value. It's a bit suspicious that an optimization makes somethign pass... But we need to have correct CI expectations, otherwise we won't notice new failures. So let's update to the new reality, and debug this if the problem reappears in the future. Part-of: --- src/panfrost/ci/panfrost-t860-fails.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/panfrost/ci/panfrost-t860-fails.txt b/src/panfrost/ci/panfrost-t860-fails.txt index 11515153561..c2173f0ebc1 100644 --- a/src/panfrost/ci/panfrost-t860-fails.txt +++ b/src/panfrost/ci/panfrost-t860-fails.txt @@ -97,9 +97,6 @@ program@execute@atomic_int32_cmpxchg-local@simple int,Fail program@execute@atomic_int32_cmpxchg-local@simple uint,Fail program@execute@atomic_int32_xchg-global-return,Crash program@execute@atomic_xchg-global-return,Crash -program@execute@bswap,Crash -program@execute@bswap@s_bswap_u64,Fail -program@execute@bswap@v_bswap_u64,Fail program@execute@builtin@builtin-char-abs-1.0.generated,Crash program@execute@builtin@builtin-char-abs_diff-1.0.generated,Crash program@execute@builtin@builtin-char-add_sat-1.0.generated,Crash