@samitouri / QOSamiQemu / commits / db6b71f1ad

Revert "tests/tcg: skip the vma-pthread test on CI"

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 <iii@linux.ibm.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@oss.qualcomm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org> Message-ID: <20260706165445.57418-4-iii@linux.ibm.com>

Ilya Leoshkevich committed Jul 6, 2026 at 18:51 UTC db6b71f1ad74a7e6ebef961cc7534fe83e12980a
1 file changed -9
tests/tcg/multiarch/Makefile.target
-9
@@ -60,15 +60,6 @@ tb-link: LDFLAGS+=-lpthread
60 # code to work around the compiler.
61 sha1: CFLAGS+=-Wno-stringop-overread -Wno-unknown-warning-option
62
63 -# The vma-pthread seems very sensitive on gitlab and we currently
64 -# don't know if its exposing a real bug or the test is flaky.
65 -ifneq ($(GITLAB_CI),)
66 -run-vma-pthread: vma-pthread
67 - $(call skip-test, $<, "flaky on CI?")
68 -run-plugin-vma-pthread-with-%: vma-pthread
69 - $(call skip-test, $<, "flaky on CI?")
70 -endif
71 -
63 run-test-mmap: test-mmap
64 $(call run-test, test-mmap, $(QEMU) $<, $< (default))
65