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

Commit 03757b7

Browse files
[SYCL][ESIMD] Disable tests failing in pre-commit CI (#1261)
1 parent 106dd60 commit 03757b7

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

SYCL/ESIMD/api/replicate_smoke.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@
1212
//
1313
// The test checks main functionality of the esimd::replicate_vs_w_hs function.
1414

15+
// Temporarily disable while the failure is being investigated.
16+
// UNSUPPORTED: windows
17+
1518
#include "../esimd_test_utils.hpp"
1619

1720
#include <iostream>

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)