Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
managing_test_dependency.patch | Substituting old type "test-jar" with classifier "tests". Discussed on https://github.com/mtommila/apfloat/issues/13, this seems to be a Debian-only issue. |
Pierre Gruet <pgt@debian.org> | not-needed | 2020-07-14 | ||
remove_test_that_fails_randomly.patch | Removing a test that randomly fails The test testWait fails at random times. I have contacted Mikko Tommila (upstream developer), who said that ``that test fails sometimes randomly. I suppose it has something to do with the internals of Java's ForkJoinPool. The test is by no means critical, you can remove it. The idea of the test is to test that the ParallelRunner uses parallel threads optimally. But sometimes ForkJoinPool creates more threads that you would expect it needs to, I don't know why. And then the test can randomly fail. But it should only test optimal thread allocation, not correctness of functionality.'' I am thus following the advice and removing the test. |
Pierre Gruet <pgt@debian.org> | not-needed | 2020-07-24 | ||
changing_names_of_generated_jars.patch | Changing names of jars to conform to Debian Java policy | Pierre Gruet <pgt@debian.org> | not-needed | 2020-07-25 | ||
no_generated_manifest.patch | MANIFEST generation from upstream pom files does not work as it seems to rely on some plugins we don't have in Debian. Turning it off, as the Debian Java toolchain will generate them afterwards anyway. |
Pierre Gruet <pgt@debian.org> | not-needed | 2024-02-17 | ||
use_custom_test_listener.patch | handling a listener artifact to remove .ap files created by tests each time one of them terminates. This is to avoid a bug that began showing up on Debian and that does not seem to be reproduciable outside. |
Pierre Gruet <pgt@debian.org> | yes | debian | 2024-11-26 |