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 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>
Original file line number Diff line number Diff line change 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>
Original file line number Diff line number Diff line change 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>
You can’t perform that action at this time.
0 commit comments