[OpenMP][Tests][NFC] Mark tests trying to link COI as unsupported

For some tests with target-related functionality icc 18/19 tries to link
libioffload_target.so.5, which fails for missing COI symbols.
This commit is contained in:
Joachim Protze 2021-10-25 16:10:14 +02:00
parent d7fdd236d5
commit 047890bc3f
4 changed files with 12 additions and 0 deletions

View File

@ -1,4 +1,7 @@
// RUN: %libomp-compile-and-run
// Linking fails for icc 18
// UNSUPPORTED: icc-18
#include <stdio.h>
#include "omp_testsuite.h"

View File

@ -1,4 +1,8 @@
// RUN: %libomp-compile-and-run
// Linking fails for icc 18/19
// UNSUPPORTED: icc-18, icc-19
#include <stdio.h>
#include "omp_testsuite.h"

View File

@ -1,4 +1,7 @@
// RUN: %libomp-compile-and-run
// critial with hint was introduced with icc 19
// UNSUPPORTED: icc-18
#include <stdio.h>
#include <omp.h>
#include "omp_testsuite.h"

View File

@ -1,5 +1,7 @@
// RUN: %libomp-compile-and-run
// UNSUPPORTED: gcc
// Linking fails for icc 18/19
// UNSUPPORTED: icc-18, icc-19
#include <stdio.h>
#include <stdlib.h>