]> granicus.if.org Git - clang/commitdiff
[analyzer] This test is breaking windows bots, make it darwin-specific.
authorAnna Zaks <ganna@apple.com>
Sat, 17 Mar 2012 01:53:32 +0000 (01:53 +0000)
committerAnna Zaks <ganna@apple.com>
Sat, 17 Mar 2012 01:53:32 +0000 (01:53 +0000)
(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

index 326161b06ab256c3c634f6f847e1ac2162efaed1..d347e5f9fcfc20dac1ed0d1d728c0edd80c96bd7 100644 (file)
@@ -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;