diff options
author | Paul A. Patience <paul@apatience.com> | 2022-07-03 03:28:18 +0000 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-07-03 00:14:28 -0700 |
commit | 50b4d313a2efac74b2ae4d7a183bbad2bac35144 (patch) | |
tree | 5e890825c1909ccc6dacb984b050d712d9cf3604 | |
parent | 128f71061b50fb8d6e625be84e541e64f21daf13 (diff) | |
download | cppawk-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-x | runtests | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |