Package: junit4
Version: 4.10-2
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu quantal ubuntu-patch openkjdk-7-transition
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Dear Maintainer,
In Ubuntu, the attached patch was applied to achieve the following:
* Merge from Debian unstable. Remaining changes:
- d/patches/java7-ignore-test.patch: Disable useChildHarvester unit test
as it makes assumptions about the order of test execution which are not
guaranteed under Java 7.
Thanks for considering the patch.
- -- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal')
Architecture: amd64 (x86_64)
Kernel: Linux 3.4.0-5-generic (SMP w/8 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJP4L9nAAoJEL/srsug59jDUikP/16K1JYiewuU4lluYxnxrLAw
CRihcJNeDSkx+jEp3urenUwHBOGGN5YOXgD1FMTZta8qvqVOe6BAotHn37Us1qlt
Sb4nFsYTWjOQqau1bKyS3GWX2ZM+NqPZ+DFgz9hG7tldktAD8E/WsGKhOlbAZcr0
cX417b38dvmH8a/o8/noIh7XbFLelI+ACCd4Icx69rHCyN9LmLg/lNYWktTEzvoS
n0uFAjcg7nZv3lSociNv7gmOK6uD3HTe/9yxflZT/9lu7QOR7/avlLAk8AvktssV
gncM6jPoMu3KgEgIi5yu81H8UfAGCMoohQo6MiXJA3DfHRpFf7OymdzaukylGYFs
MMZJhVCFabGQdSLpURZ8CF39V51gmqV3h/KC3QkJjAg62gp/N52rY2CvvW+JscdV
eQI2dJcgtgtlOTwL9DBRS972lXDT5pKwh/sk4v1BoJGaJ9NOYb5NVzJl1m8WSYeN
WkI67wzdYELYTQOkxE11NQvmXKPGpkP/WEG1vzQXECunAYl6mt0MJK5o9trBUlZz
14LdYTeXVCPBsbHpax/ayLc533jRw40Jfr2lkhYCCov9K1MAQ6Mi4jLL9lbv+eoE
piNlq2Q6ufD/ExmDhTTPnC83WKDpgjma7YYCiMJMeA6oKyhjpkTHjohSv6XQ1/Jl
4SFiN1c4WHpGQg8W3T83
=nG31
-----END PGP SIGNATURE-----
=== added file 'debian/patches/java7-ignore-test.patch'
--- debian/patches/java7-ignore-test.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/java7-ignore-test.patch 2012-06-19 18:03:28 +0000
@@ -0,0 +1,28 @@
+Description: This test case makes assumptions about the order
+ of execution of tests in the Fruit.class test which are not
+ guaranteed under Java 7.
+ .
+ This is being worked on upstream for a future release on JUnit.
+Author: James Page <[email protected]>
+Forwarded: not-needed
+
+Index: junit4/src/test/java/org/junit/tests/running/classes/ParentRunnerTest.java
+===================================================================
+--- junit4.orig/src/test/java/org/junit/tests/running/classes/ParentRunnerTest.java 2012-05-21 14:04:38.165350000 +0100
++++ junit4/src/test/java/org/junit/tests/running/classes/ParentRunnerTest.java 2012-05-21 14:29:26.162439110 +0100
+@@ -9,6 +9,7 @@
+
+ import org.hamcrest.Matcher;
+ import org.junit.Test;
++import org.junit.Ignore;
+ import org.junit.internal.matchers.TypeSafeMatcher;
+ import org.junit.runner.Description;
+ import org.junit.runner.JUnitCore;
+@@ -38,6 +39,7 @@
+ }
+ }
+
++ @Ignore
+ @Test
+ public void useChildHarvester() throws InitializationError {
+ log= "";
=== modified file 'debian/patches/series'
--- debian/patches/series 2012-03-07 22:56:14 +0000
+++ debian/patches/series 2012-06-19 18:03:28 +0000
@@ -1,2 +1,3 @@
workaround_typing_bug.diff
manifest_jar.diff
+java7-ignore-test.patch