Skip to content

Commit

Permalink
lang/go{-121,-devel}: Fix tests running under nobody user and mark TE…
Browse files Browse the repository at this point in the history
…STING_UNSAFE.
  • Loading branch information
arrowd committed Mar 2, 2024
1 parent b39241d commit 71cdbc6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions lang/go-devel/Makefile
Expand Up @@ -124,6 +124,7 @@ do-install:

do-test:
cd ${WRKSRC}/src && ${SETENV} \
${TEST_ENV} \
GOROOT=${WRKSRC} \
PATH=${WRKSRC}/bin:${PATH} \
GOOS=${OPSYS:tl} \
Expand Down
1 change: 1 addition & 0 deletions lang/go121/Makefile
Expand Up @@ -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"

0 comments on commit 71cdbc6

Please sign in to comment.