[cfe-commits] r71356 - /cfe/trunk/test/Analysis/xfail_regionstore_wine_crash.c

Zhongxing Xu xuzhongxing at gmail.com
Sat May 9 06:27:17 PDT 2009


Author: zhongxingxu
Date: Sat May  9 08:27:17 2009
New Revision: 71356

URL: http://llvm.org/viewvc/llvm-project?rev=71356&view=rev
Log:
add comments to test case.

Modified:
    cfe/trunk/test/Analysis/xfail_regionstore_wine_crash.c

Modified: cfe/trunk/test/Analysis/xfail_regionstore_wine_crash.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/xfail_regionstore_wine_crash.c?rev=71356&r1=71355&r2=71356&view=diff

==============================================================================
--- cfe/trunk/test/Analysis/xfail_regionstore_wine_crash.c (original)
+++ cfe/trunk/test/Analysis/xfail_regionstore_wine_crash.c Sat May  9 08:27:17 2009
@@ -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;





More information about the cfe-commits mailing list