[PATCH] gitlab-ci: do not run tests with address sanitizer

Paolo Bonzini posted 1 patch 2 years, 2 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20220307141928.571482-1-pbonzini@redhat.com
Test checkpatch passed
Maintainers: "Alex Bennée" <alex.bennee@linaro.org>, "Philippe Mathieu-Daudé" <f4bug@amsat.org>, Thomas Huth <thuth@redhat.com>, Wainer dos Santos Moschetta <wainersm@redhat.com>, Beraldo Leal <bleal@redhat.com>
.gitlab-ci.d/buildtest.yml | 2 --
1 file changed, 2 deletions(-)
[PATCH] gitlab-ci: do not run tests with address sanitizer
Posted by Paolo Bonzini 2 years, 2 months ago
This is flaky and sometimes fails or hangs unexplicably.

Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
---
 .gitlab-ci.d/buildtest.yml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/.gitlab-ci.d/buildtest.yml b/.gitlab-ci.d/buildtest.yml
index 0aa70213fb..0aea7ab84c 100644
--- a/.gitlab-ci.d/buildtest.yml
+++ b/.gitlab-ci.d/buildtest.yml
@@ -515,8 +515,6 @@ build-oss-fuzz:
         echo Testing ${fuzzer} ... ;
         "${fuzzer}" -runs=1 -seed=1 || exit 1 ;
       done
-    # Unrelated to fuzzer: run some tests with -fsanitize=address
-    - cd build-oss-fuzz && make check-qtest-i386 check-unit
 
 build-tci:
   extends: .native_build_job_template
-- 
2.34.1
Re: [PATCH] gitlab-ci: do not run tests with address sanitizer
Posted by Richard Henderson 2 years, 2 months ago
On 3/7/22 04:19, Paolo Bonzini wrote:
> This is flaky and sometimes fails or hangs unexplicably.
> 
> Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
> ---
>   .gitlab-ci.d/buildtest.yml | 2 --
>   1 file changed, 2 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~