Testing/CI/TroublesomeTests: Difference between revisions

From QEMU
No edit summary
(Problematic tests are tracked in Gitlab nowadays)
 
Line 1: Line 1:
{| class="wikitable" border="1"
Problematic tests are tracked in the
!  Failure Message
[https://gitlab.com/qemu-project/qemu/-/issues/?sort=created_date&state=opened&label_name%5B%5D=CI Gitlab Issue tracker] nowadays.
!  Test/Environment
!  Fixed?
|-
| FAIL: test_drive_backup (__main__.TestStopWithBlockJob)
| GitLab - --disable-tcg, iotest 129
| {{No}}
|-
| ERROR:tests/test-aio-multithread.c:365:test_multi_fair_mutex: assertion failed (counter == atomic_counter): (199186 == 199187)
| tests/test-aio-multithread
| {{No}}
|-
| Memory content inconsistency at 3374000 first_byte = 2 last_byte = 1 current = 2 hit_edge = 1
| tests/migration-test (/i386/migration/precopy/tcp)
| {{Yellow|[https://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02528.html old patches]}}
|-
| ERROR:tests/migration-test.c:332:check_guests_ram: 'bad' should be FALSE
| variant of above
| {{Yellow|[https://lists.gnu.org/archive/html/qemu-devel/2018-02/msg02528.html old patches]}}
|-
| ERROR:tests/prom-env-test.c:42:check_guest_memory: assertion failed (signature == MAGIC): (0x00000000 == 0xcafec0de)
| check-qtest-sparc64
| {{No}}
|-
| ERROR:tests/vhost-user-test.c:835:test_flags_mismatch: child process (/i386/vhost-user/flags-mismatch/subprocess [4836]) failed unexpectedly
| QTEST_VHOST_USER_FIXME=1 tests/qos-test (virtio-net-tests/vhost-user/*)
| {{No}}
|-
| ERROR:tests/rcutorture.c:384:gtest_stress: assertion failed (n_mberror == 0): (1 == 0)
| rcutorture (various configs, not replicated on local machines)
| {{Yellow|https://patchew.org/QEMU/20200213225109.13120-1-alex.bennee@linaro.org/}}
|-
| ERROR:tests/rtc-test.c:173:check_time: assertion failed (ABS(t - s) <= wiggle): (3 <= 2)
| gitlab/build-clang?
| {{No}}
|}

Latest revision as of 13:01, 14 October 2024

Problematic tests are tracked in the Gitlab Issue tracker nowadays.