mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
net-libs/nodejs: do not skip test-os test
This was fixed in upstream.
Refs: a094a8166c
Signed-off-by: LiviaMedeiros <livia@cirno.name>
Part-of: https://github.com/gentoo/gentoo/pull/41759
Closes: https://github.com/gentoo/gentoo/pull/41759
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -243,7 +243,6 @@ src_test() {
|
||||
test/parallel/test-strace-openat-openssl.js
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
rm -f "${drop_tests[@]}" || die "disabling tests failed"
|
||||
|
||||
out/${BUILDTYPE}/cctest || die
|
||||
|
||||
@@ -243,7 +243,6 @@ src_test() {
|
||||
test/parallel/test-strace-openat-openssl.js
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
rm -f "${drop_tests[@]}" || die "disabling tests failed"
|
||||
|
||||
out/${BUILDTYPE}/cctest || die
|
||||
|
||||
@@ -259,7 +259,6 @@ src_test() {
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
use inspector || drop_tests+=( test/sequential/test-watch-mode.mjs )
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
rm -f "${drop_tests[@]}" || die "disabling tests failed"
|
||||
|
||||
out/${BUILDTYPE}/cctest || die
|
||||
|
||||
@@ -259,7 +259,6 @@ src_test() {
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
use inspector || drop_tests+=( test/sequential/test-watch-mode.mjs )
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
rm -f "${drop_tests[@]}" || die "disabling tests failed"
|
||||
|
||||
out/${BUILDTYPE}/cctest || die
|
||||
|
||||
@@ -259,7 +259,6 @@ src_test() {
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
use inspector || drop_tests+=( test/sequential/test-watch-mode.mjs )
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
rm -f "${drop_tests[@]}" || die "disabling tests failed"
|
||||
|
||||
out/${BUILDTYPE}/cctest || die
|
||||
|
||||
@@ -261,7 +261,6 @@ src_test() {
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
use inspector || drop_tests+=( test/sequential/test-watch-mode.mjs )
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
rm -f "${drop_tests[@]}" || die "disabling tests failed"
|
||||
|
||||
out/${BUILDTYPE}/cctest || die
|
||||
|
||||
@@ -276,7 +276,6 @@ src_test() {
|
||||
test/parallel/test-strace-openat-openssl.js
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
use inspector ||
|
||||
drop_tests+=(
|
||||
test/parallel/test-inspector-emit-protocol-event.js
|
||||
|
||||
@@ -276,7 +276,6 @@ src_test() {
|
||||
test/parallel/test-strace-openat-openssl.js
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
use inspector ||
|
||||
drop_tests+=(
|
||||
test/parallel/test-inspector-emit-protocol-event.js
|
||||
|
||||
@@ -279,7 +279,6 @@ src_test() {
|
||||
test/sequential/test-tls-session-timeout.js
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
use inspector ||
|
||||
drop_tests+=(
|
||||
test/parallel/test-inspector-emit-protocol-event.js
|
||||
|
||||
@@ -276,7 +276,6 @@ src_test() {
|
||||
test/parallel/test-strace-openat-openssl.js
|
||||
test/sequential/test-util-debug.js
|
||||
)
|
||||
[[ "$(nice)" -gt 10 ]] && drop_tests+=( "test/parallel/test-os.js" )
|
||||
use inspector ||
|
||||
drop_tests+=(
|
||||
test/parallel/test-inspector-emit-protocol-event.js
|
||||
|
||||
Reference in New Issue
Block a user