Skip to content

Commit 216040e

Browse files
committed
[OpenMP] Temporarily disable OMPT tests for x64
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.
1 parent 7440e4e commit 216040e

File tree

6 files changed

+12
-0
lines changed

6 files changed

+12
-0
lines changed

openmp/libomptarget/test/ompt/veccopy.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: ompt
33
// UNSUPPORTED: aarch64-unknown-linux-gnu
44
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
5+
// UNSUPPORTED: x86_64-pc-linux-gnu
6+
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
57

68
/*
79
* Example OpenMP program that registers non-EMI callbacks

openmp/libomptarget/test/ompt/veccopy_data.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: ompt
33
// UNSUPPORTED: aarch64-unknown-linux-gnu
44
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
5+
// UNSUPPORTED: x86_64-pc-linux-gnu
6+
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
57

68
/*
79
* Example OpenMP program that registers EMI callbacks.

openmp/libomptarget/test/ompt/veccopy_disallow_both.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: ompt
33
// UNSUPPORTED: aarch64-unknown-linux-gnu
44
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
5+
// UNSUPPORTED: x86_64-pc-linux-gnu
6+
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
57

68
/*
79
* Example OpenMP program that shows that both EMI and non-EMI

openmp/libomptarget/test/ompt/veccopy_emi.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: ompt
33
// UNSUPPORTED: aarch64-unknown-linux-gnu
44
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
5+
// UNSUPPORTED: x86_64-pc-linux-gnu
6+
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
57

68
/*
79
* Example OpenMP program that registers EMI callbacks

openmp/libomptarget/test/ompt/veccopy_emi_map.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: ompt
33
// UNSUPPORTED: aarch64-unknown-linux-gnu
44
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
5+
// UNSUPPORTED: x86_64-pc-linux-gnu
6+
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
57

68
/*
79
* Example OpenMP program that shows that map-EMI callbacks are not supported.

openmp/libomptarget/test/ompt/veccopy_map.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
// REQUIRES: ompt
33
// UNSUPPORTED: aarch64-unknown-linux-gnu
44
// UNSUPPORTED: aarch64-unknown-linux-gnu-LTO
5+
// UNSUPPORTED: x86_64-pc-linux-gnu
6+
// UNSUPPORTED: x86_64-pc-linux-gnu-LTO
57

68
/*
79
* Example OpenMP program that shows that map callbacks are not supported.

0 commit comments

Comments
 (0)