Skip to content

Commit 88f018a

Browse files
authored
Refine XFAILs of WaveReadlaneFirst tests based on runner results (#628)
Some runners are red after the introduction of the WaveReadLaneFirst tests (#432). I've filed issues for the specific FAILs and XPASSes and updated the corresponding tests' XFAIL lines. Also added a missing `REQUIRES: Double` to the fp64 test. ``` ╭───┬──────────────────────┬─────────────┬────────────────────────┬────────┬──────────────────────────────────────╮ │ # │ timestamp │ run-id │ workflow │ status │ test │ ├───┼──────────────────────┼─────────────┼────────────────────────┼────────┼──────────────────────────────────────┤ │ 0 │ 2025-12-16T14:08:13Z │ 20270756753 │ Windows D3D12 QC DXC │ FAIL │ WaveOps/WaveReadLaneFirst.fp16.test │ │ 1 │ 2025-12-16T14:08:13Z │ 20270756753 │ Windows D3D12 QC DXC │ FAIL │ WaveOps/WaveReadLaneFirst.fp32.test │ │ 2 │ 2025-12-16T18:01:02Z │ 20277806853 │ Windows D3D12 AMD DXC │ FAIL │ WaveOps/WaveReadLaneFirst.fp64.test │ │ 3 │ 2025-12-16T14:08:13Z │ 20270756753 │ Windows D3D12 QC DXC │ FAIL │ WaveOps/WaveReadLaneFirst.fp64.test │ │ 4 │ 2025-12-16T18:02:56Z │ 20277861501 │ Windows Vulkan QC DXC │ FAIL │ WaveOps/WaveReadLaneFirst.fp64.test │ │ 5 │ 2025-12-16T12:11:57Z │ 20267477248 │ Windows D3D12 Warp DXC │ XPASS │ WaveOps/WaveReadLaneFirst.fp64.test │ │ 6 │ 2025-12-16T12:11:57Z │ 20267477248 │ Windows D3D12 Warp DXC │ XPASS │ WaveOps/WaveReadLaneFirst.int64.test │ ╰───┴──────────────────────┴─────────────┴────────────────────────┴────────┴──────────────────────────────────────╯ ``` - #625 - #626 - #627 - #433
1 parent d745f17 commit 88f018a

File tree

4 files changed

+14
-3
lines changed

4 files changed

+14
-3
lines changed

test/WaveOps/WaveReadLaneFirst.fp16.test

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,11 @@ DescriptorSets:
310310
# Bug https://github.com/llvm/offload-test-suite/issues/393
311311
# XFAIL: Metal
312312

313-
# XFAIL: WARP
313+
# Bug https://github.com/llvm/offload-test-suite/issues/627
314+
# XFAIL: QC && DirectX
315+
314316
# Bug https://github.com/llvm/offload-test-suite/issues/433
317+
# XFAIL: WARP
315318

316319
# RUN: split-file %s %t
317320
# RUN: %dxc_target -enable-16bit-types -T cs_6_5 -Fo %t.o %t/source.hlsl

test/WaveOps/WaveReadLaneFirst.fp32.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,9 @@ DescriptorSets:
310310
# Bug https://github.com/llvm/offload-test-suite/issues/393
311311
# XFAIL: Metal
312312

313+
# Bug https://github.com/llvm/offload-test-suite/issues/627
314+
# XFAIL: QC && DirectX
315+
313316
# RUN: split-file %s %t
314317
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl
315318
# RUN: %offloader %t/pipeline.yaml %t.o

test/WaveOps/WaveReadLaneFirst.fp64.test

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,8 +310,13 @@ DescriptorSets:
310310
# Bug https://github.com/llvm/offload-test-suite/issues/393
311311
# XFAIL: Metal
312312

313-
# XFAIL: WARP
313+
# Bug https://github.com/llvm/offload-test-suite/issues/625
314+
# XFAIL: AMD && DirectX
315+
314316
# Bug https://github.com/llvm/offload-test-suite/issues/433
317+
# XFAIL: WARP && arm64
318+
319+
REQUIRES: Double
315320

316321
# RUN: split-file %s %t
317322
# RUN: %dxc_target -T cs_6_5 -Fo %t.o %t/source.hlsl

test/WaveOps/WaveReadLaneFirst.int64.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ DescriptorSets:
312312
# Bug https://github.com/llvm/offload-test-suite/issues/393
313313
# XFAIL: Metal
314314

315-
# XFAIL: WARP
315+
# XFAIL: WARP && arm64
316316
# Bug https://github.com/llvm/offload-test-suite/issues/433
317317

318318
# RUN: split-file %s %t

0 commit comments

Comments
 (0)