Skip to content

Commit

Permalink
Disable all Task Sequence tests (#14814)
Browse files Browse the repository at this point in the history
This change disables task sequence tests that are failing in
post-commit. The tests will be reenabled when the fpga emulator changes
are in.
  • Loading branch information
aejjehint authored Jul 26, 2024
1 parent 7e6db77 commit 711655c
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 0 deletions.
3 changes: 3 additions & 0 deletions sycl/test-e2e/TaskSequence/in-order-async-get.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//

// FIXME: failure in post-commit, re-enable when fixed:
// UNSUPPORTED: linux

// REQUIRES: aspect-ext_intel_fpga_task_sequence
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
// RUN: %{run} %t.out
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/TaskSequence/mult-and-add.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//

// FIXME: failure in post-commit, re-enable when fixed:
// UNSUPPORTED: linux

// REQUIRES: aspect-ext_intel_fpga_task_sequence
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
// RUN: %{run} %t.out
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//

// FIXME: failure in post-commit, re-enable when fixed:
// UNSUPPORTED: linux

// REQUIRES: aspect-ext_intel_fpga_task_sequence
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
// RUN: %{run} %t.out
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/TaskSequence/producer-consumer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//

// FIXME: failure in post-commit, re-enable when fixed:
// UNSUPPORTED: linux

// REQUIRES: aspect-ext_intel_fpga_task_sequence
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
// RUN: %{run} %t.out
Expand Down
3 changes: 3 additions & 0 deletions sycl/test-e2e/TaskSequence/struct-array-args-and-return.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//

// FIXME: failure in post-commit, re-enable when fixed:
// UNSUPPORTED: linux

// REQUIRES: aspect-ext_intel_fpga_task_sequence
// RUN: %clangxx -fsycl -fintelfpga %s -o %t.out
// RUN: %{run} %t.out
Expand Down

0 comments on commit 711655c

Please sign in to comment.