Skip to content

[SYCL][E2E] Remove preview/CXX11_ABI RUN lines from AbiNeutral/* #19743

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions sycl/test-e2e/AbiNeutral/catch-exception.cpp
Original file line number Diff line number Diff line change
@@ -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 <sycl/detail/core.hpp>
#include <sycl/platform.hpp>
Expand Down
5 changes: 1 addition & 4 deletions sycl/test-e2e/AbiNeutral/device-info.cpp
Original file line number Diff line number Diff line change
@@ -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 <deque>
#include <iostream>
Expand Down
5 changes: 1 addition & 4 deletions sycl/test-e2e/AbiNeutral/submit-kernel.cpp
Original file line number Diff line number Diff line change
@@ -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 <iostream>
#include <sycl/detail/core.hpp>
Expand Down
Loading