aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul A. Patience <paul@apatience.com>2022-07-03 03:28:18 +0000
committerKaz Kylheku <kaz@kylheku.com>2022-07-03 00:14:28 -0700
commit50b4d313a2efac74b2ae4d7a183bbad2bac35144 (patch)
tree5e890825c1909ccc6dacb984b050d712d9cf3604
parent128f71061b50fb8d6e625be84e541e64f21daf13 (diff)
downloadcppawk-50b4d313a2efac74b2ae4d7a183bbad2bac35144.tar.gz
cppawk-50b4d313a2efac74b2ae4d7a183bbad2bac35144.tar.bz2
cppawk-50b4d313a2efac74b2ae4d7a183bbad2bac35144.zip
Skip some testcases-iter cases for mawk.
Like the testcases-cons case skipped in commit 128f71061b50fb8d6e625be84e541e64f21daf13, these cases depend on the key ordering of arrays, which is evidently different in mawk 1.3.4-20200120 (the mawk with which these tests were detected as failing) and gawk.
-rwxr-xr-xruntests2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtests b/runtests
index 2e3c9f1..e685db1 100755
--- a/runtests
+++ b/runtests
@@ -19,7 +19,7 @@ fi
if [ -z "$suite" -o "$suite" = "iter" ] ; then
cppawk=./bin/cppawk ./testsuite.awk testcases-iter
- cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk testcases-iter
+ cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=1,6,7,10 testcases-iter
fi
if [ -z "$suite" -o "$suite" = "varg" ] ; then