File tree Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Expand file tree Collapse file tree 3 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// 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 %}
5
3
// REQUIRES: level_zero && gpu
6
4
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.
9
6
10
7
#include < sycl/detail/core.hpp>
11
8
#include < sycl/platform.hpp>
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// 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 %}
5
3
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.
8
5
9
6
#include < deque>
10
7
#include < iostream>
Original file line number Diff line number Diff line change 1
1
// RUN: %{build} -o %t.out
2
2
// 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 %}
5
3
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.
8
5
9
6
#include < iostream>
10
7
#include < sycl/detail/core.hpp>
You can’t perform that action at this time.
0 commit comments