[UBsan] Disable summary.cpp on Darwin. The test requires ubsan-asan, which does not work yet.

llvm-svn: 218675
This commit is contained in:
Alexander Potapenko 2014-09-30 13:55:44 +00:00
parent a9d434918e
commit d775f3b5f0
1 changed files with 2 additions and 0 deletions

View File

@ -1,5 +1,7 @@
// RUN: %clangxx -fsanitize=integer %s -o %t && %t 2>&1 | FileCheck %s
// REQUIRES: ubsan-asan
// ubsan-asan doesn't work on Darwin yet.
// XFAIL: darwin
#include <stdint.h>