lang/go{-121,-devel}: Fix tests running under nobody user and mark TESTING_UNSAFE.

2024Q2
Gleb Popov 2024-03-02 16:05:30 +03:00
parent b39241dc33
commit 71cdbc6f78
2 changed files with 2 additions and 0 deletions

View File

@ -124,6 +124,7 @@ do-install:
do-test:
cd ${WRKSRC}/src && ${SETENV} \
${TEST_ENV} \
GOROOT=${WRKSRC} \
PATH=${WRKSRC}/bin:${PATH} \
GOOS=${OPSYS:tl} \

View File

@ -21,5 +21,6 @@ DISTINFO_FILE= ${.CURDIR}/distinfo
SHEBANG_FILES= misc/wasm/go_js_wasm_exec \
src/net/http/cgi/testdata/test.cgi
BASH= ${SH}
TESTING_UNSAFE= MemorySanitizer: use-of-uninitialized-value (/tmp/TestMSAN747758340/msan8+0x11efcf) in msanGoLoop
.include "${MASTERDIR}/Makefile"