[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-633-g95fccbd

2018-12-10 Thread Ben Elliston
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  95fccbd8992e9c9b8caad3007bcd24ebebe680d3 (commit)
   via  6c0bbbfad3f00a2371ef42178b092ffb5ea23eaf (commit)
  from  09e9d5e47f83a3953e51e2b3d0e4b85fd411f8d1 (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 95fccbd8992e9c9b8caad3007bcd24ebebe680d3
Author: Jacob Bachmeyer 
Date:   Mon Dec 10 20:11:17 2018 +1100

* doc/dejagnu.texi (Writing a test case): Add warning about
priority of Expect patterns, complete with example.
* testsuite/runtest.all/libs.exp (process_test): Fix bug that
caused test results other than "PASS" to be skipped if a "PASS" is
further along in the input buffer.  Describe problem in manual.
(process_test): Ensure that the log file shows each test case run.
(process_test): Directly run the test cases instead of using
temporary files and "cat".  All output is always available in the
log file, which is no longer overwritten by other tests.
(process_test): Expect END markers from test case scripts.
* testsuite/runtest.all/clone_output.test: Emit END markers.
* testsuite/runtest.all/config.test: Likewise.
* testsuite/runtest.all/remote.test: Likewise.
* testsuite/runtest.all/target.test: Likewise.
* testsuite/runtest.all/testsuite_file.test: Likewise.
* testsuite/runtest.all/utils.test: Likewise.

Signed-off-by: Ben Elliston 

commit 6c0bbbfad3f00a2371ef42178b092ffb5ea23eaf
Author: Ben Elliston 
Date:   Mon Dec 10 19:28:46 2018 +1100

* lib/utils.exp (grep): Use a proper Tcl list for options.

---

Summary of changes:
 ChangeLog | 23 +
 doc/dejagnu.texi  | 77 ++-
 lib/utils.exp | 10 ++--
 testsuite/runtest.all/clone_output.test   |  2 +
 testsuite/runtest.all/config.test |  2 +
 testsuite/runtest.all/libs.exp| 43 ++---
 testsuite/runtest.all/remote.test |  2 +
 testsuite/runtest.all/target.test |  2 +
 testsuite/runtest.all/testsuite_file.test |  2 +
 testsuite/runtest.all/utils.test  |  2 +
 10 files changed, 131 insertions(+), 34 deletions(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit


[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-634-g2e7d28b

2018-12-10 Thread Ben Elliston
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  2e7d28b57873761210c0405cf472478884b7ddb7 (commit)
  from  95fccbd8992e9c9b8caad3007bcd24ebebe680d3 (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 2e7d28b57873761210c0405cf472478884b7ddb7
Author: Ben Elliston 
Date:   Mon Dec 10 21:59:08 2018 +1100

* doc/dejagnu.texi (istarget procedure): Remove stray @{.

---

Summary of changes:
 ChangeLog| 4 
 doc/dejagnu.texi | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit


[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-635-gaaee014

2018-12-10 Thread Ben Elliston
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  aaee01475fee922b8e1d3a5231f4cf03763002af (commit)
  from  2e7d28b57873761210c0405cf472478884b7ddb7 (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 aaee01475fee922b8e1d3a5231f4cf03763002af
Author: Ben Elliston 
Date:   Mon Dec 10 22:03:32 2018 +1100

* doc/dejagnu.texi (getdirs procedure): This procedure accepts Tcl
glob patterns, not "shell wildcard characters" per se.

---

Summary of changes:
 ChangeLog| 3 +++
 doc/dejagnu.texi | 5 ++---
 2 files changed, 5 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit


[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-636-g28ae643

2018-12-10 Thread Ben Elliston
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  28ae6432670ca0aadecbf2114cd828f793537713 (commit)
  from  aaee01475fee922b8e1d3a5231f4cf03763002af (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 28ae6432670ca0aadecbf2114cd828f793537713
Author: Jacob Bachmeyer 
Date:   Tue Dec 11 13:44:02 2018 +1100

* doc/dejagnu.texi (getdirs procedure): Document hard-coded
directory exclusions by name in this procedure.

Signed-off-by: Ben Elliston 

---

Summary of changes:
 ChangeLog|  5 +
 doc/dejagnu.texi | 13 +++--
 2 files changed, 16 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit


[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-637-g0a5a8a9

2018-12-10 Thread Ben Elliston
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  0a5a8a9d3b55cf0bc64d2b5ff4d272a3302a283d (commit)
  from  28ae6432670ca0aadecbf2114cd828f793537713 (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 0a5a8a9d3b55cf0bc64d2b5ff4d272a3302a283d
Author: Jacob Bachmeyer 
Date:   Tue Dec 11 16:09:54 2018 +1100

* doc/dejagnu.texi: Clean up whitespace.  Some indented examples
were changed to use the Texinfo '@ ' command (yes, a space
character) to preserve correct indentation.  The '@ ' command is
treated as a single space by Tex and makeinfo, but prevents Emacs
from complaining about indentation using spaces instead of tabs.

Signed-off-by: Ben Elliston 

---

Summary of changes:
 ChangeLog|   8 ++
 doc/dejagnu.texi | 326 +++
 2 files changed, 171 insertions(+), 163 deletions(-)


hooks/post-receive
-- 
DejaGNU

___
Dejagnu-commit mailing list
Dejagnu-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/dejagnu-commit