From 5e8008e8094c115ae0faacc7a3a56fe5aae0d7b9 Mon Sep 17 00:00:00 2001 From: Zhongxing Xu Date: Sat, 9 May 2009 13:27:17 +0000 Subject: [PATCH] add comments to test case. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71356 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/xfail_regionstore_wine_crash.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; -- 2.40.0