[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.
This commit is contained in:
Joseph Huber 2023-11-27 15:48:17 -06:00
parent 7440e4ed85
commit 216040eef2
6 changed files with 12 additions and 0 deletions

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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.