mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
www-client/luakit: Disable some failing tests
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Bug: https://bugs.gentoo.org/742599 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
This commit is contained in:
@@ -61,6 +61,11 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local failing_test
|
||||
for failing_test in test_clib_luakit test_image_css; do
|
||||
mv tests/async/${failing_test}.lua{,.disabled} || die
|
||||
done
|
||||
|
||||
emake \
|
||||
LUA_BIN_NAME=$(usex luajit luajit lua) \
|
||||
run-tests
|
||||
|
||||
@@ -60,6 +60,11 @@ src_compile() {
|
||||
}
|
||||
|
||||
src_test() {
|
||||
local failing_test
|
||||
for failing_test in test_clib_luakit test_image_css; do
|
||||
mv tests/async/${failing_test}.lua{,.disabled} || die
|
||||
done
|
||||
|
||||
emake \
|
||||
LUA_BIN_NAME=$(usex luajit luajit lua) \
|
||||
run-tests
|
||||
|
||||
Reference in New Issue
Block a user