[analyzer] Disable the checker-plugins test on Darwin.

Fixes a buildbot.

llvm-svn: 368765
This commit is contained in:
Artem Dergachev 2019-08-13 23:04:44 +00:00
parent 810b574d77
commit f5a60e590f
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
// REQUIRES: plugins
// FIXME: This test fails on clang-stage2-cmake-RgSan,
// see also https://reviews.llvm.org/D62445#1613268
// UNSUPPORTED: darwin
// RUN: %clang_analyze_cc1 -verify %s \
// RUN: -load %llvmshlibdir/SampleAnalyzerPlugin%pluginext \
// RUN: -analyzer-checker='example.MainCallChecker'