unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable failing test.
@ 2018-01-11 23:08 Gábor Boskovits
  2018-01-12  7:26 ` bug#30081: " Chris Marusich
  0 siblings, 1 reply; 2+ messages in thread
From: Gábor Boskovits @ 2018-01-11 23:08 UTC (permalink / raw)
  To: 30081; +Cc: Gábor Boskovits

* 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

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#30081: [PATCH core-updates] gnu: java-commons-lang: Disable failing test.
  2018-01-11 23:08 [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable failing test Gábor Boskovits
@ 2018-01-12  7:26 ` Chris Marusich
  0 siblings, 0 replies; 2+ messages in thread
From: Chris Marusich @ 2018-01-12  7:26 UTC (permalink / raw)
  To: Gábor Boskovits; +Cc: 30081-done

[-- Attachment #1: Type: text/plain, Size: 253 bytes --]

Gábor Boskovits <boskovits@gmail.com> writes:

> * gnu/packages/java.scm (java-commons-lang)[arguments]: Modify #:test-exclude
> to disable randomly failing tests.

Committed as e5a96113ca2b57eb4c5361a10b78c53a88c97230.  Thank you!

-- 
Chris

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-01-12  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-11 23:08 [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable failing test Gábor Boskovits
2018-01-12  7:26 ` bug#30081: " Chris Marusich

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).