Skip to content

Commit 2e7c2ef

Browse files
authored
[SYCL][E2E] Update unsupported tests with issue (#16008)
Update the format of UNSUPPORTED tests that already have an issue link
1 parent 0d5dc84 commit 2e7c2ef

File tree

62 files changed

+82
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+82
-136
lines changed

sycl/test-e2e/AddressSanitizer/nullpointer/global_nullptr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
// RUN: %{build} %device_asan_flags -O2 -g -o %t3.out
77
// RUN: %{run} not %t3.out 2>&1 | FileCheck %s
88

9-
// See https://github.com/intel/llvm/issues/15453
109
// UNSUPPORTED: gpu-intel-dg2
10+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15453
1111

1212
#include <sycl/detail/core.hpp>
1313

sycl/test-e2e/AtomicRef/assignment_atomic64_generic.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: %{build} -fsycl-device-code-split=per_kernel -o %t.out
33
// RUN: %{run} %t.out
44

5-
// https://github.com/intel/llvm/issues/15791
65
// UNSUPPORTED: hip_amd
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15791
77

88
#include "assignment.h"
99
#include <iostream>

sycl/test-e2e/AtomicRef/exchange.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// https://github.com/intel/llvm/issues/15791
54
// UNSUPPORTED: hip_amd
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15791
66

77
#include "exchange.h"
88

sycl/test-e2e/Basic/accessor/host_task_accessor_deduction.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// RUN: %{run} %t.out
33

44
// Disabled on PVC without igc-dev due to timeout.
5-
// https://github.com/intel/llvm/issues/14826
65
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826

sycl/test-e2e/Basic/buffer/subbuffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
// RUN: %{build} -o %t.out
22
// RUN: %{run} %t.out
33

4-
// See https://github.com/intel/llvm/issues/15151
54
// UNSUPPORTED: (opencl && gpu)
5+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15151
66

77
//
88
//==---------- subbuffer.cpp --- sub-buffer basic test ---------------------==//

sycl/test-e2e/Basic/image/image_array.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out
66

7-
// See https://github.com/intel/llvm/issues/15398
87
// UNSUPPORTED: gpu
8+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15398
99

1010
//==------------------- image.cpp - SYCL image basic test -----------------==//
1111
//

sycl/test-e2e/ESIMD/addc.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
10-
// https://github.com/intel/llvm/issues/14868
1110
// UNSUPPORTED: windows
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14868
1212

1313
// The test verifies ESIMD API that adds 2 32-bit integer scalars/vectors with
1414
// carry returning the result as 2 parts: carry flag the input modified operand

sycl/test-e2e/ESIMD/named_barriers/loop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// RUN: %{run} %t.out
1212

1313
// Disabled on PVC without igc-dev due to flaky failures.
14-
// https://github.com/intel/llvm/issues/14826
1514
// UNSUPPORTED: arch-intel_gpu_pvc && !igc-dev
15+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
1616

1717
// Test checks support of named barrier in a loop in ESIMD kernel.
1818
// SLM and surface size is 32 bytes, 16 bytes per iteration.

sycl/test-e2e/ESIMD/named_barriers/loop_extended.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
// RUN: %{run} %t.out
1212

1313
// Disabled on PVC due to flaky failures.
14-
// https://github.com/intel/llvm/issues/14826
1514
// UNSUPPORTED: arch-intel_gpu_pvc
15+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14826
1616

1717
// Test checks support of named barrier in a loop in ESIMD kernel.
1818
// First iteration has 1 barrier and 1 producer, second - 2 barriers and 2

sycl/test-e2e/ESIMD/subb.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
//===----------------------------------------------------------------------===//
88
// RUN: %{build} -o %t.out
99
// RUN: %{run} %t.out
10-
// https://github.com/intel/llvm/issues/14868
1110
// UNSUPPORTED: windows
11+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/14868
1212

1313
// The test verifies ESIMD API that substracts 2 32-bit integer scalars/vectors
1414
// with borrow returning the result as 2 parts: borrow flag the input modified

0 commit comments

Comments
 (0)