From: Zhongxing Xu Date: Sat, 9 May 2009 13:27:17 +0000 (+0000) Subject: add comments to test case. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5e8008e8094c115ae0faacc7a3a56fe5aae0d7b9;p=clang add comments to test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71356 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Analysis/xfail_regionstore_wine_crash.c b/test/Analysis/xfail_regionstore_wine_crash.c index b6968c73a4..2628d0dacf 100644 --- a/test/Analysis/xfail_regionstore_wine_crash.c +++ b/test/Analysis/xfail_regionstore_wine_crash.c @@ -2,7 +2,8 @@ // XFAIL // When this test passes we should put it in the misc-ps.m test file. - +// This test fails now because RegionStoreManager::Retrieve() does correctly +// retrieve the first byte of 'x' when retrieving '*y'. void foo() { long x = 0; char *y = (char *) &x;