gnu: qtwayland-5: Disable tst_surface test on aarch64-linux.
* gnu/packages/qt.scm (qtwayland-5) [arguments] [target-aarch64?]: Disable the tst_surface test.
This commit is contained in:
		
							parent
							
								
									31cb6b923e
								
							
						
					
					
						commit
						9c2b2a0105
					
				
					 1 changed files with 8 additions and 1 deletions
				
			
		|  | @ -1789,7 +1789,14 @@ set of plugins for interacting with pulseaudio and GStreamer.") | ||||||
|                                    "m_waitingFrameCallbacks\\.empty\\(\\)\\);")) |                                    "m_waitingFrameCallbacks\\.empty\\(\\)\\);")) | ||||||
|                    "") |                    "") | ||||||
|                   (("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);") |                   (("QTRY_COMPARE\\(bufferSpy\\.count\\(\\), 1\\);") | ||||||
|                    "")))) |                    "")) | ||||||
|  |                 #$@(if (target-aarch64?) | ||||||
|  |                        ;; The tst_surface::createSubsurface test fails on | ||||||
|  |                        ;; aarch64 (see: | ||||||
|  |                        ;; https://bugreports.qt.io/browse/QTBUG-117112). | ||||||
|  |                        #~((substitute* "tests/auto/client/client.pro" | ||||||
|  |                             ((".*surface.*") ""))) | ||||||
|  |                        #~()))) | ||||||
|             (add-before 'check 'set-test-environment |             (add-before 'check 'set-test-environment | ||||||
|               (lambda _ |               (lambda _ | ||||||
|                 ;; Do not fail just because /etc/machine-id is missing. |                 ;; Do not fail just because /etc/machine-id is missing. | ||||||
|  |  | ||||||
		Reference in a new issue