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