[jtreg] branch master updated (42501b9 -> afb7fa0)

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Nov 14 09:58:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a change to branch master
in repository jtreg.

      from  42501b9   Upload to unstable
      adds  0212c8f   New upstream version 4.2-b09
       new  a89b3d6   Update upstream source from tag 'upstream/4.2-b09'
       new  50a329f   Refreshed the patches
       new  1ce8ca6   Standards-Version updated to 4.1.1
       new  afb7fa0   Upload to unstable

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .hg_archival.txt                                   |  4 +-
 .hgtags                                            |  1 +
 debian/changelog                                   |  9 +++
 debian/control                                     |  2 +-
 debian/patches/add-jcommander-to-classpath.patch   |  6 +-
 make/Defs.gmk                                      | 22 ++++---
 make/Makefile                                      |  4 ++
 make/jtreg.gmk                                     | 40 ++++++-------
 .../com/sun/javatest/regtest/TimeoutHandler.java   |  4 +-
 .../sun/javatest/regtest/agent/ModuleHelper.java   | 12 +---
 .../com/sun/javatest/regtest/config/Locations.java |  4 +-
 .../regtest/config/RegressionTestFinder.java       |  7 ++-
 .../regtest/config/RegressionTestSuite.java        |  4 ++
 .../javatest/regtest/config/TestProperties.java    | 10 +++-
 .../com/sun/javatest/regtest/exec/Action.java      | 40 ++++++++++++-
 .../sun/javatest/regtest/exec/ActionRecorder.java  | 14 ++++-
 .../com/sun/javatest/regtest/exec/Agent.java       | 10 +++-
 .../sun/javatest/regtest/exec/CompileAction.java   |  4 +-
 .../com/sun/javatest/regtest/exec/MainAction.java  |  2 +-
 .../javatest/regtest/exec/RegressionScript.java    |  5 +-
 .../javatest/regtest/exec/ScratchDirectory.java    |  3 +-
 .../com/sun/javatest/regtest/exec/ShellAction.java |  2 +-
 .../com/sun/javatest/regtest/tool/Tool.java        | 36 +++---------
 .../java/lang/reflect/JTRegModuleHelper.java       | 67 ----------------------
 src/share/doc/javatest/regtest/tag-spec.html       |  9 ++-
 test/6517916/TEST.ROOT                             |  1 +
 test/addmods/AddModulesTest.gmk                    |  4 +-
 test/classDirs/ClassDirsTest.java                  |  2 +-
 test/classIsolation/ClassIsolationTest.gmk         | 26 ++++++++-
 test/classIsolation/enable/TEST.ROOT               |  2 +
 test/classIsolation/{default => enable}/Test1.java |  0
 test/classIsolation/{default => enable}/Test2.java |  0
 test/classIsolation/{default => enable}/Test3.java |  0
 test/env/TEST.ROOT                                 |  1 +
 test/jdkModulesTest/JDKModulesTest.gmk             |  4 +-
 test/modlibs/ModLibsTest.gmk                       |  4 +-
 test/modlibs/expect-classes.txt                    |  1 -
 test/moduleOpens/ModuleOpensTest.gmk               |  6 +-
 test/modules/ModulesTest.gmk                       |  8 +--
 test/rerun/RerunTest.gmk                           |  4 +-
 test/rerun/TEST.ROOT                               |  1 +
 test/rerun/std/AppletTest.agentvm.out              | 10 ++--
 test/rerun/std/AppletTest.othervm.out              | 10 ++--
 test/rerun/std/BuildTest.agentvm.out               |  6 +-
 test/rerun/std/BuildTest.othervm.out               |  6 +-
 test/rerun/std/CleanTest.agentvm.out               |  2 +
 test/rerun/std/CleanTest.othervm.out               |  2 +
 test/rerun/std/CompileTest.agentvm.out             |  5 +-
 test/rerun/std/CompileTest.othervm.out             |  5 +-
 test/rerun/std/IgnoreTest.agentvm.out              |  1 +
 test/rerun/std/IgnoreTest.othervm.out              |  1 +
 test/rerun/std/JUnitTest.agentvm.out               | 10 ++--
 test/rerun/std/JUnitTest.othervm.out               | 10 ++--
 test/rerun/std/MainTest.agentvm.out                | 10 ++--
 test/rerun/std/MainTest.othervm.out                | 10 ++--
 test/rerun/std/ShellTest.agentvm.out               |  5 +-
 test/rerun/std/ShellTest.othervm.out               |  5 +-
 test/rerun/std/TestNGTest.agentvm.out              | 10 ++--
 test/rerun/std/TestNGTest.othervm.out              | 10 ++--
 test/rerun/testng/TestNGTest.agentvm.out           | 10 ++--
 test/rerun/testng/TestNGTest.othervm.out           | 10 ++--
 test/rerun2/test/TEST.ROOT                         |  2 +
 .../T4730538.gmk => testngLibs/TestNGLibsTest.gmk} | 15 ++---
 .../extlibs/extLib/ExtLib.java}                    |  5 +-
 test/{exclusive => testngLibs/tests}/TEST.ROOT     |  5 +-
 .../tests/libs/absLib/AbsLib.java}                 |  5 +-
 .../tests/libs/relLib/RelLib.java}                 |  5 +-
 .../tests/simple}/Test1.java                       | 14 +++--
 .../tests/testng}/TEST.properties                  |  6 +-
 .../tests/testng/Test2.java}                       | 15 ++---
 70 files changed, 322 insertions(+), 273 deletions(-)
 delete mode 100644 src/share/classes/java/lang/reflect/JTRegModuleHelper.java
 create mode 100644 test/classIsolation/enable/TEST.ROOT
 copy test/classIsolation/{default => enable}/Test1.java (100%)
 copy test/classIsolation/{default => enable}/Test2.java (100%)
 copy test/classIsolation/{default => enable}/Test3.java (100%)
 copy test/{4730538/T4730538.gmk => testngLibs/TestNGLibsTest.gmk} (76%)
 copy test/{share/simple/Error.java => testngLibs/extlibs/extLib/ExtLib.java} (92%)
 copy test/{exclusive => testngLibs/tests}/TEST.ROOT (92%)
 copy test/{share/simple/Error.java => testngLibs/tests/libs/absLib/AbsLib.java} (92%)
 copy test/{share/simple/Error.java => testngLibs/tests/libs/relLib/RelLib.java} (92%)
 copy test/{extra-props/bad-execute => testngLibs/tests/simple}/Test1.java (77%)
 copy test/{testng/tngAbsLib => testngLibs/tests/testng}/TEST.properties (89%)
 copy test/{share/simple/Fail.java => testngLibs/tests/testng/Test2.java} (83%)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jtreg.git



More information about the pkg-java-commits mailing list