summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-06-07 14:06:01 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-06-07 14:57:47 +0200
commitbc27a306538180bef6c8abadcebed20363560480 (patch)
tree107036f8156b3667cc71ae89dbb51279507493d1 /dev-lang/jint
parentdev-lang/dafny: drop old 4.5.0 (diff)
downloadgentoo-bc27a306538180bef6c8abadcebed20363560480.tar.gz
gentoo-bc27a306538180bef6c8abadcebed20363560480.tar.bz2
gentoo-bc27a306538180bef6c8abadcebed20363560480.zip
dev-lang/jint: tests - enable and remove bad
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'dev-lang/jint')
-rw-r--r--dev-lang/jint/jint-3.0.0_beta2051.ebuild6
1 files changed, 5 insertions, 1 deletions
diff --git a/dev-lang/jint/jint-3.0.0_beta2051.ebuild b/dev-lang/jint/jint-3.0.0_beta2051.ebuild
index 1fabcbaa39f5..d33b73141326 100644
--- a/dev-lang/jint/jint-3.0.0_beta2051.ebuild
+++ b/dev-lang/jint/jint-3.0.0_beta2051.ebuild
@@ -228,7 +228,6 @@ SRC_URI+=" ${NUGET_URIS} "
LICENSE="BSD-2"
SLOT="0"
-RESTRICT="test" # Tests fail.
CHECKREQS_DISK_BUILD="2G"
DOTNET_PKG_RESTORE_EXTRA_ARGS=(
@@ -238,6 +237,11 @@ DOTNET_PKG_RESTORE_EXTRA_ARGS=(
DOTNET_PKG_BUILD_EXTRA_ARGS=( "${DOTNET_PKG_RESTORE_EXTRA_ARGS[@]}" )
DOTNET_PKG_TEST_EXTRA_ARGS=( "${DOTNET_PKG_RESTORE_EXTRA_ARGS[@]}" )
DOTNET_PKG_PROJECTS=( Jint.Repl/Jint.Repl.csproj )
+DOTNET_PKG_BAD_PROJECTS=(
+ Jint.Benchmark/Jint.Benchmark.csproj
+ Jint.Tests.Test262/Jint.Tests.Test262.csproj
+ Jint.Tests/Jint.Tests.csproj
+)
pkg_setup() {
check-reqs_pkg_setup