Skip to content

Commit

Permalink
[OpenMP] Temporarily disable OMPT tests for x64
Browse files Browse the repository at this point in the history
Summary:
These tests are currently failing, disable them so we can keep the bots
green until we find a better solution. The x64 tests are not the core
target so this is low priority.
  • Loading branch information
jhuber6 committed Nov 27, 2023
1 parent 7440e4e commit 216040e
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: ompt
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO

/*
* Example OpenMP program that registers non-EMI callbacks
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_data.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: ompt
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO

/*
* Example OpenMP program that registers EMI callbacks.
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_disallow_both.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: ompt
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO

/*
* Example OpenMP program that shows that both EMI and non-EMI
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_emi.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: ompt
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO

/*
* Example OpenMP program that registers EMI callbacks
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_emi_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: ompt
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO

/*
* Example OpenMP program that shows that map-EMI callbacks are not supported.
Expand Down
2 changes: 2 additions & 0 deletions openmp/libomptarget/test/ompt/veccopy_map.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
// REQUIRES: ompt
// UNSUPPORTED: aarch64-unknown-linux-gnu
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
// UNSUPPORTED: x86_64-pc-linux-gnu
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO

/*
* Example OpenMP program that shows that map callbacks are not supported.
Expand Down

0 comments on commit 216040e

Please sign in to comment.