[llvm-commits] [poolalloc] r137582 - in /poolalloc/trunk/test/dsa/var_arg: multiple_callee.c multiple_callee_nomodref.c print.c

Will Dietz wdietz2 at illinois.edu
Sun Aug 14 02:57:55 PDT 2011


Author: wdietz2
Date: Sun Aug 14 04:57:55 2011
New Revision: 137582

URL: http://llvm.org/viewvc/llvm-project?rev=137582&view=rev
Log:
Mark remaining va_arg tests that use ds-aa as XFAIL and write TODO.

We should update these to use the same testing infrastructure as the rest,
   leaving in-tree because they test a few normal uses of var-args,
   along with reasoning about expected analysis results.

Modified:
    poolalloc/trunk/test/dsa/var_arg/multiple_callee.c
    poolalloc/trunk/test/dsa/var_arg/multiple_callee_nomodref.c
    poolalloc/trunk/test/dsa/var_arg/print.c

Modified: poolalloc/trunk/test/dsa/var_arg/multiple_callee.c
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/var_arg/multiple_callee.c?rev=137582&r1=137581&r2=137582&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/var_arg/multiple_callee.c (original)
+++ poolalloc/trunk/test/dsa/var_arg/multiple_callee.c Sun Aug 14 04:57:55 2011
@@ -1,3 +1,5 @@
+//TODO: Update this to not use ds-aa!
+//XFAIL: *
 #include <stdarg.h>
 //This tests having multiple parameters
 

Modified: poolalloc/trunk/test/dsa/var_arg/multiple_callee_nomodref.c
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/var_arg/multiple_callee_nomodref.c?rev=137582&r1=137581&r2=137582&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/var_arg/multiple_callee_nomodref.c (original)
+++ poolalloc/trunk/test/dsa/var_arg/multiple_callee_nomodref.c Sun Aug 14 04:57:55 2011
@@ -1,3 +1,5 @@
+//TODO: Update this to not use ds-aa!
+//XFAIL: *
 #include <stdarg.h>
 //This tests having multiple parameters
 //In particular, this verifies that dsa doesn't unnecessarily

Modified: poolalloc/trunk/test/dsa/var_arg/print.c
URL: http://llvm.org/viewvc/llvm-project/poolalloc/trunk/test/dsa/var_arg/print.c?rev=137582&r1=137581&r2=137582&view=diff
==============================================================================
--- poolalloc/trunk/test/dsa/var_arg/print.c (original)
+++ poolalloc/trunk/test/dsa/var_arg/print.c Sun Aug 14 04:57:55 2011
@@ -1,3 +1,5 @@
+//TODO: Update this to not use ds-aa!
+//XFAIL: *
 #include <stdarg.h>
 #include <stdio.h>
 #include <stdlib.h>





More information about the llvm-commits mailing list