From 9c20b75ad622456cb4811a21f436cfe4543cc1d1 Mon Sep 17 00:00:00 2001 From: Anna Zaks Date: Sat, 17 Mar 2012 01:53:32 +0000 Subject: [PATCH] [analyzer] This test is breaking windows bots, make it darwin-specific. (The plist output does not match the one we expect, specifically we do not detect that the interesting symbol is returned by a call.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@152969 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/malloc-plist.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Analysis/malloc-plist.c b/test/Analysis/malloc-plist.c index 326161b06a..d347e5f9fc 100644 --- a/test/Analysis/malloc-plist.c +++ b/test/Analysis/malloc-plist.c @@ -1,4 +1,4 @@ -// RUN: %clang_cc1 -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s +// RUN: %clang_cc1 -triple x86_64-apple-darwin -analyze -analyzer-checker=unix.Malloc -analyzer-output=plist -o %t %s // RUN: FileCheck --input-file %t %s typedef __typeof(sizeof(int)) size_t; -- 2.40.0