[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
48/50: gnu: java-simple-xml: Delete failing test.
From: |
guix-commits |
Subject: |
48/50: gnu: java-simple-xml: Delete failing test. |
Date: |
Thu, 23 Dec 2021 16:34:35 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit e44a0d2ce2aff15497106ed64edb0f7f6faaafb8
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Dec 23 17:12:51 2021 +0100
gnu: java-simple-xml: Delete failing test.
This is a follow-up to commit 8e32bd1720336ec62258cb842dce812f7f979d04.
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable test by
deleting
it, as #:test-exclude doesn't have any effect.
---
gnu/packages/xml.scm | 9 ++++++---
1 file changed, 6 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/xml.scm b/gnu/packages/xml.scm
index 9f83c7d..b89115a 100644
--- a/gnu/packages/xml.scm
+++ b/gnu/packages/xml.scm
@@ -1553,11 +1553,14 @@ Excel(TM) since version 2007.")
(arguments
`(#:build-target "build"
#:test-target "test"
- ;; This test sometimes fails with an out of memory exception
- #:test-exclude (list "**/NoAnnotationsRequiredTest.java")
#:phases
(modify-phases %standard-phases
- (replace 'install (install-jars "jar")))))
+ (replace 'install (install-jars "jar"))
+ (add-before 'check 'disable-failing-test
+ (lambda _
+ ;; This test sometimes fails with an out of memory exception
+ (delete-file
+
"test/src/org/simpleframework/xml/core/NoAnnotationsRequiredTest.java"))))))
(native-inputs
(list unzip))
(home-page "http://simple.sourceforge.net/")
- 21/50: gnu: icedtea-8: Update to 3.19.0., (continued)
- 21/50: gnu: icedtea-8: Update to 3.19.0., guix-commits, 2021/12/23
- 18/50: gnu: Remove icedtea-6., guix-commits, 2021/12/23
- 31/50: gnu: jamvm-1-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 49/50: gnu: axoloti-patcher-next: Remove trailing #T., guix-commits, 2021/12/23
- 04/50: gnu: ecj-javac-wrapper: Remove trailing #T., guix-commits, 2021/12/23
- 32/50: gnu: ant-bootstrap: Use label-less input style., guix-commits, 2021/12/23
- 41/50: gnu: java-kafka-clients: Update to 1.1.1., guix-commits, 2021/12/23
- 38/50: gnu: java-icu4j: Update to 70.1., guix-commits, 2021/12/23
- 42/50: gnu: java-mail: Disable SSL test., guix-commits, 2021/12/23
- 50/50: gnu: axoloti-patcher-next: Fix file names., guix-commits, 2021/12/23
- 48/50: gnu: java-simple-xml: Delete failing test.,
guix-commits <=