forked from OSchip/llvm-project
[TSan][Darwin] Mark test unsupported
This commit is contained in:
parent
7cbb6e9a8f
commit
6703fe25b7
|
@ -1,4 +1,8 @@
|
|||
// RUN: %clang_tsan -O1 %s -o %t && %deflake %run %t | FileCheck %s
|
||||
|
||||
// on_exit() is not available on Darwin.
|
||||
// UNSUPPORTED: darwin
|
||||
|
||||
#include "test.h"
|
||||
|
||||
volatile long global;
|
||||
|
|
Loading…
Reference in New Issue