mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2024-11-23 13:50:11 +00:00
[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:
parent
7440e4ed85
commit
216040eef2
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user