Skip to content

Commit c1cc1f2

Browse files
authored
[SYCL][E2E] Disable flaky tests on AMD (#17237)
See: * #17236 * #17235
1 parent e2ab2b9 commit c1cc1f2

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/Adapters/retain_events.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
44

5+
// UNSUPPORTED: hip
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17236
7+
58
#include <algorithm>
69
#include <cstdio>
710
#include <numeric>

sycl/test-e2e/HostInteropTask/host-task-dependency3.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
// RUN: %{run} %t.out 10
66

7+
// UNSUPPORTED: hip
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17235
9+
710
#include <chrono>
811
#include <iostream>
912
#include <sycl/detail/core.hpp>

0 commit comments

Comments
 (0)