summaryrefslogtreecommitdiff
path: root/test/tsan/debug_alloc_stack.cc
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2016-12-19 18:54:34 +0000
committerKuba Mracek <mracek@apple.com>2016-12-19 18:54:34 +0000
commitd177c009fc83b8571254a2fcca43aa12bb1d5135 (patch)
tree02cfd72854ef48db81706e0ff66f8119c1947e88 /test/tsan/debug_alloc_stack.cc
parent04848304ce626958a0161b85f87af97bad40ac2a (diff)
Fixup for r290119: Only run debug_alloc_stack.cc on Darwin until I figure out how to make it work on Linux.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@290129 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/tsan/debug_alloc_stack.cc')
-rw-r--r--test/tsan/debug_alloc_stack.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/tsan/debug_alloc_stack.cc b/test/tsan/debug_alloc_stack.cc
index a9383fce8..e7742278e 100644
--- a/test/tsan/debug_alloc_stack.cc
+++ b/test/tsan/debug_alloc_stack.cc
@@ -1,6 +1,9 @@
// RUN: %clangxx_tsan -O0 %s -o %t
// RUN: env %env_tsan_opts=stack_trace_format=DEFAULT %deflake %run %t 2>&1 | FileCheck %s
+// Until I figure out how to make this test work on Linux
+// REQUIRES: x86_64-darwin
+
#include "test.h"
#include <pthread.h>
#include <stdint.h>