]> xenbits.xensource.com Git - libvirt.git/commitdiff
tests: virtimetest: Mention GLib version containing fix
authorAndrea Bolognani <abologna@redhat.com>
Sat, 1 Jan 2022 18:50:21 +0000 (19:50 +0100)
committerAndrea Bolognani <abologna@redhat.com>
Mon, 3 Jan 2022 08:39:35 +0000 (09:39 +0100)
We now know exactly which GLib version we need to depend on
for the workaround to no longer be necessary.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Laine Stump <laine@redhat.com>
tests/virtimetest.c

index 5447ba57216b321f066491cf5473679e0d416448..f98165b106d30871e6e93ae325677d3cfa8db68b 100644 (file)
@@ -197,8 +197,8 @@ mymain(void)
          * but changed to '1' due to GLib GTimeZone parsing bug:
          *  https://gitlab.gnome.org/GNOME/glib/issues/1999
          *
-         * Once we depend on a new enough GLib, we can put then
-         * back to 0 again.
+         * Once we depend on a new enough GLib (>= 2.63.4), we
+         * can put them back to 0 again.
          */
         TEST_LOCALOFFSET("VIR-00:30VID,1/00:00:00,364/23:59:59",
                 ((1 * 60) + 30) * 60);