Skip to content

Commit 239bdd8

Browse files
committed
Revert "[SYCL][E2E] Disable TaskSequence/* tests on Linux (intel#13080)"
This reverts commit 92f5b98.
1 parent deeb664 commit 239bdd8

6 files changed

+0
-24
lines changed

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

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// FIXME: compfail, see https://github.com/intel/llvm/issues/14284, re-enable
10-
// when fixed:
11-
// UNSUPPORTED: linux, windows
12-
139
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1410
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %{run} %t.out

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

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// FIXME: compfail, see https://github.com/intel/llvm/issues/14284, re-enable
10-
// when fixed:
11-
// UNSUPPORTED: linux, windows
12-
139
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1410
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %{run} %t.out

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

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// FIXME: compfail, see https://github.com/intel/llvm/issues/14284, re-enable
10-
// when fixed:
11-
// UNSUPPORTED: linux, windows
12-
139
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1410
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %{run} %t.out

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

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// FIXME: compfail, see https://github.com/intel/llvm/issues/14284, re-enable
10-
// when fixed:
11-
// UNSUPPORTED: linux, windows
12-
139
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1410
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %{run} %t.out

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

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// FIXME: compfail, see https://github.com/intel/llvm/issues/14284, re-enable
10-
// when fixed:
11-
// UNSUPPORTED: linux, windows
12-
139
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1410
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %{run} %t.out

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

-4
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@
66
//
77
//===----------------------------------------------------------------------===//
88

9-
// FIXME: compfail, see https://github.com/intel/llvm/issues/14284, re-enable
10-
// when fixed:
11-
// UNSUPPORTED: linux, windows
12-
139
// REQUIRES: aspect-ext_intel_fpga_task_sequence
1410
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
1511
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)