This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "DejaGNU".
The branch, master has been updated via 48fbec72a052b82b14eb96716da6c249d0a673c0 (commit) from 0a5a8a9d3b55cf0bc64d2b5ff4d272a3302a283d (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 48fbec72a052b82b14eb96716da6c249d0a673c0 Author: Jacob Bachmeyer <jcb62...@gmail.com> Date: Tue Dec 11 22:33:29 2018 +1100 * testsuite/runtest.all/libs.exp: Use "testsuite file" command. * testsuite/runtest.all/load_lib.exp: Likewise. * testsuite/runtest.all/stats.exp: Likewise. * testsuite/runtest.all/stats.exp: Write local init file as "stats-init.exp" for status summary tests. Use --local_init option to runtest to load that file instead of site.exp and move the inner test module to a nested testsuite. * testsuite/runtest.all/stats-sub.exp: Move file from here .. * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp: .. to here. * testsuite/runtest.all/options.exp: Clean up whitespace in file. Wrap lines in test list and move short items to beginning of list. Write local init file as "options-init.exp" for options tests. Use --local_init option with nested runtest to load that file instead of site.exp; also create an empty nested testsuite. Local init file arranges for inner runtest processes to run in a subdirectory in the object tree to eliminate filename clashes. Set tmpdir if not already set and remove entire temporary directory after running options tests. * testsuite/runtest.all/options/testsuite/null.test/null.exp: New. * testsuite/runtest.all/clone_output.test: Move from here .. * testsuite/runtest.libs/clone_output.test: .. to here. * testsuite/runtest.all/config.test: Move from here .. * testsuite/runtest.libs/config.test: .. to here. * testsuite/runtest.all/default_procs.tcl: Move from here .. * testsuite/runtest.libs/default_procs.tcl: .. to here. * testsuite/runtest.all/libs.exp: Move from here .. * testsuite/runtest.libs/libs.exp: .. to here. * testsuite/runtest.all/load_lib.exp: Move from here .. * testsuite/runtest.libs/load_lib.exp: .. to here. * testsuite/runtest.all/remote.test: Move from here .. * testsuite/runtest.libs/remote.test: .. to here. * testsuite/runtest.all/target.test: Move from here .. * testsuite/runtest.libs/target.test: .. to here. * testsuite/runtest.all/testsuite_file.test: Move from here .. * testsuite/runtest.libs/testsuite_file.test: .. to here. * testsuite/runtest.all/topdir/subdir1/subfile1: Move from here .. * testsuite/runtest.libs/topdir/subdir1/subfile1: .. to here. * testsuite/runtest.all/topdir/subdir1/subfile2: Move from here .. * testsuite/runtest.libs/topdir/subdir1/subfile2: .. to here. * testsuite/runtest.all/topdir/subdir1/subsubdir1/subsubfile1: Move from here .. * testsuite/runtest.libs/topdir/subdir1/subsubdir1/subsubfile1: .. to here. * testsuite/runtest.all/topdir/subdir2/subfile2: Move from here .. * testsuite/runtest.libs/topdir/subdir2/subfile2: .. to here. * testsuite/runtest.all/utils.test: Move from here .. * testsuite/runtest.libs/utils.test: .. to here. * testsuite/runtest.libs/utils.test: Update references to "runtest.all". * testsuite/runtest.all/options.exp: Move from here .. * testsuite/runtest.main/options.exp: .. to here. * testsuite/runtest.all/options/testsuite/null.test/null.exp: Move from here .. * testsuite/runtest.main/options/testsuite/null.test/null.exp: .. to here. * testsuite/runtest.all/stats.exp: Move from here .. * testsuite/runtest.main/stats.exp: .. to here. * testsuite/runtest.all/stats/testsuite/stat.test/stats-sub.exp: Move from here .. * testsuite/runtest.main/stats/testsuite/stat.test/stats-sub.exp: .. to here. * Makefile.am (DISTCLEANFILES): Update for testsuite improvements. (TESTSUITE_FILES): Update to reflect testsuite reorganization. * Makefile.in: Regenerate. Signed-off-by: Ben Elliston <b...@gnu.org> ----------------------------------------------------------------------- Summary of changes: ChangeLog | 73 ++++++++++++ Makefile.am | 34 +++--- Makefile.in | 35 +++--- testsuite/runtest.all/options.exp | 87 -------------- .../clone_output.test | 0 .../{runtest.all => runtest.libs}/config.test | 0 .../default_procs.tcl | 0 testsuite/{runtest.all => runtest.libs}/libs.exp | 19 +-- .../{runtest.all => runtest.libs}/load_lib.exp | 2 +- .../{runtest.all => runtest.libs}/remote.test | 0 .../{runtest.all => runtest.libs}/target.test | 0 .../testsuite_file.test | 0 .../topdir/subdir1/subfile1 | 0 .../topdir/subdir1/subfile2 | 0 .../topdir/subdir1/subsubdir1/subsubfile1 | 0 .../topdir/subdir2/subfile2 | 0 testsuite/{runtest.all => runtest.libs}/utils.test | 22 ++-- testsuite/runtest.main/options.exp | 128 +++++++++++++++++++++ .../options/testsuite/null.test/null.exp | 1 + testsuite/{runtest.all => runtest.main}/stats.exp | 17 ++- .../stats/testsuite/stat.test}/stats-sub.exp | 0 21 files changed, 273 insertions(+), 145 deletions(-) delete mode 100644 testsuite/runtest.all/options.exp rename testsuite/{runtest.all => runtest.libs}/clone_output.test (100%) rename testsuite/{runtest.all => runtest.libs}/config.test (100%) rename testsuite/{runtest.all => runtest.libs}/default_procs.tcl (100%) rename testsuite/{runtest.all => runtest.libs}/libs.exp (83%) rename testsuite/{runtest.all => runtest.libs}/load_lib.exp (95%) rename testsuite/{runtest.all => runtest.libs}/remote.test (100%) rename testsuite/{runtest.all => runtest.libs}/target.test (100%) rename testsuite/{runtest.all => runtest.libs}/testsuite_file.test (100%) rename testsuite/{runtest.all => runtest.libs}/topdir/subdir1/subfile1 (100%) rename testsuite/{runtest.all => runtest.libs}/topdir/subdir1/subfile2 (100%) rename testsuite/{runtest.all => runtest.libs}/topdir/subdir1/subsubdir1/subsubfile1 (100%) rename testsuite/{runtest.all => runtest.libs}/topdir/subdir2/subfile2 (100%) rename testsuite/{runtest.all => runtest.libs}/utils.test (89%) create mode 100644 testsuite/runtest.main/options.exp create mode 100644 testsuite/runtest.main/options/testsuite/null.test/null.exp rename testsuite/{runtest.all => runtest.main}/stats.exp (75%) rename testsuite/{runtest.all => runtest.main/stats/testsuite/stat.test}/stats-sub.exp (100%) hooks/post-receive -- DejaGNU _______________________________________________ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit