From: Ilya Leoshkevich <[email protected]> Now that the page_check_range() race condition is fixed, let vma-pthread run on CI again.
This reverts commit 5842de51573fdbd7299ab4b33d64b7446cc07649. Signed-off-by: Ilya Leoshkevich <[email protected]> Reviewed-by: Richard Henderson <[email protected]> Reviewed-by: Pierrick Bouvier <[email protected]> Signed-off-by: Richard Henderson <[email protected]> Message-ID: <[email protected]> --- tests/tcg/multiarch/Makefile.target | 9 --------- 1 file changed, 9 deletions(-) diff --git a/tests/tcg/multiarch/Makefile.target b/tests/tcg/multiarch/Makefile.target index 508149d57b..ab4bf9c5d5 100644 --- a/tests/tcg/multiarch/Makefile.target +++ b/tests/tcg/multiarch/Makefile.target @@ -60,15 +60,6 @@ tb-link: LDFLAGS+=-lpthread # code to work around the compiler. sha1: CFLAGS+=-Wno-stringop-overread -Wno-unknown-warning-option -# The vma-pthread seems very sensitive on gitlab and we currently -# don't know if its exposing a real bug or the test is flaky. -ifneq ($(GITLAB_CI),) -run-vma-pthread: vma-pthread - $(call skip-test, $<, "flaky on CI?") -run-plugin-vma-pthread-with-%: vma-pthread - $(call skip-test, $<, "flaky on CI?") -endif - run-test-mmap: test-mmap $(call run-test, test-mmap, $(QEMU) $<, $< (default)) -- 2.43.0
