Skip to content

Commit 5b7e3a3

Browse files
fveselovsmaslov-intel
authored andcommitted
[SYCL][ESIMD] Temporarily disable flaky tests (intel#318)
1 parent 6c10ab6 commit 5b7e3a3

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

SYCL/ESIMD/noinline_call_from_func.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
// REQUIRES: gpu
99
// Test currently timeouts on Windows Level Zero and OpenCL
1010
// UNSUPPORTED: windows
11+
// Temporarily disabled due to flaky behavior
12+
// REQUIRES: TEMPORARY_DISABLED
1113
// RUN: %clangxx -fsycl %s -o %t.out
1214
// RUN: env IGC_FunctionControl=3 IGC_ForceInlineStackCallWithImplArg=1 %GPU_RUN_PLACEHOLDER %t.out
1315
// UNSUPPORTED: cuda

SYCL/ESIMD/private_memory/pm_access_1.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88

99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda
11+
// Temporarily disabled due to flaky behavior
12+
// REQUIRES: TEMPORARY_DISABLED
1113
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1214
// RUN: %GPU_RUN_PLACEHOLDER %t.out 1

SYCL/ESIMD/private_memory/pm_access_2.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88

99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda
11+
// Temporarily disabled due to flaky behavior
12+
// REQUIRES: TEMPORARY_DISABLED
1113
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1214
// RUN: %GPU_RUN_PLACEHOLDER %t.out 2

SYCL/ESIMD/private_memory/pm_access_3.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,7 @@
88

99
// REQUIRES: gpu
1010
// UNSUPPORTED: cuda
11+
// Temporarily disabled due to flaky behavior
12+
// REQUIRES: TEMPORARY_DISABLED
1113
// RUN: %clangxx -fsycl -Xs "-stateless-stack-mem-size=131072" -I%S/.. %S/Inputs/pm_common.cpp -o %t.out
1214
// RUN: %GPU_RUN_PLACEHOLDER %t.out 3

0 commit comments

Comments
 (0)