Skip to content

Commit

Permalink
Add comments with github issue id for XFAIL'd tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yanfeng3721 committed Apr 16, 2024
1 parent 7b00751 commit 9091626
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sycl/test-e2e/Basic/built-ins/marray_geometric.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// RUN: %{build} -o %t.out
// RUN: %{run} %t.out
// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397
// XFAIL: cpu

#include "helpers.hpp"
Expand Down
1 change: 1 addition & 0 deletions sycl/test-e2e/KernelCompiler/kernel_compiler_spirv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out %S/Kernels/kernels.spv %S/Kernels/kernels_fp16.spv %S/Kernels/kernels_fp64.spv
// TODO: Remove XFAIL after fixing https://github.com/intel/llvm/issues/13397
// XFAIL: cpu

// Test case for the sycl_ext_oneapi_kernel_compiler_spirv extension. This test
Expand Down

0 comments on commit 9091626

Please sign in to comment.