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

Commit db832b7

Browse files
committed
Enable tests back as the should be fixed
1 parent ebfbc2d commit db832b7

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

SYCL/ESIMD/api/simd_any_all.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@
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-
//
1613
// Smoke test for esimd any/all operations APIs.
1714

1815
#include "../esimd_test_utils.hpp"

SYCL/ESIMD/regression/big_const_initializer.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@
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
1612

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

0 commit comments

Comments
 (0)