mirror of
https://github.com/qemu/qemu.git
synced 2026-07-08 17:46:10 +00:00
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 5842de5157.
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>
This commit is contained in:
committed by
Richard Henderson
parent
39678e16e8
commit
db6b71f1ad
@@ -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))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user