Vladimir Petko pushed to branch master at Debian Java Maintainers / jtreg7
Commits: 1135f88e by Vladimir Petko at 2026-02-23T11:02:05+13:00 d/p/codetools-7904157-proposed.patch: override compile timeout in addtion to the run timeout to resolve test failure due to the compilation timing out (Closes: #1128797). - - - - - 16892ffc by Vladimir Petko at 2026-02-23T11:02:13+13:00 changelog - - - - - 6eea6d99 by Vladimir Petko at 2026-02-23T04:42:02+00:00 Merge branch 'CODETOOLS-7904157' into 'master' Fix test failure on zero vm See merge request java-team/jtreg7!13 - - - - - 3 changed files: - debian/changelog - + debian/patches/codetools-7904157-proposed.patch - debian/patches/series Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,11 @@ +jtreg7 (7.5.2+1+ds2-3) UNRELEASED; urgency=medium + + * d/p/codetools-7904157-proposed.patch: override compile + timeout to resolve the test failure due to the compilation + timing out with the default timeout (Closes: #1128796). + + -- Vladimir Petko <[email protected]> Mon, 23 Feb 2026 10:59:32 +1300 + jtreg7 (7.5.2+1+ds2-2) unstable; urgency=medium * d/p/codetools-7904152.patch: skip security policy tests ===================================== debian/patches/codetools-7904157-proposed.patch ===================================== @@ -0,0 +1,18 @@ +Description: Set compile timeout for TimeoutDefaultSecondsWaiter on zero vm + The TimeoutDefaultSecondsWaiter test fails on zero vm because the + compilation times out. Add override for the compilation timeout. +Author: Vladimir Petko <[email protected]> +Bug: https://bugs.openjdk.org/browse/CODETOOLS-7904157 +Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1128796 +Last-Update: 2026-02-23 + +--- a/test/timeoutDefaultSeconds/TimeoutDefaultSecondsWaiter.java ++++ b/test/timeoutDefaultSeconds/TimeoutDefaultSecondsWaiter.java +@@ -30,6 +30,7 @@ + /* + * @test id=one + * @summary Test should be interrupted after 1 second, configured in main action ++ * @compile/timeout=1 TimeoutDefaultSecondsWaiter.java + * @run main/timeout=1 TimeoutDefaultSecondsWaiter + */ + public class TimeoutDefaultSecondsWaiter { ===================================== debian/patches/series ===================================== @@ -33,3 +33,4 @@ codetools-7904105-proposed.patch codetools-7904106-proposed.patch codetools-7904107-proposed.patch codetools-7904152.patch +codetools-7904157-proposed.patch View it on GitLab: https://salsa.debian.org/java-team/jtreg7/-/compare/ed3811291e7747a7a32104d2b35540394ab9bf48...6eea6d991729ceab3a21cd949f0cd1525ebcc801 -- View it on GitLab: https://salsa.debian.org/java-team/jtreg7/-/compare/ed3811291e7747a7a32104d2b35540394ab9bf48...6eea6d991729ceab3a21cd949f0cd1525ebcc801 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ pkg-java-commits mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

