From 0fb035276ffa2343d1de243c322e1a1ee614bb61 Mon Sep 17 00:00:00 2001 From: Nikita Kornev Date: Fri, 8 Nov 2024 13:41:59 +0000 Subject: [PATCH 1/2] [SYCL][E2E] Update pf-wg-atomic64.cpp This DISABLE does nothing. As I understand this test should be run on a device without atomic64 support. --- sycl/test-e2e/Regression/pf-wg-atomic64.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/Regression/pf-wg-atomic64.cpp b/sycl/test-e2e/Regression/pf-wg-atomic64.cpp index 2cf4dd1ee39ec..ea23a65fc996c 100644 --- a/sycl/test-e2e/Regression/pf-wg-atomic64.cpp +++ b/sycl/test-e2e/Regression/pf-wg-atomic64.cpp @@ -1,4 +1,5 @@ -// DISABLED: aspect-atomic64 +// UNSUPPORTED: aspect-atomic64 +// UNSUPPORTED-INTENDED: The test is intended for devices without atomic64 support. // RUN: %{build} -o %t.out // RUN: %{run} %t.out From d1545e6005369a59a9264e1444919dde4c0e9052 Mon Sep 17 00:00:00 2001 From: Nikita Kornev Date: Fri, 8 Nov 2024 13:48:20 +0000 Subject: [PATCH 2/2] Update sycl/test-e2e/Regression/pf-wg-atomic64.cpp --- sycl/test-e2e/Regression/pf-wg-atomic64.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sycl/test-e2e/Regression/pf-wg-atomic64.cpp b/sycl/test-e2e/Regression/pf-wg-atomic64.cpp index ea23a65fc996c..31b0c7188059d 100644 --- a/sycl/test-e2e/Regression/pf-wg-atomic64.cpp +++ b/sycl/test-e2e/Regression/pf-wg-atomic64.cpp @@ -1,5 +1,6 @@ // UNSUPPORTED: aspect-atomic64 -// UNSUPPORTED-INTENDED: The test is intended for devices without atomic64 support. +// UNSUPPORTED-INTENDED: The test is intended for devices without atomic64 +// support. // RUN: %{build} -o %t.out // RUN: %{run} %t.out