mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-02 05:42:04 +00:00
[OpenMP] Remove XFAIL for cancellation tests using gcc
llvm-svn: 354370
This commit is contained in:
parent
154ac075cd
commit
7d2cfa1fd5
@ -1,5 +1,4 @@
|
|||||||
// RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run
|
// RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run
|
||||||
// XFAIL: gcc
|
|
||||||
// Clang had a bug until version 4.0.1 which resulted in a hang.
|
// Clang had a bug until version 4.0.1 which resulted in a hang.
|
||||||
// UNSUPPORTED: clang-3, clang-4.0.0
|
// UNSUPPORTED: clang-3, clang-4.0.0
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
// RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run | %sort-threads | FileCheck %s
|
// RUN: %libomp-compile && env OMP_CANCELLATION=true %libomp-run | %sort-threads | FileCheck %s
|
||||||
// REQUIRES: ompt
|
// REQUIRES: ompt
|
||||||
// Current GOMP interface implementation does not support cancellation; icc 16 does not distinguish between sections and loops
|
// Current GOMP interface implementation does not support cancellation; icc 16 does not distinguish between sections and loops
|
||||||
// XFAIL: gcc, icc-16
|
// XFAIL: icc-16
|
||||||
|
|
||||||
#include "callback.h"
|
#include "callback.h"
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user