summaryrefslogtreecommitdiff
path: root/test/tsan/debug_alloc_stack.cc
diff options
context:
space:
mode:
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>