All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ilya Leoshkevich <iii@linux.ibm.com>
To: Richard Henderson <richard.henderson@linaro.org>,
	Paolo Bonzini <pbonzini@redhat.com>
Cc: qemu-devel@nongnu.org, Ilya Leoshkevich <iii@linux.ibm.com>
Subject: [PATCH v2 3/3] Revert "tests/tcg: skip the vma-pthread test on CI"
Date: Mon,  6 Jul 2026 18:51:25 +0200	[thread overview]
Message-ID: <20260706165445.57418-4-iii@linux.ibm.com> (raw)
In-Reply-To: <20260706165445.57418-1-iii@linux.ibm.com>

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>
---
 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 508149d57bd..ab4bf9c5d53 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.54.0



  parent reply	other threads:[~2026-07-06 16:55 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-07-06 16:51 [PATCH v2 0/3] accel/tcg: Make PageFlagsNodes' start and last immutable Ilya Leoshkevich
2026-07-06 16:51 ` [PATCH v2 1/3] " Ilya Leoshkevich
2026-07-06 16:58   ` Ilya Leoshkevich
2026-07-07 17:54   ` Pierrick Bouvier
2026-07-06 16:51 ` [PATCH v2 2/3] tests/tcg/multiarch: Improve mutator randomness Ilya Leoshkevich
2026-07-07 17:51   ` Pierrick Bouvier
2026-07-06 16:51 ` Ilya Leoshkevich [this message]
2026-07-07 17:50   ` [PATCH v2 3/3] Revert "tests/tcg: skip the vma-pthread test on CI" Pierrick Bouvier
2026-07-07 17:31 ` [PATCH v2 0/3] accel/tcg: Make PageFlagsNodes' start and last immutable Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260706165445.57418-4-iii@linux.ibm.com \
    --to=iii@linux.ibm.com \
    --cc=pbonzini@redhat.com \
    --cc=qemu-devel@nongnu.org \
    --cc=richard.henderson@linaro.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.