Skip to content

Commit 2675f7f

Browse files
aelovikov-intelbb-sycl
authored andcommitted
[SYCL][ESIMD] Disable tests failing in pre-commit CI (intel#1261)
1 parent cec0409 commit 2675f7f

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

SYCL/ESIMD/api/simd_view_select_2d_int.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@
1313
// Smoke test for 2D region select API which can be used to represent 2D tiles.
1414
// Tests int types.
1515

16+
// Temporarily disable while the failure is being investigated.
17+
// UNSUPPORTED: windows
18+
1619
#include "simd_view_select_2d.hpp"
1720

1821
int main(int argc, char **argv) {

SYCL/ESIMD/ext_math.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@
1515
// - math function - sin, cos, ..., div_ieee, pow
1616
// - SYCL vs ESIMD APIs
1717

18+
// Temporarily disable while the failure is being investigated.
19+
// UNSUPPORTED: windows
20+
1821
#include "esimd_test_utils.hpp"
1922

2023
#include <sycl/builtins_esimd.hpp>

SYCL/ESIMD/matrix_transpose_glb.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
// RUN: %clangxx -fsycl %s -o %t.out
1111
// RUN: %GPU_RUN_PLACEHOLDER %t.out
1212

13+
// Temporarily disable while the failure is being investigated.
14+
// UNSUPPORTED: windows
15+
1316
#include "esimd_test_utils.hpp"
1417

1518
#include <iostream>

0 commit comments

Comments
 (0)