From: "Gábor Boskovits" <boskovits@gmail.com>
To: 30081@debbugs.gnu.org
Cc: "Gábor Boskovits" <boskovits@gmail.com>
Subject: [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable failing test.
Date: Fri, 12 Jan 2018 00:08:49 +0100 [thread overview]
Message-ID: <20180111230849.12902-1-boskovits@gmail.com> (raw)
* gnu/packages/java.scm (java-commons-lang)[arguments]: Modify #:test-exclude
to disable randomly failing tests.
The testsuite include tests about distribution of random inputs,
meaning that they can randomly fail. Disable them to avoid build failures.
---
gnu/packages/java.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/packages/java.scm b/gnu/packages/java.scm
index 3e32eb882..0f2dd11f4 100644
--- a/gnu/packages/java.scm
+++ b/gnu/packages/java.scm
@@ -3277,6 +3277,7 @@ file filters and endian classes.")
(outputs '("out" "doc"))
(arguments
`(#:test-target "test"
+ #:test-exclude (list "**/Abstract*.java" "**/Random*.java")
#:phases
(modify-phases %standard-phases
(add-after 'build 'build-javadoc ant-build-javadoc)
--
2.15.1
next reply other threads:[~2018-01-11 23:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-01-11 23:08 Gábor Boskovits [this message]
2018-01-12 7:26 ` bug#30081: [PATCH core-updates] gnu: java-commons-lang: Disable failing test Chris Marusich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20180111230849.12902-1-boskovits@gmail.com \
--to=boskovits@gmail.com \
--cc=30081@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.