From 022bca5c97767cb26058b651ff646defb7c97657 Mon Sep 17 00:00:00 2001 From: Andrei Elovikov Date: Thu, 7 Aug 2025 12:30:37 -0700 Subject: [PATCH] [SYCL][E2E] Remove preview/CXX11_ABI RUN lines from `AbiNeutral/*` We test that combination in Nightly unconditionally on SPR/PVC https://github.com/intel/llvm/blob/efe036e5b5f0229824f874d3fc489377877a0115/.github/workflows/sycl-nightly.yml#L120-L132 and that functionality isn't device/backend-dependent, so no need for extra RUN lines. --- sycl/test-e2e/AbiNeutral/catch-exception.cpp | 5 +---- sycl/test-e2e/AbiNeutral/device-info.cpp | 5 +---- sycl/test-e2e/AbiNeutral/submit-kernel.cpp | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) diff --git a/sycl/test-e2e/AbiNeutral/catch-exception.cpp b/sycl/test-e2e/AbiNeutral/catch-exception.cpp index 059002bf24991..2bbc6b4008e96 100644 --- a/sycl/test-e2e/AbiNeutral/catch-exception.cpp +++ b/sycl/test-e2e/AbiNeutral/catch-exception.cpp @@ -1,11 +1,8 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %} -// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %} // REQUIRES: level_zero && gpu -// This test case tests if compiling works with or without -// _GLIBCXX_USE_CXX11_ABI=0. +// Most interested in result of Nightly run that sets _GLIBCXX_USE_CXX11_ABI=0. #include #include diff --git a/sycl/test-e2e/AbiNeutral/device-info.cpp b/sycl/test-e2e/AbiNeutral/device-info.cpp index 22c582db43cc3..735166569ed03 100644 --- a/sycl/test-e2e/AbiNeutral/device-info.cpp +++ b/sycl/test-e2e/AbiNeutral/device-info.cpp @@ -1,10 +1,7 @@ // RUN: %{build} -o %t.out // RUN: env SYCL_ENABLE_DEFAULT_CONTEXTS=1 %{run} %t.out -// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %} -// RUN: %if preview-breaking-changes-supported %{ env SYCL_ENABLE_DEFAULT_CONTEXTS=1 %{run} %t2.out %} -// This test case tests if compiling works with or without -// _GLIBCXX_USE_CXX11_ABI=0. +// Most interested in result of Nightly run that sets _GLIBCXX_USE_CXX11_ABI=0. #include #include diff --git a/sycl/test-e2e/AbiNeutral/submit-kernel.cpp b/sycl/test-e2e/AbiNeutral/submit-kernel.cpp index 3577774ef3961..3977494d4f68e 100644 --- a/sycl/test-e2e/AbiNeutral/submit-kernel.cpp +++ b/sycl/test-e2e/AbiNeutral/submit-kernel.cpp @@ -1,10 +1,7 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %} -// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %} -// This test case tests if compiling works with or without -// _GLIBCXX_USE_CXX11_ABI=0. +// Most interested in result of Nightly run that sets _GLIBCXX_USE_CXX11_ABI=0. #include #include