diff options
Diffstat (limited to 'test/esan/TestCases/workingset-midreport.cpp')
-rw-r--r-- | test/esan/TestCases/workingset-midreport.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/esan/TestCases/workingset-midreport.cpp b/test/esan/TestCases/workingset-midreport.cpp index 2c29cf48ccf7..38c376554380 100644 --- a/test/esan/TestCases/workingset-midreport.cpp +++ b/test/esan/TestCases/workingset-midreport.cpp @@ -4,6 +4,9 @@ // RUN: %clang -O0 %s -o %t 2>&1 // RUN: %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-NO-ESAN +// FIXME: Re-enable once PR33590 is fixed. +// UNSUPPORTED: x86_64 + #include <sanitizer/esan_interface.h> #include <sched.h> #include <stdio.h> |