git: c387c23098d3 - main - tests/sys/fs: remove mips workaround
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 15 Sep 2022 13:58:49 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=c387c23098d3b540ca6049b161ab08e1dd9794f7 commit c387c23098d3b540ca6049b161ab08e1dd9794f7 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2022-09-15 13:57:43 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2022-09-15 13:58:42 +0000 tests/sys/fs: remove mips workaround MIPS is gone, so we no longer require this check. Reviewed by: imp, asomers Differential Revision: https://reviews.freebsd.org/D36566 --- tests/sys/fs/Makefile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/sys/fs/Makefile b/tests/sys/fs/Makefile index a117854ec00d..6769f2182e79 100644 --- a/tests/sys/fs/Makefile +++ b/tests/sys/fs/Makefile @@ -12,13 +12,8 @@ TESTSRC= ${SRCTOP}/contrib/netbsd-tests/fs #TESTS_SUBDIRS+= nullfs # XXX: needs rump # fusefs tests cannot be compiled/used without the googletest infrastructure. .if ${COMPILER_FEATURES:Mc++14} && ${MK_GOOGLETEST} != "no" -# Don't build fusefs tests for MIPS while LLVM PR 43263 is active, as part -# of the fusefs tests trigger excessively long compile time. The build does -# eventually succeed, but it's perhaps better to not do so by default for now. -.if ${MACHINE_CPUARCH} != "mips" || ${COMPILER_TYPE} != "clang" TESTS_SUBDIRS+= fusefs .endif -.endif TESTS_SUBDIRS+= tmpfs ${PACKAGE}FILES+= h_funcs.subr