From 95c5c79b71427374aa7b8ab8ad244c6cab428793 Mon Sep 17 00:00:00 2001 From: Farzon Lotfi Date: Wed, 5 Nov 2025 10:55:01 -0500 Subject: [PATCH] [Matrix] Enable clang tests --- test/Basic/matrix_scalar_arithmetic.test | 1 - test/Basic/matrix_scalar_constructor.test | 1 - 2 files changed, 2 deletions(-) diff --git a/test/Basic/matrix_scalar_arithmetic.test b/test/Basic/matrix_scalar_arithmetic.test index 8d672e69..c80781bc 100644 --- a/test/Basic/matrix_scalar_arithmetic.test +++ b/test/Basic/matrix_scalar_arithmetic.test @@ -83,7 +83,6 @@ DescriptorSets: ... #--- end -# UNSUPPORTED: Clang # RUN: split-file %s %t # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o | FileCheck %s diff --git a/test/Basic/matrix_scalar_constructor.test b/test/Basic/matrix_scalar_constructor.test index 5a9858d4..68c6adf5 100644 --- a/test/Basic/matrix_scalar_constructor.test +++ b/test/Basic/matrix_scalar_constructor.test @@ -56,7 +56,6 @@ DescriptorSets: ... #--- end -# UNSUPPORTED: Clang # RUN: split-file %s %t # RUN: %dxc_target -T cs_6_0 -Fo %t.o %t/source.hlsl # RUN: %offloader %t/pipeline.yaml %t.o