From 128f71061b50fb8d6e625be84e541e64f21daf13 Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Sat, 2 Jul 2022 17:21:10 -0700 Subject: Skip #39 testcases-cons case for mawk. Reported by Paul A. Patience. The test case depends on the order of keys in an associative array. This is not good, but be that as it may, the test case works for the Ubuntu 18 version of mawk (32 and 64 bit). It looks like Mawk has been changing something in its assoc array implementation, like the hashing function or whatever. Let's just skip mawk for that test. If it starts breaking for gawk, we will do a real fix. --- runtests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtests') diff --git a/runtests b/runtests index f060349..2e3c9f1 100755 --- a/runtests +++ b/runtests @@ -29,7 +29,7 @@ fi if [ -z "$suite" -o "$suite" = "cons" ] ; then cppawk=./bin/cppawk ./testsuite.awk testcases-cons - cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=37,38 testcases-cons + cppawk="./bin/cppawk --awk=mawk" ./testsuite.awk -v skip=37,38,39 testcases-cons fi if [ -z "$suite" -o "$suite" = "field" ] ; then -- cgit v1.2.3