Merge ~vpa1977/ubuntu/+source/jtreg6:patch-recommends into ubuntu/+source/jtreg6:ubuntu/devel

Proposed by Vladimir Petko
Status: Merged
Merged at revision: a8e249e0c81cd573bbe2aa8f7af4570701f8c503
Proposed branch: ~vpa1977/ubuntu/+source/jtreg6:patch-recommends
Merge into: ubuntu/+source/jtreg6:ubuntu/devel
Diff against target: 29 lines (+7/-1)
2 files modified
debian/changelog (+6/-0)
debian/control (+1/-1)
Reviewer Review Type Date Requested Status
Ubuntu Sponsors Pending
git-ubuntu import Pending
Review via email: mp+446112@code.launchpad.net

Description of the change

Please tag and sponsor.

This MP removes Depends: on libtestng7-java so that we could sync openjdk-8 rather than merge it.

PPA: ppa:vpa1977/jtreg6 [1]

Changes:
* d/control: use Recommends: for libtestng7-java dependency (LP: #2026215).

Testing:
 - openjdk-8 builds successfully (without dependency-wait) and run jtreg test suite (with some failures)[2]

[1] https://launchpad.net/~vpa1977/+archive/ubuntu/jtreg6
[2] https://launchpad.net/~vpa1977/+archive/ubuntu/jtreg6/+build/26391670

To post a comment you must log in.
Revision history for this message
Vladimir Petko (vpa1977) wrote :
Download full text (29.6 KiB)

Build results:

---------------------cut-------------------------
$ ~/check-build.sh https://launchpad.net/~vpa1977/+archive/ubuntu/jtreg6/+sourcepub/15002229/+listing-archive-extra
amd64 --> /~vpa1977/+archive/ubuntu/jtreg6/+build/26391670
----------------cut----------------------------------------------
Platform: amd64
--------------- jtreg console summary for hotspot ---------------
FAILED: runtime/6929067/Test6929067.sh
FAILED: runtime/containers/cgroup/PlainRead.java
FAILED: runtime/InitialThreadOverflow/testme.sh
Test results: passed: 805; failed: 3
FAILED: runtime/6929067/Test6929067.sh
FAILED: runtime/containers/cgroup/PlainRead.java
FAILED: runtime/InitialThreadOverflow/testme.sh
Test results: failed: 3
FAILED: runtime/6929067/Test6929067.sh
FAILED: runtime/containers/cgroup/PlainRead.java
FAILED: runtime/InitialThreadOverflow/testme.sh
Test results: failed: 3
[debian/tests/jtreg-autopkgtest.sh] nothing to cleanup
Cannot determine version of java to run jtdiff
Cannot determine version of java to run jtdiff
Cannot determine version of java to run jtdiff
--------------- jtreg console summary for langtools ---------------
FAILED: com/sun/javadoc/T6735320/T6735320.java
FAILED: com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java
FAILED: com/sun/javadoc/testCustomTag/TestCustomTag.java
FAILED: com/sun/javadoc/testValueTag/TestValueTag.java
FAILED: tools/javac/diags/CheckExamples.java
FAILED: tools/javac/T6873845.java
FAILED: tools/javadoc/doclint/DocLintTest.java
Test results: passed: 3,115; failed: 7
FAILED: com/sun/javadoc/T6735320/T6735320.java
FAILED: com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java
FAILED: com/sun/javadoc/testCustomTag/TestCustomTag.java
FAILED: com/sun/javadoc/testValueTag/TestValueTag.java
FAILED: tools/javac/diags/CheckExamples.java
FAILED: tools/javac/T6873845.java
FAILED: tools/javadoc/doclint/DocLintTest.java
Test results: failed: 7
FAILED: com/sun/javadoc/T6735320/T6735320.java
FAILED: com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java
FAILED: com/sun/javadoc/testCustomTag/TestCustomTag.java
FAILED: com/sun/javadoc/testValueTag/TestValueTag.java
FAILED: tools/javac/diags/CheckExamples.java
FAILED: tools/javac/T6873845.java
FAILED: tools/javadoc/doclint/DocLintTest.java
Test results: failed: 7
[debian/tests/jtreg-autopkgtest.sh] nothing to cleanup
Cannot determine version of java to run jtdiff
Cannot determine version of java to run jtdiff
Cannot determine version of java to run jtdiff
--------------- jtreg console summary for jdk ---------------
(xfwm4:207495): dbind-WARNING **: 00:58:15.257: AT-SPI: Error retrieving accessibility bus address: org.freedesktop.DBus.Error.ServiceUnknown: The name org.a11y.Bus was not provided by any .service files
(xfwm4:207495): xfwm4-WARNING **: 00:58:15.743: Another compositing manager is running on screen 0
(xfwm4:207495): xfwm4-WARNING **: 00:58:15.745: Failed to connect to session manager: Failed to connect to the session manager: SESSION_MANAGER environment variable not defined
FAILED: com/sun/jndi/ldap/LdapTimeoutTest.java
FAILED: com/sun/management/DiagnosticCommandMBean/DcmdMBeanPermissionsTest.java
FAILED: ja...

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 2c4bbfa..66e66b2 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+jtreg6 (6.1+2-1ubuntu2) mantic; urgency=medium
7+
8+ * d/control: use Recommends: for libtestng7-java dependency (LP: #2026215).
9+
10+ -- Vladimir Petko <vladimir.petko@canonical.com> Thu, 06 Jul 2023 11:14:17 +1200
11+
12 jtreg6 (6.1+2-1ubuntu1) lunar; urgency=medium
13
14 * Add asmtools dependency (LP: #2015011).
15diff --git a/debian/control b/debian/control
16index 3c5b61d..f50fe30 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -33,9 +33,9 @@ Depends:
20 libhamcrest-java,
21 libxalan2-java,
22 libasmtools-java,
23- libtestng7-java,
24 libjcommander-java,
25 libslf4j-java
26+Recommends: libtestng7-java
27 Conflicts: jtreg, jtreg7
28 Description: Regression Test Harness for the OpenJDK platform
29 jtreg is the test harness used by the OpenJDK test framework.

Subscribers

People subscribed via source and target branches