summaryrefslogtreecommitdiff
path: root/test/sanitizer_common/TestCases/Linux/mprobe.cc
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2017-09-09 06:10:58 +0000
committerVitaly Buka <vitalybuka@google.com>2017-09-09 06:10:58 +0000
commit689b841c13f02c4f16a0f9d2bb5274e65ee7991a (patch)
tree1df3db32c817e22fb7a277bc555a44201a859f69 /test/sanitizer_common/TestCases/Linux/mprobe.cc
parentc5cad77b92f072222f3680cd2ccf82543448e43b (diff)
[ubsan] Enable UBsan in sanitizer_common tests
Summary: Failing tests just marked as UNSUPPORTED or XFAIL. Some of them can be easily supported, but I'll do this in separate patches. Reviewers: eugenis, alekseyshl Subscribers: srhines, kubamracek, llvm-commits, mgorny Differential Revision: https://reviews.llvm.org/D37630 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@312860 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/sanitizer_common/TestCases/Linux/mprobe.cc')
-rw-r--r--test/sanitizer_common/TestCases/Linux/mprobe.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_common/TestCases/Linux/mprobe.cc b/test/sanitizer_common/TestCases/Linux/mprobe.cc
index 57e5ba5a6..82c0faf0e 100644
--- a/test/sanitizer_common/TestCases/Linux/mprobe.cc
+++ b/test/sanitizer_common/TestCases/Linux/mprobe.cc
@@ -1,5 +1,5 @@
// RUN: %clangxx %s -o %t && %run %t 2>&1 | FileCheck %s
-// UNSUPPORTED: android
+// UNSUPPORTED: android, ubsan
#include <stdio.h>
#include <stdlib.h>