Skip to content

Commit af5b684

Browse files
authored
[SYCL][E2E] Disable more flaky tests (#17275)
Disabling flaky tests reported in: * #17251 * #17077 * #17026 * #17231 * #17212
1 parent 4cf325a commit af5b684

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

sycl/test-e2e/Basic/accessor/accessor.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
// RUN: %{build} -DSYCL2020_DISABLE_DEPRECATION_WARNINGS -o %t.out
22
// RUN: %{run} %t.out
33

4-
// Test flakily fails on PVC.
5-
// UNSUPPORTED: arch-intel_gpu_pvc
4+
// Test flakily fails on PVC and BMG.
5+
// UNSUPPORTED: arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21
66
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16401
7+
// BMG ticket: https://github.com/intel/llvm/issues/17251
78

89
//==----------------accessor.cpp - SYCL accessor basic test ----------------==//
910
//

sycl/test-e2e/Basic/parallel_for_range_roundup.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@
2222
// (using BufIndexes). i.e. check that the mapping of effective range to user
2323
// range is "one-to-one".
2424
//
25+
// UNSUPPORTED: hip
26+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17077
27+
//
2528
#include <iostream>
2629
#include <sycl/detail/core.hpp>
2730
#include <sycl/vector.hpp>

sycl/test-e2e/HostInteropTask/interop-task-cuda-buffer-migrate.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
//
99
// Make sure that memory migration works for buffers across devices in a context
1010
// when using host tasks.
11+
//
12+
// UNSUPPORTED: cuda
13+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17026
1114

1215
#include <cuda.h>
1316
#include <iostream>

sycl/test-e2e/bindless_images/copies/device_to_device_pitched.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// REQUIRES: aspect-ext_oneapi_bindless_images
22
// REQUIRES: aspect-ext_oneapi_bindless_images_2d_usm
33
// REQUIRES: cuda
4+
//
5+
// UNSUPPORTED: cuda
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17231
47

58
// RUN: %{build} -o %t.out
69
// RUN: %{run} %t.out

sycl/test-e2e/bindless_images/sampling_1D.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
// RUN: %{build} -o %t.out
44
// RUN: %{run-unfiltered-devices} env NEOReadDebugKeys=1 UseBindlessMode=1 UseExternalAllocatorForSshAndDsh=1 %t.out
55

6+
// UNSUPPORTED: hip
7+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17212
8+
69
#include <iostream>
710
#include <sycl/detail/core.hpp>
811
#include <sycl/ext/oneapi/bindless_images.hpp>

0 commit comments

Comments
 (0)