Skip to content

Commit

Permalink
[SYCL][E2E] Add an env var to run on Windows (intel#13822)
Browse files Browse the repository at this point in the history
SYCL_ENABLE_DEFAULT_CONTEXTS=1 is needed to run on Windows.
  • Loading branch information
bso-intel authored May 30, 2024
1 parent 2405942 commit e876532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sycl/test-e2e/AbiNeutral/device-info.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %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 %{ %{run} %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.
Expand Down

0 comments on commit e876532

Please sign in to comment.