summaryrefslogtreecommitdiff
path: root/test/esan/TestCases/workingset-samples.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/esan/TestCases/workingset-samples.cpp')
-rw-r--r--test/esan/TestCases/workingset-samples.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/esan/TestCases/workingset-samples.cpp b/test/esan/TestCases/workingset-samples.cpp
index 7db2110b924f..d97b62ba4e8a 100644
--- a/test/esan/TestCases/workingset-samples.cpp
+++ b/test/esan/TestCases/workingset-samples.cpp
@@ -1,6 +1,9 @@
// RUN: %clang_esan_wset -O0 %s -o %t 2>&1
// RUN: %run %t 2>&1 | FileCheck %s
+// FIXME: Re-enable once PR33590 is fixed.
+// UNSUPPORTED: x86_64
+
#include <sanitizer/esan_interface.h>
#include <sched.h>
#include <stdlib.h>