[hackers] [scc] Mark as disabled tests known to be wrong || Roberto E. Vargas Caballero
commit 0723bca7d5a307fb6d1dcb61555c13fcae0ee9cb
Author: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
AuthorDate: Fri Jan 22 14:59:44 2016 +0100
Commit: Roberto E. Vargas Caballero <k0ga_AT_shike2.com>
CommitDate: Fri Jan 22 14:59:44 2016 +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.
diff --git a/cc1/tests/chktest.sh b/cc1/tests/chktest.sh
index e162cda..35224ae 100755
--- a/cc1/tests/chktest.sh
+++ b/cc1/tests/chktest.sh
_AT_@ -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
Received on Fri Jan 22 2016 - 15:06:56 CET
This archive was generated by hypermail 2.3.0
: Fri Jan 22 2016 - 15:12:34 CET