Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYCL][E2E] XFAIL three tests for driver update #13543

Merged
merged 1 commit into from
Apr 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions sycl/test-e2e/Basic/kernel_info.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
// Fail is flaky for level_zero, enable when fixed.
// UNSUPPORTED: level_zero
//
// Consistently fails with opencl, enable when fixed.
// XFAIL: opencl

//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
//
Expand Down
2 changes: 2 additions & 0 deletions sycl/test-e2e/GroupAlgorithm/root_group.cpp
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Fails with opencl, enable when fixed.
// XFAIL: opencl
// RUN: %{build} -I . -o %t.out
// RUN: %{run} %t.out

Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/KernelCompiler/opencl_queries.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@
// REQUIRES: ocloc && (opencl || level_zero)
// UNSUPPORTED: accelerator

// Fails with opencl, enable when fixed.
// XFAIL: opencl

// RUN: %{build} -o %t.out
// RUN: %{run} %t.out

Expand Down
Loading