Skip to content

Commit

Permalink
dev-lang/fennel: remove failing ppc tests
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/929927
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Apr 13, 2024
1 parent b35eec6 commit e63f446
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

# Fails to build with with "lua5-1".
LUA_COMPAT=( lua5-{3,4} )
LUA_COMPAT=( lua5-{3,4} luajit )

inherit lua-single

Expand Down Expand Up @@ -39,6 +39,10 @@ src_prepare() {

# Turn off failing tests. bug https://bugs.gentoo.org/906351
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die

# Remove bad tests, bug #923281
rm test/macro.fnl || die
sed -i test/init.lua -e 's|"test.macro",||' || die
}

src_test() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=8

# Fails to build with with "lua5-1".
LUA_COMPAT=( lua5-{3,4} )
LUA_COMPAT=( lua5-{3,4} luajit )

inherit lua-single

Expand Down Expand Up @@ -39,6 +39,10 @@ src_prepare() {

# Turn off failing tests. bug https://bugs.gentoo.org/906351
sed -e 's|"failures",||' -e 's|"repl",||' -i test/init.lua || die

# Remove bad tests, bug #923281
rm test/macro.fnl || die
sed -i test/init.lua -e 's|"test.macro",||' || die
}

src_test() {
Expand Down

0 comments on commit e63f446

Please sign in to comment.