scc

simple C compiler
git clone git://git.2f30.org/scc
Log | Files | Refs | README | LICENSE

commit 0723bca7d5a307fb6d1dcb61555c13fcae0ee9cb
parent 000323f401e35302f86538722eaa171809b66f1d
Author: Roberto E. Vargas Caballero <k0ga@shike2.com>
Date:   Fri, 22 Jan 2016 14:59:44 +0100

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.

Diffstat:
Mcc1/tests/chktest.sh | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/cc1/tests/chktest.sh b/cc1/tests/chktest.sh @@ -13,6 +13,7 @@ do 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