Skip to content

Commit 5d5a570

Browse files
authored
[SYCL][E2E] Update some XFAIL tests (#15908)
Update the tests that already contain a link. Also update lit config and tests to not include `.c` files, we don't have such tests in SYCL.
1 parent 036fff0 commit 5d5a570

File tree

16 files changed

+17
-31
lines changed

16 files changed

+17
-31
lines changed

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

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

4-
// https://github.com/intel/llvm/issues/14826
54
// XFAIL: arch-intel_gpu_pvc
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
66

77
//==----------------accessor.cpp - SYCL accessor basic test ----------------==//
88
//

sycl/test-e2e/Basic/fpga_tests/fpga_pipes_mixed_usage.cpp

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

12-
// https://github.com/intel/llvm/issues/13887
1312
// XFAIL: *
13+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/13887
1414
// If users need to use host pipe feature provided by experimental::pipe, all
1515
// pipes in their design should use the experimental::pipe (as a workround).
1616

sycl/test-e2e/Basic/image/srgba-read.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// REQUIRES: aspect-ext_oneapi_srgb, aspect-ext_intel_legacy_image
2-
// https://github.com/intel/llvm/issues/14387
32
// XFAIL: gpu-intel-dg2
3+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14387
44
// RUN: %{build} -o %t.out
55
// RUN: %{run} %t.out | FileCheck %s
66

sycl/test-e2e/DeprecatedFeatures/set_arg_interop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: opencl, opencl_icd
22

3-
// https://github.com/intel/llvm/issues/14826
43
// XFAIL: arch-intel_gpu_pvc
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
55

66
// RUN: %{build} -D__SYCL_INTERNAL_API -o %t.out %opencl_lib -O3
77
// RUN: %{run} %t.out

sycl/test-e2e/DeviceArchitecture/device_architecture_comparison_on_device_aot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: arch-intel_gpu_pvc, ocloc
22

3-
// https://github.com/intel/llvm/issues/14826
43
// XFAIL: arch-intel_gpu_pvc
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
55

66
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_pvc %s -o %t.out
77
// RUN: %{run} %t.out

sycl/test-e2e/ESIMD/assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
//
77
// The test still fails after GPU driver update on Linux. Temporary marking it
88
// as expected to fail, whilst it is being investigated, see intel/llvm#11359
9-
// FIXME: remove that XFAIL
109
// XFAIL: linux
10+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11359
1111
//
1212
// Hanging on gen12, remove when internal tracker fixed
1313
// UNSUPPORTED: gpu-intel-gen12

sycl/test-e2e/LLVMIntrinsicLowering/sub_byte_bitreverse.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,8 @@
33

44
// UNSUPPORTED: hip || cuda
55

6-
// TODO: Remove XFAIL after fixing
7-
// https://github.com/intel/intel-graphics-compiler/issues/330
86
// XFAIL: gpu
7+
// XFAIL-TRACKER: https://github.com/intel/intel-graphics-compiler/issues/330
98

109
// Make dump directory.
1110
// RUN: rm -rf %t.spvdir && mkdir %t.spvdir

sycl/test-e2e/Plugin/interop-cuda-experimental.cpp

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

6-
// An issue has been reported in https://github.com/intel/llvm/issues/14116
76
// XFAIL: *
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14116
88

99
#define SYCL_EXT_ONEAPI_BACKEND_CUDA_EXPERIMENTAL 1
1010
#include <sycl/backend.hpp>

sycl/test-e2e/Plugin/interop-experimental-single-TU-SYCL-CUDA-compilation.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
// RUN: %{build} %cuda_options -lcudart -lcuda -x cuda -o %t.out
33
// RUN: %{run} %t.out
44

5-
// An issue has been reported in https://github.com/intel/llvm/issues/14115
65
// XFAIL: *
6+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14116
77

88
#include <cuda.h>
99
#include <sycl/detail/core.hpp>

sycl/test-e2e/VirtualFunctions/multiple-translation-units/separate-call.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
// VTables are global variables with possibly external linkage and that causes
44
// them to be copied into every module we produce during device code split
55
// which in turn leads to multiple definitions error at runtime.
6-
// https://github.com/intel/llvm/issues/15069
76
// XFAIL: *
7+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15069
88
//
99
// This test covers a scenario where virtual functions defintion and their uses
1010
// are split into different translation units. In particular:

0 commit comments

Comments
 (0)