Skip to content

Commit be6805f

Browse files
committed
Add XFAIL: run-mode to xfail tests that are able to build
1 parent be37e41 commit be6805f

File tree

15 files changed

+15
-15
lines changed

15 files changed

+15
-15
lines changed

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,7 +9,7 @@
99
// RUN: %{build} -o %t.out
1010
// RUN: %{run} %t.out
1111

12-
// XFAIL: *
12+
// XFAIL: run-mode
1313
// 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).

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,6 +1,6 @@
11
// REQUIRES: arch-intel_gpu_pvc, ocloc
22

3-
// XFAIL: arch-intel_gpu_pvc
3+
// XFAIL: arch-intel_gpu_pvc, run-mode
44
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/14826
55

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

sycl/test-e2e/ESIMD/assert.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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-
// XFAIL: linux
9+
// XFAIL: linux && run-mode
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11359
1111
//
1212
// Hanging on gen12, remove when internal tracker fixed

sycl/test-e2e/InlineAsm/asm_multiple_instructions.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
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
9+
// XFAIL: gpu && run-mode
1010
#include "include/asmhelper.h"
1111
#include <iostream>
1212
#include <vector>

sycl/test-e2e/InvokeSimd/Feature/ImplicitSubgroup/invoke_simd_struct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Passing/returning structures via invoke_simd() API is not implemented
22
// in GPU driver yet. Enable the test when GPU RT supports it.
3-
// XFAIL: gpu
3+
// XFAIL: gpu && run-mode
44
//
55
// RUN: %{build} -DIMPL_SUBGROUP -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out
66
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out

sycl/test-e2e/InvokeSimd/Feature/invoke_simd_struct.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Passing/returning structures via invoke_simd() API is not implemented
22
// in GPU driver yet. Enable the test when GPU RT supports it.
3-
// XFAIL: gpu
3+
// XFAIL: gpu, run-mode
44
//
55
// RUN: %{build} -fno-sycl-device-code-split-esimd -Xclang -fsycl-allow-func-ptr -o %t.out
66
// RUN: env IGC_VCSaveStackCallLinkage=1 IGC_VCDirectCallsOnly=1 %{run} %t.out

sycl/test-e2e/Matrix/SG32/joint_matrix_colA_rowB_colC.cpp

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

14-
// XFAIL:*
14+
// XFAIL: run-mode
1515

1616
#include "../common.hpp"
1717

sycl/test-e2e/Matrix/SPVCooperativeMatrix/SG32/joint_matrix_colA_rowB_colC.cpp

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

14-
// XFAIL:*
14+
// XFAIL: run-mode
1515

1616
#include "../../common.hpp"
1717

sycl/test-e2e/Matrix/SPVCooperativeMatrix/joint_matrix_colA_rowB_colC.cpp

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

13-
// XFAIL:*
13+
// XFAIL: run-mode
1414

1515
#include "../common.hpp"
1616

sycl/test-e2e/Matrix/joint_matrix_colA_rowB_colC.cpp

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

13-
// XFAIL:*
13+
// XFAIL: run-mode
1414

1515
#include "common.hpp"
1616

0 commit comments

Comments
 (0)