Skip to content

Commit

Permalink
[SYCL] Disable failing Windows tests (#270)
Browse files Browse the repository at this point in the history
Cherry-pick commit intel@b78844b
from `sycl-graph-patch-4` back to `sycl-graph-develop` until
these Windows fails are investigated and resolved

* #267
* #268
* #269
  • Loading branch information
EwanC authored Jul 19, 2023
1 parent 586c9ad commit c7fd219
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/Explicit/reduction.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// REQUIRES: level_zero, gpu
//
// L0 leaks resources on Windows
// XFAIL: windows
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
Expand Down
4 changes: 3 additions & 1 deletion sycl/test-e2e/Graph/RecordReplay/concurrent_graph.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
// REQUIRES: level_zero, gpu
// Test unexpectedly passes on Windows, require Linux until fixed
// REQUIRES: level_zero, gpu, linux
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/dotp_multiple_queues.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// REQUIRES: level_zero, gpu
//
// A non-zero exit code is returned on Windows
// XFAIL: windows
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
Expand Down
4 changes: 4 additions & 0 deletions sycl/test-e2e/Graph/RecordReplay/valid_no_end.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
// REQUIRES: level_zero, gpu
//
// A non-zero exit code is returned on Windows
// XFAIL: windows
//
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// RUN: %if ext_oneapi_level_zero %{env ZE_DEBUG=4 %{run} %t.out 2>&1 | FileCheck %s %}
Expand Down

0 comments on commit c7fd219

Please sign in to comment.