The raw SSP test is broken without ASAN. Unfortunately, we can not reliably link ASAN support code in an external cross compiler (it might be for a newer OS version and require new syscalls). We need to be linking against an ASAN library matching the version of FreeBSD being built.
A commit references this bug: Author: brooks Date: Wed Oct 28 23:10:55 UTC 2020 New revision: 367121 URL: https://svnweb.freebsd.org/changeset/base/367121 Log: Disable ssp raw test without ASAN r366981 disabled ASAN when it might not be reliable (with an external compiler), but this test is broken without ASAN so disable it completely in that case. PR: 250706 Reviewed by: emaste, lwhsu Differential Revision: https://reviews.freebsd.org/D26982 Changes: head/lib/libc/tests/ssp/Makefile
A commit references this bug: Author: brooks Date: Tue Nov 3 23:29:08 UTC 2020 New revision: 367314 URL: https://svnweb.freebsd.org/changeset/base/367314 Log: MFC r367121: Disable ssp raw test without ASAN r366981 disabled ASAN when it might not be reliable (with an external compiler), but this test is broken without ASAN so disable it completely in that case. PR: 250706 Reviewed by: emaste, lwhsu Differential Revision: https://reviews.freebsd.org/D26982 Changes: _U stable/12/ stable/12/lib/libc/tests/ssp/Makefile
A commit references this bug: Author: brooks Date: Tue Nov 3 23:30:12 UTC 2020 New revision: 367315 URL: https://svnweb.freebsd.org/changeset/base/367315 Log: MFC r367121: Disable ssp raw test without ASAN r366981 disabled ASAN when it might not be reliable (with an external compiler), but this test is broken without ASAN so disable it completely in that case. PR: 250706 Reviewed by: emaste, lwhsu Differential Revision: https://reviews.freebsd.org/D26982 Changes: _U stable/11/ stable/11/lib/libc/tests/ssp/Makefile