GNU bug report logs - #30081
[PATCH core-updates] gnu: java-commons-lang: Disable failing test.

Previous Next

Package: guix-patches;

Reported by: Gábor Boskovits <boskovits <at> gmail.com>

Date: Thu, 11 Jan 2018 23:10:02 UTC

Severity: normal

Tags: patch

Done: Chris Marusich <cmmarusich <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Gábor Boskovits <boskovits <at> gmail.com>
Subject: bug#30081: closed (Re: [bug#30081] [PATCH core-updates] gnu:
 java-commons-lang: Disable failing test.)
Date: Fri, 12 Jan 2018 07:27:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#30081: [PATCH core-updates] gnu: java-commons-lang: Disable failing test.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 30081 <at> debbugs.gnu.org.

-- 
30081: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=30081
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Chris Marusich <cmmarusich <at> gmail.com>
To: Gábor Boskovits <boskovits <at> gmail.com>
Cc: 30081-done <at> debbugs.gnu.org
Subject: Re: [bug#30081] [PATCH core-updates] gnu: java-commons-lang: Disable
 failing test.
Date: Thu, 11 Jan 2018 23:26:46 -0800
[Message part 3 (text/plain, inline)]
Gábor Boskovits <boskovits <at> 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
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Gábor Boskovits <boskovits <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Gábor Boskovits <boskovits <at> gmail.com>
Subject: [PATCH core-updates] gnu: java-commons-lang: Disable failing test.
Date: Fri, 12 Jan 2018 00:08:49 +0100
* 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




This bug report was last modified 7 years and 131 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.