shithub: scc

Download patch

ref: 0723bca7d5a307fb6d1dcb61555c13fcae0ee9cb
parent: 000323f401e35302f86538722eaa171809b66f1d
author: Roberto E. Vargas Caballero <k0ga@shike2.com>
date: Fri Jan 22 09:59:44 EST 2016

Mark as disabled tests known to be wrong

There are some tests that are knows are not paased, and they are kept
in order to know that we have a bug, but it makes harder to see if
there is some regression in some moment.

--- a/cc1/tests/chktest.sh
+++ b/cc1/tests/chktest.sh
@@ -13,6 +13,7 @@
 	rm -f $chk
 	awk '/^name:/            {printf "Running %s ", $2}
 	     /^error:$/          {copyon=1; next}
+	     /^TODO/             {printf "[DISABLED]"}
 	     /^output:$/         {next}
 	     /^\*\//             {copyon=0; next}
 	     copyon==1           {print > "'$chk'"}' $i