Skip to content

Commit 74dbc1e

Browse files
[SYCL][E2E] Remove preview/CXX11_ABI RUN lines from AbiNeutral/* (#19743)
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.
1 parent b6a619e commit 74dbc1e

File tree

3 files changed

+3
-12
lines changed

3 files changed

+3
-12
lines changed

sycl/test-e2e/AbiNeutral/catch-exception.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %}
4-
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
53
// REQUIRES: level_zero && gpu
64

7-
// This test case tests if compiling works with or without
8-
// _GLIBCXX_USE_CXX11_ABI=0.
5+
// Most interested in result of Nightly run that sets _GLIBCXX_USE_CXX11_ABI=0.
96

107
#include <sycl/detail/core.hpp>
118
#include <sycl/platform.hpp>

sycl/test-e2e/AbiNeutral/device-info.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: env SYCL_ENABLE_DEFAULT_CONTEXTS=1 %{run} %t.out
3-
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %}
4-
// RUN: %if preview-breaking-changes-supported %{ env SYCL_ENABLE_DEFAULT_CONTEXTS=1 %{run} %t2.out %}
53

6-
// This test case tests if compiling works with or without
7-
// _GLIBCXX_USE_CXX11_ABI=0.
4+
// Most interested in result of Nightly run that sets _GLIBCXX_USE_CXX11_ABI=0.
85

96
#include <deque>
107
#include <iostream>

sycl/test-e2e/AbiNeutral/submit-kernel.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
3-
// RUN: %if preview-breaking-changes-supported %{ %{build} -fpreview-breaking-changes -D_GLIBCXX_USE_CXX11_ABI=0 -o %t2.out %}
4-
// RUN: %if preview-breaking-changes-supported %{ %{run} %t2.out %}
53

6-
// This test case tests if compiling works with or without
7-
// _GLIBCXX_USE_CXX11_ABI=0.
4+
// Most interested in result of Nightly run that sets _GLIBCXX_USE_CXX11_ABI=0.
85

96
#include <iostream>
107
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)