Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit e1732a7

Browse files
committed
Disable failing tests
1 parent 11cb277 commit e1732a7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

SYCL/ESIMD/api/simd_any_all.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl %s -fsycl-device-code-split=per_kernel -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212
//
13+
// Fails on ESIMD emulator with "double free or corruption (!prev)".
14+
// XFAIL: esimd_emulator
15+
//
1316
// Smoke test for esimd any/all operations APIs.
1417

1518
#include "../esimd_test_utils.hpp"

SYCL/ESIMD/regression/big_const_initializer.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
// UNSUPPORTED: cuda || hip
1010
// RUN: %clangxx -fsycl -I%S/.. %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
12+
//
13+
// Fails on ESIMD emulator with "Native API failed. Native API returns: -59
14+
// (CL_INVALID_OPERATION) -59 (CL_INVALID_OPERATION)"
15+
// XFAIL: esimd_emulator
1216

1317
// This test checks that ESIMD program with big constant initializer list can
1418
// compile and run correctly.

SYCL/KernelAndProgram/undefined-symbol.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: cuda || hip || (opencl && gpu)
1+
// XFAIL: cuda || hip
22
// RUN: %clangxx -fsycl %s -o %t.out
33
// RUN: %CPU_RUN_PLACEHOLDER %t.out
44
// RUN: %GPU_RUN_PLACEHOLDER %t.out

0 commit comments

Comments
 (0)