Raymond Toy pushed to branch issue-446-use-cc-to-get-errno at cmucl / cmucl Commits: 38a4e045 by Raymond Toy at 2025-10-24T17:51:27-07:00 Disable shellcheck SC2006 For Solaris with ancient implementation of `sh`, we use backticks instead of `$(...)`. This requires disabling this check for the one line in create-errno.sh. - - - - - 550ca950 by Raymond Toy at 2025-10-24T17:53:26-07:00 Use branch cmucl-expected-failures-etypecase.15 On darwin the ansi test `etypcase.15` fails for some reason. Use the branch cmucl-expected-failures-etypecase.15 for the ansi tests to note that this is an expected failure. - - - - - 2 changed files: - bin/create-errno.sh - bin/run-ansi-tests.sh Changes: ===================================== bin/create-errno.sh ===================================== @@ -61,6 +61,7 @@ TEMPLATE_PKG="bin/errno-pkg-template.lisp" # Set ERRNO_FILE to an OS-specific name if possible. If not, use the # default ERRNO_FILE value. if [ -z "$DEFAULT" ]; then + # shellcheck disable=SC2006 case `uname -s` in Linux) ERRNO_FILE="bin/errno-linux.lisp" ;; ===================================== bin/run-ansi-tests.sh ===================================== @@ -36,7 +36,7 @@ shift $((OPTIND - 1)) # Use branch cmucl-expected-failures in general since this branch # generally has the list of expected failures. This is the branch to # use on cmucl master in general. -BRANCH=cmucl-expected-failures +BRANCH=cmucl-expected-failures-etypecase.15 set -x if [ -d ../ansi-test ]; then View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/d4998b32fb5bbc50f3c30b2... -- View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/compare/d4998b32fb5bbc50f3c30b2... You're receiving this email because of your account on gitlab.common-lisp.net.