Skip to content

Commit 92f5b98

Browse files
[SYCL][E2E] Disable TaskSequence/* tests on Linux (#13080)
They fail in post-commit
1 parent 36450f2 commit 92f5b98

6 files changed

+18
-0
lines changed

sycl/test-e2e/TaskSequence/concurrent-loops.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// FIXME: failure in post-commit, re-enable when fixed:
10+
// UNSUPPORTED: linux
11+
912
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1013
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1114
// RUN: %{run} %t.out

sycl/test-e2e/TaskSequence/in-order-async-get.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// FIXME: failure in post-commit, re-enable when fixed:
10+
// UNSUPPORTED: linux
11+
912
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1013
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1114
// RUN: %{run} %t.out

sycl/test-e2e/TaskSequence/mult-and-add.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// FIXME: failure in post-commit, re-enable when fixed:
10+
// UNSUPPORTED: linux
11+
912
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1013
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1114
// RUN: %{run} %t.out

sycl/test-e2e/TaskSequence/multi-kernel-task-function-reuse.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// FIXME: failure in post-commit, re-enable when fixed:
10+
// UNSUPPORTED: linux
11+
912
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1013
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1114
// RUN: %{run} %t.out

sycl/test-e2e/TaskSequence/producer-consumer.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// FIXME: failure in post-commit, re-enable when fixed:
10+
// UNSUPPORTED: linux
11+
912
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1013
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1114
// RUN: %{run} %t.out

sycl/test-e2e/TaskSequence/struct-array-args-and-return.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9+
// FIXME: failure in post-commit, re-enable when fixed:
10+
// UNSUPPORTED: linux
11+
912
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1013
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1114
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)