automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[FYI 0/8] More Java patches (mostly testsuite-related)


From: Stefano Lattarini
Subject: [FYI 0/8] More Java patches (mostly testsuite-related)
Date: Tue, 26 Apr 2011 18:17:27 +0200

Hello Automakers.  I've pushed the following eight patches to the
`yacc-work' branch.  The first patch is a simple bugfix (for a very
minor "inconsistency" bug); the other patches are just testsuite
enhancements (mostly adding new coverage, but there are also few
tweakings of pre-existing tests).

Stefano Lattarini (8):
  java: allow both JAVA and nobase_JAVA in the same Makefile.am
  java tests: require java compiler more properly
  java coverage: add test on uninstall with JAVA primary
  java tests: tweak and make stricter a couple of tests
  test defs: new requirement for the default java interpreter
  java coverage: try to build and run a java program
  java coverage: test rebuild rules for java
  java coverage: test JAVACFLAGS and AM_JAVACFLAGS

 ChangeLog                                          |   67 ++++++
 automake.in                                        |    2 +-
 tests/Makefile.am                                  |    9 +-
 tests/Makefile.in                                  |   11 +-
 tests/defs.in                                      |    5 +
 tests/java-clean.test                              |   25 ++-
 tests/java-compile-install.test                    |   23 ++-
 tests/java-compile-run-flat.test                   |  235 +++++++++++++++++++
 tests/java-compile-run-nested.test                 |  248 ++++++++++++++++++++
 tests/java-extra.test                              |    3 +-
 tests/{java-mix-dist-nodist.test => java-mix.test} |   34 ++-
 tests/java-no-duplicate.test                       |    3 +
 tests/java-nobase.test                             |   67 ++++++
 tests/java-noinst.test                             |   40 ++--
 tests/java-rebuild.test                            |  126 ++++++++++
 tests/java-sources.test                            |    6 +
 tests/java-uninstall.test                          |  101 ++++++++
 .../{java-mix-dist-nodist.test => javaflags.test}  |   58 +++--
 tests/javaprim.test                                |   13 +-
 tests/javasubst.test                               |   17 +-
 20 files changed, 1013 insertions(+), 80 deletions(-)
 create mode 100755 tests/java-compile-run-flat.test
 create mode 100755 tests/java-compile-run-nested.test
 copy tests/{java-mix-dist-nodist.test => java-mix.test} (63%)
 create mode 100755 tests/java-nobase.test
 create mode 100755 tests/java-rebuild.test
 create mode 100755 tests/java-uninstall.test
 rename tests/{java-mix-dist-nodist.test => javaflags.test} (50%)

-- 
1.7.2.3




reply via email to

[Prev in Thread] Current Thread [Next in Thread]