1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 11:19:50 +03:00

community/lua-lgi: disable pango.lua test

This commit is contained in:
omni 2025-05-18 17:07:25 +00:00 committed by Patrycja Rosa
parent 429a2ea181
commit c27c8cf4c9
2 changed files with 8 additions and 4 deletions

View file

@ -78,5 +78,5 @@ _split() {
sha512sums="
eb8fc13c8183d9b5677135c6ec81596489e9f0a031a21d37ab6220271d304190a4a4a94caa1ce1d91b71a004101deecef59964b446a5d05c789a4d511b83d250 lua-lgi-0.9.2_git20241227.tar.gz
b2a6d6c168bcbf91d88829b1c8bde5f14c03a0f81ee14fdd7caaebcb0622b680425eac73134722ac3c4a59b733365f549bf68b0084df697a0b63ac68b5085ba9 tests.patch
34b4b77768b766c0a2a20ebdc6406c7b8425590a52aa3de90d3b30076cf265d722727e4ce8e9d941bff97c715b9368684846e80ee61aa43ca5b92ddd4466f87e tests.patch
"

View file

@ -1,10 +1,14 @@
Fix/disable failing test
disable failing tests
pango.lua tracked upstream in https://github.com/lgi-devs/lgi/issues/336
--- a/tests/test.lua
+++ b/tests/test.lua
@@ -118,7 +118,6 @@ for _, sourcefile in ipairs {
@@ -116,9 +116,7 @@ for _, sourcefile in ipairs {
'dbus.lua',
'gtk.lua',
'cairo.lua',
'pango.lua',
- 'pango.lua',
'gio.lua',
- 'progress.lua',
} do