From 9e1b9323f8d649539cf7ccbe170c17fbb764799d Mon Sep 17 00:00:00 2001 From: "Maksimova, Viktoria" Date: Mon, 14 Aug 2023 07:40:09 -0700 Subject: [PATCH] Disable spirv-val --- .../KHR/SPV_KHR_cooperative_matrix/matrix_times_scalar.spt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/extensions/KHR/SPV_KHR_cooperative_matrix/matrix_times_scalar.spt b/test/extensions/KHR/SPV_KHR_cooperative_matrix/matrix_times_scalar.spt index d2132630c2..96d6c3922d 100644 --- a/test/extensions/KHR/SPV_KHR_cooperative_matrix/matrix_times_scalar.spt +++ b/test/extensions/KHR/SPV_KHR_cooperative_matrix/matrix_times_scalar.spt @@ -1,5 +1,6 @@ ; RUN: llvm-spirv %s -to-binary -o %t.spv -; RUN: spirv-val %t.spv +; Validation is disabled till the moment the tools in CI are updated +; R/UN: spirv-val %t.spv ; RUN: llvm-spirv -r %t.spv -o %t.bc ; RUN: llvm-dis < %t.bc | FileCheck %s --check-prefix=CHECK-LLVM