Skip to content

Commit e33db4c

Browse files
committed
Remove XFAILs from remainign E2E tests
1 parent 69a1db1 commit e33db4c

17 files changed

+0
-23
lines changed

sycl/test-e2e/Basic/max_linear_work_group_size_props.cpp

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

44
// This property is not yet supported by all UR adapters
5-
// XFAIL: level_zero, opencl, hip
65

76
#include <sycl/detail/core.hpp>
87

sycl/test-e2e/Basic/max_work_group_size_props.cpp

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

44
// This property is not yet supported by all UR adapters
5-
// XFAIL: level_zero, opencl, hip
65

76
#include <sycl/detail/core.hpp>
87

sycl/test-e2e/DeviceLib/assert-windows.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
//
33
// FIXME: OpenCL CPU backend compiler crashes on a call to _wassert.
44
// Disable the test until the fix reaches SYCL test infrastructure.
5-
// XFAIL: *
65
//
76
// RUN: %{build} -o %t.out
87
//

sycl/test-e2e/ESIMD/hardware_dispatch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// XFAIL: igc-dev
98
// REQUIRES: ocloc && arch-intel_gpu_tgllp
109
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp %s -o %t.out
1110
// RUN: %{run-unfiltered-devices} %t.out

sycl/test-e2e/InlineAsm/asm_multiple_instructions.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
// RUN: %{run} %t.out
77
// The test is failing when writing directly to output buffer.
88
// If temporary variable is used (see TO_PASS mode) the test succeeded.
9-
// XFAIL: gpu && run-mode
109
#include "include/asmhelper.h"
1110
#include <iostream>
1211
#include <vector>

sycl/test-e2e/NewOffloadDriver/multisource.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
// XFAIL: cuda
98
// Separate kernel sources and host code sources
109
// Test with `--offload-new-driver`
1110
// RUN: %{build} --offload-new-driver -c -o %t.kernel.o -DINIT_KERNEL -DCALC_KERNEL

sycl/test-e2e/NewOffloadDriver/split-per-source-main.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// RUN: --offload-new-driver -fsycl-dead-args-optimization
33
// RUN: %{run} %t.out
44
//
5-
// XFAIL: hip_nvidia, cuda
65

76
#include "Inputs/split-per-source.h"
87

sycl/test-e2e/NewOffloadDriver/sycl-external-with-optional-features.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// RUN: %{build} -DSOURCE2 --offload-new-driver -c -o %t2.o
44
// RUN: %clangxx -Wno-error=unused-command-line-argument -fsycl -fsycl-targets=%{sycl_triple} --offload-new-driver %t1.o %t2.o -o %t.exe
55
// RUN: %{run} %t.exe
6-
// XFAIL: cuda
76

87
#ifdef SOURCE1
98
#include <iostream>

sycl/test-e2e/OptionalKernelFeatures/throw-exception-for-out-of-registers-on-kernel-launch.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// REQUIRES: cuda
22
// RUN: %{build} -o %t.out
33
// RUN: %{run} %t.out
4-
// XFAIL: *
54

65
#include <numeric>
76
#include <string_view>

sycl/test-e2e/PerformanceTests/Reduction/reduce_over_sub_group.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
// XFAIL: native_cpu
21
// RUN: %{build} -o %t.out
32
// RUN: %{run} %t.out
43

0 commit comments

Comments
 (0)