guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: qtwayland: Fix test.


From: guix-commits
Subject: branch master updated: gnu: qtwayland: Fix test.
Date: Fri, 25 Aug 2023 02:24:24 -0400

This is an automated email from the git hooks/post-receive script.

hako pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5c8e8dff60 gnu: qtwayland: Fix test.
5c8e8dff60 is described below

commit 5c8e8dff607da710ce13a506e2dc42e98ee96737
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Fri Aug 25 14:18:07 2023 +0800

    gnu: qtwayland: Fix test.
    
    * gnu/packages/qt.scm (qtwayland)[#:phases]<disable-failing-tests>: Adjust
    according to source change.
---
 gnu/packages/qt.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/qt.scm b/gnu/packages/qt.scm
index 0b43f01be5..b7e394d663 100644
--- a/gnu/packages/qt.scm
+++ b/gnu/packages/qt.scm
@@ -1797,7 +1797,7 @@ compositor libraries.")))
                      (((string-append
                         "QVERIFY\\(!cursorSurface\\(\\)->"
                         "m_waitingFrameCallbacks\\.empty\\(\\)\\);")) "")
-                     (("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);") ""))))
+                     (("QTRY_COMPARE\\(bufferSpy\\.size\\(\\), 1\\);") ""))))
                (add-before 'check 'set-test-environment
                  (lambda _
                    ;; Do not fail just because /etc/machine-id is missing.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]