nemiver r780 - in trunk: . tests



Author: dodji
Date: Sun Apr  6 09:14:28 2008
New Revision: 780
URL: http://svn.gnome.org/viewvc/nemiver?rev=780&view=rev

Log:
disable two broken non regression tests for now

	* tests/Makefile.am: don't run runtestoverloads automatically because
	  gdb has broken it. Also, don't run runtestglobalvariables because
	  the functionality is not mature yet. When the version of libstdc++
	  changes the result of the test changes.


Modified:
   trunk/ChangeLog
   trunk/tests/Makefile.am

Modified: trunk/tests/Makefile.am
==============================================================================
--- trunk/tests/Makefile.am	(original)
+++ trunk/tests/Makefile.am	Sun Apr  6 09:14:28 2008
@@ -1,13 +1,16 @@
 if AUTOTESTS
 # 'make check' automatically runs programs listed in the TESTS variable
-#
+
+
+#runtestoverloads
+#runtestglobalvariables
 TESTS=\
 runtestgdbmi runtestunicode \
 runtestcpptrait runtestvarlist \
 runtestvarwalker runtestbreakpoint \
-runtestoverloads runtestderef \
+runtestderef \
 runtestlocalvarslist runtestcpplexer \
-runtestcppparser runtestglobalvariables \
+runtestcppparser  \
 runtestlibtoolwrapperdetection
 
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]