[Dejagnu-commit] [SCM] DejaGNU branch, psql, updated. dejagnu_1_4_3-704-g067bb14
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, psql has been updated via 067bb14da4bbb7873d635079bd4b899fba53c978 (commit) from 8902e858a01a4c1342c7597b69778217ec11ba45 (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 067bb14da4bbb7873d635079bd4b899fba53c978 Author: Jacob Bachmeyer Date: Wed May 27 16:07:08 2020 -0500 Revise database structure *ChangeLog: * contrib/database/psql.sql: Rewrite. --- Summary of changes: contrib/database/psql.sql | 141 ++ 1 file changed, 105 insertions(+), 36 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-698-g5405dc0
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 5405dc038da030364ccaecb0b13c8c3ba485b380 (commit) from b9cd21fdb48ea6a29a4381f564ce13b29921b867 (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 5405dc038da030364ccaecb0b13c8c3ba485b380 Author: Jacob Bachmeyer Date: Wed May 27 16:14:01 2020 -0500 Fix node duplicated by merge error in dejagnu.texi The previous merge duplicated the "target_link procedure" node. --- Summary of changes: doc/dejagnu.texi | 14 -- 1 file changed, 14 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, PR41585, created. dejagnu_1_4_3-700-g9533507
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, PR41585 has been created at 9533507ea4ad9addd4b593bcf1004496f4b22da4 (commit) - Log - commit 9533507ea4ad9addd4b593bcf1004496f4b22da4 Author: Jacob Bachmeyer Date: Thu May 28 18:35:17 2020 -0500 Tidy irregular indentation in ChangeLog commit 10191e1d8d56dae0999fe8d1438fd04537249f41 Author: Jacob Bachmeyer Date: Thu May 28 18:34:47 2020 -0500 Fix default value of libdir global This was causing testsuite/runtest.main/stats.exp to fail unless the DejaGnu sources were in a directory named dejagnu. --- 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, PR41587, created. dejagnu_1_4_3-703-gd37c15b
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, PR41587 has been created at d37c15b4d569a3d70493653efe82a78c3550e903 (commit) - Log - commit d37c15b4d569a3d70493653efe82a78c3550e903 Author: Jacob Bachmeyer Date: Thu May 28 21:35:55 2020 -0500 Fix problems with relative srcdir in launcher and report-card testsuites commit 205b28531d6df621e624137ea1bf914225956cb8 Author: Jacob Bachmeyer Date: Thu May 28 21:29:05 2020 -0500 Fix problems with relative srcdir in testsuite/runtest.main/options.exp commit 6a5b5861457230cc9ff5e01dc2ad3e1435051b93 Author: Jacob Bachmeyer Date: Thu May 28 21:04:50 2020 -0500 Show the user's login name shortly after finding it Previously, two procedures were defined between setting logname and reporting its value if verbosity is selected. This does not change program flow, but will make the code easier to examine in the future. --- 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, PR41647, created. dejagnu_1_4_3-705-g55765f0
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, PR41647 has been created at 55765f0cea891c7282e3fc7a7a4bb70a4cbe9349 (commit) - Log - commit 55765f0cea891c7282e3fc7a7a4bb70a4cbe9349 Author: Jacob Bachmeyer Date: Mon Jun 1 21:22:44 2020 -0500 Print initial working directory if verbose output is selected commit ad035c009d7cb33970ef95533d06c671c359ca34 Author: Jacob Bachmeyer Date: Mon Jun 1 21:22:11 2020 -0500 Add verbose output for testsuite search --- 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, PR41647, updated. dejagnu_1_4_3-706-g5fafcd4
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, PR41647 has been updated via 5fafcd43b2d22b2227e62f7278584418c6449824 (commit) from 55765f0cea891c7282e3fc7a7a4bb70a4cbe9349 (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 5fafcd43b2d22b2227e62f7278584418c6449824 Author: Jacob Bachmeyer Date: Tue Jun 2 22:20:01 2020 -0500 Save and restore variables set by command arguments This commit closes the window during which srcdir was controlled by the testsuite local init file even if specified on the command line. Allowing this override causes problems with Automake when the source directory was set using a relative file name. --- Summary of changes: ChangeLog | 14 ++ NEWS| 8 ++-- runtest.exp | 54 ++ 3 files changed, 70 insertions(+), 6 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, new-api-for-1.6.3, created. dejagnu_1_4_3-708-g71ad088
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, new-api-for-1.6.3 has been created at 71ad08850af0349365468eff107132af5b7077f3 (commit) - Log - commit 71ad08850af0349365468eff107132af5b7077f3 Author: Jacob Bachmeyer Date: Sat Jun 6 20:40:40 2020 -0500 Add "testcase group" API commit 5096a3c6208a392ea601466bb874a59fd51d95d2 Author: Jacob Bachmeyer Date: Fri Jun 5 16:05:45 2020 -0500 Add "testsuite can call api" feature test API --- 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, new-api-for-1.6.3, updated. dejagnu_1_4_3-709-g8c750f7
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, new-api-for-1.6.3 has been updated via 8c750f7449bd33cb8952e8ddbb3cc5cecaa05bb3 (commit) from 71ad08850af0349365468eff107132af5b7077f3 (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 8c750f7449bd33cb8952e8ddbb3cc5cecaa05bb3 Author: Jacob Bachmeyer Date: Wed Jun 10 18:43:16 2020 -0500 Fix Info node connectivity and formatting mistake --- Summary of changes: doc/dejagnu.texi | 3 ++- 1 file changed, 2 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, psql, updated. dejagnu_1_4_3-711-g6f962aa
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, psql has been updated via 6f962aa7a4245e8ca8c48b1fe215719b13c5f089 (commit) via 457888fc50922a6b505a315a1d92be15559a9024 (commit) via 648796241f9041c49c8965d562f3129c0bc880d2 (commit) via 8c73aab67504afb81c84d68e2bde77ce692c20d3 (commit) via 2bf18f2662abd8ada5cd4b4710724bc3335698fe (commit) via 90c3680a0bc1b8a9f89e9deaf875eaee8d8605b6 (commit) via 30492bb46e089253e79a5d5dc9e9f7b3514df0e3 (commit) from 067bb14da4bbb7873d635079bd4b899fba53c978 (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 6f962aa7a4245e8ca8c48b1fe215719b13c5f089 Author: Jacob Bachmeyer Date: Wed Jun 10 23:42:24 2020 -0500 Implement XML import *ChangeLog: * contrib/database/importxml.pl: Now reads XML test logs. * contrib/database/psql.sql: Add "finish" column to "run" table. Allow manifest/run links to be broken by deleting either. commit 457888fc50922a6b505a315a1d92be15559a9024 Author: Jacob Bachmeyer Date: Tue Jun 9 21:38:10 2020 -0500 Rewrite XML DTD *ChangeLog: * lib/framework.exp (insertdtd): Rewrite XML DTD. (open_logs): Adjust XML output to conform to new DTD. (record_test): Likewise. (log_summary): Likewise. (close_logs): Likewise. (xml_log_start): Factor out from open_logs procedure. * runtest.exp: Call new xml_log_start procedure. commit 648796241f9041c49c8965d562f3129c0bc880d2 Author: Jacob Bachmeyer Date: Tue Jun 9 21:34:59 2020 -0500 Explain oddity in DB schema commit 8c73aab67504afb81c84d68e2bde77ce692c20d3 Author: Jacob Bachmeyer Date: Wed May 27 22:46:33 2020 -0500 Add initial new import tool *ChangeLog: * contrib/database/importxml.pl: New file. Only reads manifest. * contrib/database/psql.sql: Update to fix misunderstandings about the manifest data model. All manifest items have a filespec. commit 2bf18f2662abd8ada5cd4b4710724bc3335698fe Author: Jacob Bachmeyer Date: Wed May 27 18:38:18 2020 -0500 Whitespace cleanup in DB schema commit 90c3680a0bc1b8a9f89e9deaf875eaee8d8605b6 Author: Jacob Bachmeyer Date: Wed May 27 16:55:05 2020 -0500 Fix indentation whitespace in ChangeLog on this branch commit 30492bb46e089253e79a5d5dc9e9f7b3514df0e3 Author: Jacob Bachmeyer Date: Wed May 27 16:54:24 2020 -0500 Add basic sanity tests for database stored procedures *ChangeLog: * contrib/database/psql-devtest.sql: New file. --- Summary of changes: ChangeLog | 2 +- contrib/database/importxml.pl | 349 ++ contrib/database/psql-devtest.sql | 35 contrib/database/psql.sql | 26 ++- lib/framework.exp | 168 +- runtest.exp | 3 + 6 files changed, 523 insertions(+), 60 deletions(-) create mode 100755 contrib/database/importxml.pl create mode 100644 contrib/database/psql-devtest.sql 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, psql, updated. dejagnu_1_4_3-712-gc27b9d8
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, psql has been updated via c27b9d813cad41d786d27eff43cf737d2cc72514 (commit) from 6f962aa7a4245e8ca8c48b1fe215719b13c5f089 (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 c27b9d813cad41d786d27eff43cf737d2cc72514 Author: Jacob Bachmeyer Date: Thu Jun 11 22:44:45 2020 -0500 Add XSLT stylesheet for backwards compatibility *ChangeLog: * contrib/legacy-xml.xsl: New file. --- Summary of changes: contrib/legacy-xml.xsl | 93 ++ 1 file changed, 93 insertions(+) create mode 100644 contrib/legacy-xml.xsl 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, linaro-for-1.6.3, created. dejagnu_1_4_3-710-gb256a45
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, linaro-for-1.6.3 has been created at b256a457aa85cc601fe5e986a887c64ab48f4c7c (commit) - Log - commit b256a457aa85cc601fe5e986a887c64ab48f4c7c Author: Jacob Bachmeyer Date: Mon Jun 15 22:03:30 2020 -0500 Update ChangeLog commit c0721121e0268de2a0604974b5e93c41b7cf1024 Author: Christophe Lyon Date: Fri Sep 28 08:26:02 2018 + Combine remote stderr into remote stdout * lib/ssh.exp (ssh_exec): Redirect stderr to stdout on the remote machine, to avoid race conditions. commit f3bfd00a619fa23078e7fddf2de4bc537a8ca0c4 Author: Yvan Roux Date: Mon Apr 25 11:09:52 2016 +0200 Keep trailing newline in remote execution output * lib/rsh.exp (rsh_exec): Don't remove trailing newline. * lib/ssh.exp (rsh_exec): Likewise. commit 6e55af0128f2f4e9c399e58bfa0ec4c62cf4aa92 Author: Maxim Kuvyrkov Date: Tue Jun 28 09:40:01 2016 +0100 Support using QEMU in local/remote testing using default "unix" board If the board file defines "exec_shell", prepend it before the local or remote command. --- 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, PR41824, created. dejagnu_1_4_3-707-gc5b21f1
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, PR41824 has been created at c5b21f1f1cfaabf1431010c314aadcc0b7b708f0 (commit) - Log - commit c5b21f1f1cfaabf1431010c314aadcc0b7b708f0 Author: Jacob Bachmeyer Date: Wed Jun 17 18:08:57 2020 -0500 Allow testing to continue after an undefined command is called --- 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, PR41824, updated. dejagnu_1_4_3-708-g6cb7c43
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, PR41824 has been updated via 6cb7c4390f87a46682e1484317d2b320b037b9a9 (commit) from c5b21f1f1cfaabf1431010c314aadcc0b7b708f0 (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 6cb7c4390f87a46682e1484317d2b320b037b9a9 Author: Jacob Bachmeyer Date: Wed Jun 17 21:31:14 2020 -0500 Add new testsuite files to TESTSUITE_FILES in Makefile.am --- Summary of changes: ChangeLog | 1 + Makefile.am | 3 +++ 2 files changed, 4 insertions(+) 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, PR41824, updated. dejagnu_1_4_3-710-g38e913f
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, PR41824 has been updated via 38e913f57bc7be0b83888fb5c5662c29d5060c26 (commit) via e7f39bc6b766f71d503d5ba010aab8a8512d04e9 (commit) from 6cb7c4390f87a46682e1484317d2b320b037b9a9 (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 38e913f57bc7be0b83888fb5c5662c29d5060c26 Merge: 6cb7c43 e7f39bc Author: Jacob Bachmeyer Date: Wed Jun 17 21:46:01 2020 -0500 Merge branch 'pr41914' into 'PR41824' --- Summary of changes: ChangeLog | 5 + lib/framework.exp | 1 + 2 files changed, 6 insertions(+) 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, linaro-for-1.6.3, updated. dejagnu_1_4_3-711-gb1ea2a9
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, linaro-for-1.6.3 has been updated via b1ea2a9e55ee10c31d25bfcdd4419dfeb6d507a6 (commit) from b256a457aa85cc601fe5e986a887c64ab48f4c7c (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 b1ea2a9e55ee10c31d25bfcdd4419dfeb6d507a6 Author: Jacob Bachmeyer Date: Wed Jun 17 21:55:56 2020 -0500 Fix typos in ChangeLog --- Summary of changes: ChangeLog | 3 ++- 1 file changed, 2 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, PR41918, created. dejagnu_1_4_3-712-gd45310c
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, PR41918 has been created at d45310cd257d399b8208fa9907f7c9f2f4ac7eda (commit) - Log - commit d45310cd257d399b8208fa9907f7c9f2f4ac7eda Author: Jacob Bachmeyer Date: Thu Jun 18 18:52:33 2020 -0500 Use consistent behavior for Tcl errors in test scripts commit cbba4dbb8d52c5b0f32e803cf8587f276ee1ec86 Author: Jacob Bachmeyer Date: Thu Jun 18 17:32:48 2020 -0500 Add tests for handling arithmetic errors in auto-loaded procedures --- 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, PR41918, updated. dejagnu_1_4_3-714-gc3252e3
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, PR41918 has been updated via c3252e33cf41f0d6e4ac6ef8099f925579b1a1ff (commit) via f7dea4fbb09dba4129b1621829f534e6507653f7 (commit) from d45310cd257d399b8208fa9907f7c9f2f4ac7eda (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 c3252e33cf41f0d6e4ac6ef8099f925579b1a1ff Author: Tom de Vries Date: Fri Jun 19 14:36:58 2020 +0200 Add tests for handling arithmetic errors in non-auto-loaded procedures commit f7dea4fbb09dba4129b1621829f534e6507653f7 Author: Tom de Vries Date: Fri Jun 19 14:36:58 2020 +0200 Reword NEWS entries [Following comments from Jacob Bachmeyer] The NEWS entries changed in this patch were originally written separately and had not been rethought when the general handling of Tcl errors was tightened. Another thanks to Tom de Vries for catching this. --- Summary of changes: NEWS | 7 +++ testsuite/runtest.main/abort.exp | 11 +++ .../testsuite/abort.test/{abort-undef.exp => abort-dbz.exp} | 10 +++--- 3 files changed, 21 insertions(+), 7 deletions(-) copy testsuite/runtest.main/abort/testsuite/abort.test/{abort-undef.exp => abort-dbz.exp} (84%) 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, PR41918, updated. dejagnu_1_4_3-715-ga53c564
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, PR41918 has been updated via a53c5648ea1b1d195f290f51450af2e9b05a3089 (commit) from c3252e33cf41f0d6e4ac6ef8099f925579b1a1ff (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 a53c5648ea1b1d195f290f51450af2e9b05a3089 Author: Jacob Bachmeyer Date: Fri Jun 19 19:30:55 2020 -0500 Update ChangeLog --- Summary of changes: ChangeLog | 11 +++ 1 file changed, 11 insertions(+) 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, gdb-upstream-for-1.6.3, created. dejagnu_1_4_3-714-g024297c
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, gdb-upstream-for-1.6.3 has been created at 024297c3bb1210d869cc868558e10d75bd97 (commit) - Log - commit 024297c3bb1210d869cc868558e10d75bd97 Author: Jacob Bachmeyer Date: Mon Jun 22 19:01:36 2020 -0500 Update NEWS commit 862a6a5af79dd76f9dc32baefaebe6b1e551d2c5 Author: Jacob Bachmeyer Date: Mon Jun 22 18:26:48 2020 -0500 Add tests for new features in default_target_compile commit a641e4899fbde3cfe8e0611542be2742818adc12 Author: Jacob Bachmeyer Date: Mon Jun 22 18:25:30 2020 -0500 Add "linker=" option to target_compile to support testing commit 3a4313df675a83e598bcb8fcfacf8761fe997db5 Author: Jacob Bachmeyer Date: Mon Jun 22 18:24:10 2020 -0500 Fix up upstreamed GDB testsuite patches commit 26de73569e64b6a0e37d35541032f205095fb7c6 Author: Jacob Bachmeyer Date: Sat Jun 20 23:19:20 2020 -0500 Document find_* procedures imported from GDB testsuite commit 2e88e03ad0fd49faf09106a39d307116aaf7f4a7 Author: Tom Tromey Date: Fri Jun 19 07:52:44 2020 -0600 Add Go support to default_target_compile This adds Go support to default_target_compile. This comes from this gdb patch: commit a766d390bb857383a5f9ae80a102e1f8705f4c2e Author: Doug Evans Date: Wed Apr 25 14:07:23 2012 + Initial pass at Go language support. commit c8beff4a084334f07d03bb1165238147636eb7c8 Author: Tom Tromey Date: Fri Jun 19 07:52:43 2020 -0600 Add Rust support to default_target_compile This adds support for the Rust language to default_target_compile. This comes from a gdb patch: commit 67218854b1987d89593ccaf5feaf5b29b1b976f2 Author: Tom Tromey Date: Tue Apr 26 19:38:43 2016 -0600 Update gdb test suite for Rust [...] 2016-05-17 Tom Tromey Manish Goregaokar commit 57edff84aa64cd73600491335f734e83151d39f3 Author: Tom Tromey Date: Fri Jun 19 07:52:42 2020 -0600 Add early_flags to default_target_compile This adds early_flags support to default_target_compile. This originated in this gdb patch: commit 6ebea266fd0a7a56c90db3ab6237ff9f6c919747 Author: Doug Evans Date: Fri Jul 24 15:24:37 2015 -0700 Workaround debian change to default value of --as-needed. gdb/testsuite/ChangeLog: * lib/future.exp (gdb_default_target_compile): New option "early_flags". * lib/gdb.exp (gdb_compile): Undo debian's change in default of --as-needed. This patch also pulls in the "linker_opts_order" code, though nothing uses it yet. A use will come in a subsequent patch. --- 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, PR41918, updated. dejagnu_1_4_3-716-g5bc0f51
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, PR41918 has been updated via 5bc0f51cebd001b6ba92cdd3e98e97111d96cccb (commit) from a53c5648ea1b1d195f290f51450af2e9b05a3089 (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 5bc0f51cebd001b6ba92cdd3e98e97111d96cccb Author: Jacob Bachmeyer Date: Wed Jun 24 21:14:28 2020 -0500 Add option to stop immediately at Tcl errors and continue by default --- Summary of changes: ChangeLog| 19 +++ NEWS | 12 +--- doc/dejagnu.texi | 3 +++ doc/runtest.1| 6 +++--- runtest.exp | 9 ++--- testsuite/runtest.main/abort.exp | 16 6 files changed, 48 insertions(+), 17 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, queue, created. dejagnu_1_4_3-730-g06f755f
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, queue has been created at 06f755fd5ef68d0309e2dd96f80e6634981c1f9b (commit) - Log - commit 06f755fd5ef68d0309e2dd96f80e6634981c1f9b Merge: 494df2b ed7ed28 Author: Jacob Bachmeyer Date: Thu Jun 25 17:49:38 2020 -0500 Merge branch 'timeout-fix-for-1.6.3' Conflicts: ChangeLog commit 494df2b73f67dadf0ad58ac540d737c9083875c8 Merge: c70b720 8c750f7 Author: Jacob Bachmeyer Date: Thu Jun 25 17:48:28 2020 -0500 Merge branch 'new-api-for-1.6.3' Conflicts: ChangeLog NEWS doc/dejagnu.texi commit c70b720ac4e1bd32d447f7727d6e8c0f84c1ba4f Merge: c197ab9 024297c Author: Jacob Bachmeyer Date: Thu Jun 25 17:43:38 2020 -0500 Merge branch 'gdb-upstream-for-1.6.3' Conflicts: ChangeLog commit ed7ed2891c051f8114db1a87b36aefd120fbfc0f Author: Jacob Bachmeyer Date: Mon Jun 22 23:37:21 2020 -0500 Update ChangeLog commit 1b09d3a7b9912aab0a3e3ba2a63ebaa8e61f3238 Author: Maciej W. Rozycki Date: Thu Jun 11 02:31:02 2020 +0100 remote: Fix a stuck remote call pipeline causing testing to hang Fix a stuck remote call pipeline comprised of multiple processes causing testing to hang and requiring a manual intervention to either terminate or proceed, like below (here with the GCC `c' testsuite invoked with `execute.exp=postmod-1.c' for 8 compilation and 8 execution tests on a remote QEMU target run in the system emulation mode): PASS: gcc.c-torture/execute/postmod-1.c -O0 (test for excess errors) Executing on remote-localhost: .../gcc/testsuite/gcc/postmod-1.exe (timeout = 15) spawn [open ...] WARNING: program timed out got a INT signal, interrupted by user === gcc Summary === # of expected passes1 by not killing the pending force-kills in `close_wait_program' and also by setting the channel associated with the pipeline to the nonblocking mode when it is about to be closed afterwards. The situation here is as follows. A connection to the remote target board is requested by `rsh_exec' with input redirection requested from `/dev/null'. The request is handled by `local_exec' and the redirection causes a Tcl command pipeline channel to be opened. The list of PIDs of the processes comprising the pipeline is determined and then the channel is assigned an Expect spawn ID. The spawn ID is then waited for output produced by the remote target (here accessed with SSH) and, ultimately, completion marked by the end-of-file condition. As SSH gets stuck and does not complete the timeout eventually fires and a kill sequence is initiated, by calling `close_wait_program' with the list of PIDs previously obtained to kill given as one of the procedure's arguments. Seeing the list of PIDs rather than -1 `close_wait_program' issues SIGINT to all the requested processes right away and schedules a delayed sequence called "force-kills" to them, which sends SIGTERM and then, after a further delay, SIGKILL. Now `close_wait_program' calls `close' on the spawn ID associated with the pipeline, but this call doesn't affect the pipeline as its input has been redirected from `/dev/null'. As the next step `wait' is called on the same spawn ID and returns successfully right away with a result like {0 exp8 0 0} in `wres', where no PID is indicated, consistently with the null PID result of the original `spawn' command that assigned the spawn ID (`exp8' here) to the pipeline. The return from the `wait' command causes code to be executed for the pending force-kills to be killed. At this point the process situation is like below: PID TTY STAT TIME COMMAND 6908 pts/3Sl 0:00 expect -- .../share/dejagnu/runtest.exp --tool gcc --target_board remote-localhost execute.exp=postmod-1.c 6976 pts/3S 0:00 \_ ssh -p -l macro localhost sh -c '.../gcc/testsuite/gcc/postmod-1.exe ; echo XYZ${?}ZYX' 6977 pts/3Z 0:00 \_ [cat] 6991 pts/3Z 0:00 \_ [sh] so `cat' and `sh' have already terminated, the former presumably due to SIGINT sent previously and the latter having been the force-kills just killed, and only await being wait(2)ed for, however `ssh' is still live and in the interruptible sleep, presumably awaiting communication with the remote end. Since there is nothing else to do for `close_wait_program' it return
[Dejagnu-commit] [SCM] DejaGNU branch, PR41918, updated. dejagnu_1_4_3-720-g61dc0ca
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, PR41918 has been updated via 61dc0cafad8845b3c668940ed2e574bd503d410f (commit) via 556eb7716e0010f02133cb41cfc7fd8867b6c50d (commit) via a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b (commit) via 2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d (commit) from 5bc0f51cebd001b6ba92cdd3e98e97111d96cccb (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 61dc0cafad8845b3c668940ed2e574bd503d410f Author: Jacob Bachmeyer Date: Mon Jun 29 21:51:38 2020 -0500 Add separator lines when repeating error messages commit 556eb7716e0010f02133cb41cfc7fd8867b6c50d Author: Jacob Bachmeyer Date: Fri Jun 26 20:55:33 2020 -0500 Document use of UNRESOLVED results to mark test script crashes commit a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b Author: Jacob Bachmeyer Date: Fri Jun 26 20:31:13 2020 -0500 Withdraw proposed --keep_going and --no_keep_going options commit 2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d Author: Jacob Bachmeyer Date: Fri Jun 26 18:53:15 2020 -0500 Record Tcl errors and dump them again at the end of a run --- Summary of changes: ChangeLog | 50 ++ Makefile.am| 10 +- Makefile.in| 2 +- NEWS | 9 +- doc/dejagnu.texi | 13 +-- doc/runtest.1 | 6 -- lib/framework.exp | 11 +++ runtest.exp| 28 +++--- testsuite/runtest.main/abort.exp | 101 - testsuite/runtest.main/error.exp | 81 + .../testsuite/error.test/error-al-dbz.exp} | 2 +- .../testsuite/error.test/error-dbz.exp}| 2 +- .../testsuite/error.test/error-undef.exp} | 2 +- .../testsuite/error.test}/simple.exp | 0 14 files changed, 173 insertions(+), 144 deletions(-) delete mode 100644 testsuite/runtest.main/abort.exp create mode 100644 testsuite/runtest.main/error.exp rename testsuite/runtest.main/{abort/testsuite/abort.test/abort-al-dbz.exp => error/testsuite/error.test/error-al-dbz.exp} (97%) rename testsuite/runtest.main/{abort/testsuite/abort.test/abort-dbz.exp => error/testsuite/error.test/error-dbz.exp} (96%) rename testsuite/runtest.main/{abort/testsuite/abort.test/abort-undef.exp => error/testsuite/error.test/error-undef.exp} (96%) rename testsuite/runtest.main/{abort/testsuite/abort.test => error/testsuite/error.test}/simple.exp (100%) 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, queue, updated. dejagnu_1_4_3-745-gf5fccbc
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, queue has been updated via f5fccbc833dec811ba40f39d85af1ed9bef05165 (commit) via 61dc0cafad8845b3c668940ed2e574bd503d410f (commit) via 556eb7716e0010f02133cb41cfc7fd8867b6c50d (commit) via a149ae3e95dd7a7ec6f7f4bbda64994cffa9e37b (commit) via 2c7ae2526ba1e297adb2c013c6ddb5dfaea09f9d (commit) via 5bc0f51cebd001b6ba92cdd3e98e97111d96cccb (commit) via a53c5648ea1b1d195f290f51450af2e9b05a3089 (commit) via c3252e33cf41f0d6e4ac6ef8099f925579b1a1ff (commit) via f7dea4fbb09dba4129b1621829f534e6507653f7 (commit) via d45310cd257d399b8208fa9907f7c9f2f4ac7eda (commit) via cbba4dbb8d52c5b0f32e803cf8587f276ee1ec86 (commit) via 38e913f57bc7be0b83888fb5c5662c29d5060c26 (commit) via 6cb7c4390f87a46682e1484317d2b320b037b9a9 (commit) via c5b21f1f1cfaabf1431010c314aadcc0b7b708f0 (commit) via e7f39bc6b766f71d503d5ba010aab8a8512d04e9 (commit) from 06f755fd5ef68d0309e2dd96f80e6634981c1f9b (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 f5fccbc833dec811ba40f39d85af1ed9bef05165 Merge: 06f755f 61dc0ca Author: Jacob Bachmeyer Date: Tue Jun 30 17:34:00 2020 -0500 Merge branch 'PR41918' Conflicts: ChangeLog --- Summary of changes: ChangeLog | 137 + Makefile.am| 7 +- Makefile.in| 2 +- NEWS | 7 ++ doc/dejagnu.texi | 5 + doc/runtest.1 | 3 - lib/framework.exp | 60 +++-- runtest.exp| 25 +++- testsuite/runtest.main/error.exp | 81 .../error/testsuite/error.test/error-al-dbz.exp| 28 +++-- .../error/testsuite/error.test/error-dbz.exp} | 15 ++- .../error/testsuite/error.test/error-undef.exp | 12 +- .../error/testsuite/error.test/simple.exp | 8 +- 13 files changed, 345 insertions(+), 45 deletions(-) create mode 100644 testsuite/runtest.main/error.exp copy config/default.exp => testsuite/runtest.main/error/testsuite/error.test/error-al-dbz.exp (59%) copy testsuite/{libdejagnu/tunit.exp => runtest.main/error/testsuite/error.test/error-dbz.exp} (75%) copy baseboards/tx39-sim.exp => testsuite/runtest.main/error/testsuite/error.test/error-undef.exp (78%) copy baseboards/tx39-sim.exp => testsuite/runtest.main/error/testsuite/error.test/simple.exp (78%) 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, timeout-fix-for-1.6.3, created. dejagnu_1_4_3-709-ged7ed28
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, timeout-fix-for-1.6.3 has been created at ed7ed2891c051f8114db1a87b36aefd120fbfc0f (commit) - Log - --- 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, queue, deleted. dejagnu_1_4_3-745-gf5fccbc
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, queue has been deleted was f5fccbc833dec811ba40f39d85af1ed9bef05165 --- f5fccbc833dec811ba40f39d85af1ed9bef05165 Merge branch 'PR41918' --- 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, queue, created. dejagnu_1_4_3-755-g5d954c5
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, queue has been created at 5d954c5ad5f178eb096b93a301f0bd3a08d47ab3 (commit) - Log - commit 5d954c5ad5f178eb096b93a301f0bd3a08d47ab3 Author: Jacob Bachmeyer Date: Mon Jul 6 21:11:19 2020 -0500 Adjust NEWS commit 5c847ce686cd5a57b6305dbb67160c91b80c9357 Author: Jacob Bachmeyer Date: Mon Jul 6 21:10:33 2020 -0500 Fix missing name in ChangeLog entry commit 9dac619a001d495a517ec0807b0529be5e3d62e6 Merge: 4348c51 61dc0ca Author: Jacob Bachmeyer Date: Mon Jul 6 21:08:36 2020 -0500 Merge branch 'PR41918' Conflicts: ChangeLog commit 4348c51f4e587974e1da5a32cd8cf1e0097ff8fd Merge: 376dacc ed7ed28 Author: Jacob Bachmeyer Date: Mon Jul 6 21:05:00 2020 -0500 Merge branch 'timeout-fix-for-1.6.3' Conflicts: ChangeLog commit 376dacc26259cbd61860d58a3ec16099d5b7581f Merge: e572af7 8c750f7 Author: Jacob Bachmeyer Date: Mon Jul 6 21:04:07 2020 -0500 Merge branch 'new-api-for-1.6.3' Conflicts: ChangeLog NEWS doc/dejagnu.texi commit e572af7e43e26162a717408c2464cad24c936d07 Merge: 33f82a7 024297c Author: Jacob Bachmeyer Date: Mon Jul 6 20:59:00 2020 -0500 Merge branch 'gdb-upstream-for-1.6.3' Conflicts: ChangeLog --- 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, queue, deleted. dejagnu_1_4_3-755-g5d954c5
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, queue has been deleted was 5d954c5ad5f178eb096b93a301f0bd3a08d47ab3 --- 5d954c5ad5f178eb096b93a301f0bd3a08d47ab3 Adjust NEWS --- 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, linaro-for-1.6.3, deleted. dejagnu_1_4_3-711-gb1ea2a9
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, linaro-for-1.6.3 has been deleted was b1ea2a9e55ee10c31d25bfcdd4419dfeb6d507a6 --- b1ea2a9e55ee10c31d25bfcdd4419dfeb6d507a6 Fix typos in ChangeLog --- 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, new-api-for-1.6.3, deleted. dejagnu_1_4_3-709-g8c750f7
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, new-api-for-1.6.3 has been deleted was 8c750f7449bd33cb8952e8ddbb3cc5cecaa05bb3 --- 8c750f7449bd33cb8952e8ddbb3cc5cecaa05bb3 Fix Info node connectivity and formatting mistake --- 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, gdb-upstream-for-1.6.3, deleted. dejagnu_1_4_3-714-g024297c
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, gdb-upstream-for-1.6.3 has been deleted was 024297c3bb1210d869cc868558e10d75bd97 --- 024297c3bb1210d869cc868558e10d75bd97 Update NEWS --- 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, PR41647, deleted. dejagnu_1_4_3-706-g5fafcd4
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, PR41647 has been deleted was 5fafcd43b2d22b2227e62f7278584418c6449824 --- 5fafcd43b2d22b2227e62f7278584418c6449824 Save and restore variables set by command arguments --- 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, pr41914, deleted. dejagnu_1_4_3-707-ge7f39bc
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, pr41914 has been deleted was e7f39bc6b766f71d503d5ba010aab8a8512d04e9 --- e7f39bc6b766f71d503d5ba010aab8a8512d04e9 Propagate return value of auto-loaded command --- 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, timeout-fix-for-1.6.3, deleted. dejagnu_1_4_3-709-ged7ed28
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, timeout-fix-for-1.6.3 has been deleted was ed7ed2891c051f8114db1a87b36aefd120fbfc0f --- ed7ed2891c051f8114db1a87b36aefd120fbfc0f Update ChangeLog --- 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, PR41587, deleted. dejagnu_1_4_3-703-gd37c15b
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, PR41587 has been deleted was d37c15b4d569a3d70493653efe82a78c3550e903 --- d37c15b4d569a3d70493653efe82a78c3550e903 Fix problems with relative srcdir in launcher and report-card testsuites --- 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, PR41918, deleted. dejagnu_1_4_3-720-g61dc0ca
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, PR41918 has been deleted was 61dc0cafad8845b3c668940ed2e574bd503d410f --- 61dc0cafad8845b3c668940ed2e574bd503d410f Add separator lines when repeating error messages --- 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, PR41824, deleted. dejagnu_1_4_3-710-g38e913f
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, PR41824 has been deleted was 38e913f57bc7be0b83888fb5c5662c29d5060c26 --- 38e913f57bc7be0b83888fb5c5662c29d5060c26 Merge branch 'pr41914' into 'PR41824' --- 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, PR42399, created. dejagnu_1_4_3-758-g89f58b2
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, PR42399 has been created at 89f58b27832f8fc7b443988d02e56cfaba12eb5a (commit) - Log - commit 89f58b27832f8fc7b443988d02e56cfaba12eb5a Author: Jacob Bachmeyer Date: Mon Jul 20 21:39:21 2020 -0500 Add regression test for PR42399 commit cafd85defe299956b18c75c2439e74bd19652388 Author: Jacob Bachmeyer Date: Mon Jul 20 17:57:11 2020 -0500 Combine inner testsuites used for testing runtest --- 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, PR42399, updated. dejagnu_1_4_3-760-g264bd34
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, PR42399 has been updated via 264bd34c28a16e18860dbc69a21a96c1be130b08 (commit) via cc275d7ed80965def55d7b64c7175d2e985e38f3 (commit) from 89f58b27832f8fc7b443988d02e56cfaba12eb5a (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 264bd34c28a16e18860dbc69a21a96c1be130b08 Author: Jacob Bachmeyer Date: Wed Jul 22 21:28:24 2020 -0500 Revise host_execute to fix PR42399 commit cc275d7ed80965def55d7b64c7175d2e985e38f3 Author: Jacob Bachmeyer Date: Wed Jul 22 17:46:12 2020 -0500 Add tests for DejaGNU unit testing support --- Summary of changes: ChangeLog | 24 Makefile.am| 2 + NEWS | 9 +++ lib/dejagnu.exp| 71 +- .../pr42399.awk => stat.test/unit-sub.awk} | 22 --- .../pr42399-sub.exp => stat.test/unit-sub.exp} | 7 ++- testsuite/runtest.main/stats.exp | 35 ++- 7 files changed, 102 insertions(+), 68 deletions(-) copy testsuite/runtest.main/nested/testsuite/{bug.test/pr42399.awk => stat.test/unit-sub.awk} (66%) mode change 100755 => 100644 copy testsuite/runtest.main/nested/testsuite/{bug.test/pr42399-sub.exp => stat.test/unit-sub.exp} (79%) 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-765-g6a2899b
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 6a2899bf3d86100162c41efedd923c01b82d8109 (commit) via 1e2825e5368f319f97077887d6765fd6bde10628 (commit) from 1e4010a4d2a8b63c3215dd7492eba38f056bb6e3 (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 6a2899bf3d86100162c41efedd923c01b82d8109 Author: Jacob Bachmeyer Date: Sat Jul 25 21:57:21 2020 -0500 Add warnings about synchronization with the tested program commit 1e2825e5368f319f97077887d6765fd6bde10628 Author: Jacob Bachmeyer Date: Sun Aug 2 19:20:40 2020 -0500 Update email address --- Summary of changes: ChangeLog| 10 + MAINTAINERS | 2 +- doc/dejagnu.texi | 121 --- 3 files changed, 91 insertions(+), 42 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-768-gd007d66
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 d007d66fcfd496fb0709168d47a590475c464bf6 (commit) via 9c8062aabb37e7acfdafa5599c2ee6ee91c7be15 (commit) from 6f7f6c1b0eed007f48d262e267db8e030052b6e4 (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 d007d66fcfd496fb0709168d47a590475c464bf6 Author: Jacob Bachmeyer Date: Sun Aug 2 21:38:47 2020 -0500 Sort baseboard file list in Makefile.am commit 9c8062aabb37e7acfdafa5599c2ee6ee91c7be15 Author: Jacob Bachmeyer Date: Sun Aug 2 21:38:15 2020 -0500 Add forgotten new testsuite files to Makefile.am --- Summary of changes: ChangeLog | 8 Makefile.am | 12 Makefile.in | 4 3 files changed, 20 insertions(+), 4 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-771-g480ac30
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 480ac301abef92c6b7701b3e846a2cb5e59f33af (commit) via 49b73747514c0dfd53e70f13a4da80a8665d15fa (commit) via 76cbef3fecda49fbfa816f854166a3742fbde256 (commit) from d007d66fcfd496fb0709168d47a590475c464bf6 (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 480ac301abef92c6b7701b3e846a2cb5e59f33af Author: Jacob Bachmeyer Date: Sun Aug 2 23:04:12 2020 -0500 Move experimental Python unit test module to contrib/ commit 49b73747514c0dfd53e70f13a4da80a8665d15fa Author: Jacob Bachmeyer Date: Sun Aug 2 22:58:52 2020 -0500 Add doc/fdl.texi to Makefile.am commit 76cbef3fecda49fbfa816f854166a3742fbde256 Author: Jacob Bachmeyer Date: Sun Aug 2 22:51:21 2020 -0500 Add forgotten baseboard files to Makefile.am --- Summary of changes: ChangeLog | 7 +++ Makefile.am | 7 ++- Makefile.in | 3 +++ {testsuite => contrib}/dejagnu.py | 0 4 files changed, 16 insertions(+), 1 deletion(-) rename {testsuite => contrib}/dejagnu.py (100%) 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-774-gf19efa3
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 f19efa329c8368671a95f1002c6245b8ca3c4876 (commit) via 6efefce47d81095e101fe579cf2c2b41c42009b8 (commit) via 8c367b5ca4a79e8ab732ef7f237ab0153ce196bb (commit) from 480ac301abef92c6b7701b3e846a2cb5e59f33af (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 f19efa329c8368671a95f1002c6245b8ca3c4876 Author: Jacob Bachmeyer Date: Mon Aug 10 22:16:55 2020 -0500 Tidy whitespace in baseboards/qemu.exp commit 6efefce47d81095e101fe579cf2c2b41c42009b8 Author: Jacob Bachmeyer Date: Mon Aug 10 22:13:05 2020 -0500 Update ChangeLog commit 8c367b5ca4a79e8ab732ef7f237ab0153ce196bb Author: Kito Cheng Date: Tue Jul 14 11:24:47 2020 +0800 Add riscv-sim.exp --- Summary of changes: ChangeLog | 12 + Makefile.am | 1 + Makefile.in | 1 + baseboards/qemu.exp | 8 +++--- baseboards/{aarch64-sim.exp => riscv-sim.exp} | 35 +-- 5 files changed, 35 insertions(+), 22 deletions(-) copy baseboards/{aarch64-sim.exp => riscv-sim.exp} (70%) 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-775-gaa173ce
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 aa173cea24b94d3f714f07bbbfda85740e8e77db (commit) from f19efa329c8368671a95f1002c6245b8ca3c4876 (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 aa173cea24b94d3f714f07bbbfda85740e8e77db Author: Jacob Bachmeyer Date: Wed Aug 12 21:38:21 2020 -0500 Document unit testing protocol and API --- Summary of changes: ChangeLog| 11 doc/dejagnu.texi | 198 +++ 2 files changed, 166 insertions(+), 43 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-778-g8423481
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 8423481cd9cf997eb25ed5d2d0f3aeeeba553960 (commit) via 69517b04e8611f8bf9e1f03c2b3e566707db8ee3 (commit) via 82e717f0d883223aaef6e064c1ace48c4d32402f (commit) from aa173cea24b94d3f714f07bbbfda85740e8e77db (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 8423481cd9cf997eb25ed5d2d0f3aeeeba553960 Author: Jacob Bachmeyer Date: Tue Aug 18 23:36:48 2020 -0500 Add missing copyright and GPL notices to some testsuite files For these files, I can be certain of their status: I wrote them, copying only trivial pieces from other files in DejaGnu. commit 69517b04e8611f8bf9e1f03c2b3e566707db8ee3 Author: Jacob Bachmeyer Date: Tue Aug 18 21:32:48 2020 -0500 Fix typo in copyright notice in dejagnu-help manpage commit 82e717f0d883223aaef6e064c1ace48c4d32402f Author: Jacob Bachmeyer Date: Tue Aug 18 21:22:55 2020 -0500 Ignore files generated by texi2dvi --- Summary of changes: ChangeLog | 7 +++ doc/.gitignore | 6 ++ doc/dejagnu-help.1 | 2 +- testsuite/runtest.libs/testcase_group.test | 18 ++ testsuite/runtest.libs/testsuite_can.test | 18 ++ testsuite/runtest.libs/testsuite_file.test | 18 ++ 6 files changed, 68 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-779-g693acb6
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 693acb61bb56409a00cd2b1a7830131938c7973a (commit) from 8423481cd9cf997eb25ed5d2d0f3aeeeba553960 (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 693acb61bb56409a00cd2b1a7830131938c7973a Author: Jacob Bachmeyer Date: Mon Aug 31 20:50:55 2020 -0500 Prepare NEWS file for release --- Summary of changes: ChangeLog | 4 +++ NEWS | 90 +++ 2 files changed, 49 insertions(+), 45 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, PR42399, updated. dejagnu_1_4_3-761-g55f9826
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, PR42399 has been updated via 55f9826c50a59c6c86e221dc9abfbbbd0d7ef0b6 (commit) from 264bd34c28a16e18860dbc69a21a96c1be130b08 (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 55f9826c50a59c6c86e221dc9abfbbbd0d7ef0b6 Author: Jacob Bachmeyer Date: Sat Jul 25 21:57:21 2020 -0500 Add warnings about synchronization with the tested program --- Summary of changes: ChangeLog| 10 + doc/dejagnu.texi | 121 --- 2 files changed, 90 insertions(+), 41 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, PR42399, deleted. dejagnu_1_4_3-761-g55f9826
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, PR42399 has been deleted was 55f9826c50a59c6c86e221dc9abfbbbd0d7ef0b6 --- 55f9826c50a59c6c86e221dc9abfbbbd0d7ef0b6 Add warnings about synchronization with the tested program --- 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-780-g9922ae1
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 9922ae12930d7e8729c9738e6b3b490377e23ff7 (commit) from 693acb61bb56409a00cd2b1a7830131938c7973a (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 9922ae12930d7e8729c9738e6b3b490377e23ff7 Author: Jacob Bachmeyer Date: Mon Aug 31 21:17:07 2020 -0500 Add GFDL notice to doc/runtest.1 --- Summary of changes: ChangeLog | 3 +++ doc/runtest.1 | 7 ++- 2 files changed, 9 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-782-g3d62df2
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 3d62df24deedfb3c7c3e396a31b8ce431138eb49 (commit) from 482515b3ac08d46c567379320c82d1b7ff656e3c (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 3d62df24deedfb3c7c3e396a31b8ce431138eb49 Author: Jacob Bachmeyer Date: Fri Oct 2 21:44:48 2020 -0500 Minor fixup to put Emacs headers above copyright notices --- Summary of changes: testsuite/runtest.libs/clone_output.test | 3 ++- testsuite/runtest.libs/config.test | 3 ++- testsuite/runtest.libs/remote.test | 3 ++- testsuite/runtest.libs/target.test | 3 ++- testsuite/runtest.libs/utils.test| 3 ++- 5 files changed, 10 insertions(+), 5 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-784-g650af6e
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 650af6e75776a52afa4803d02aae0f923a9ec82f (commit) via 2a33c9e6a64107f1455ecdd52ba0d8b52e5c6d71 (commit) from 3d62df24deedfb3c7c3e396a31b8ce431138eb49 (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 650af6e75776a52afa4803d02aae0f923a9ec82f Author: Jacob Bachmeyer Date: Mon Nov 9 23:53:35 2020 -0500 Regenerate Autoconf-produced files commit 2a33c9e6a64107f1455ecdd52ba0d8b52e5c6d71 Author: Jacob Bachmeyer Date: Mon Nov 9 21:59:21 2020 -0600 Revert "Add hook to put branch and evision in the version for development builds." This reverts commit 1a76740eff41f63e64f1e65e930ad286f357362c. This caused problems (reported in PR44462 as a secondary issue) when a source tree is copied out of a Git directory. A better solution will be developed for the 1.6.4 release that also tags development versions when run from Git working directories without relying on an installation hook. The problem can be demonstrated with: git -z ls-files | cpio -0dp /tmp/dejagnu-test-src followed by configuring in that non-Git copy of the source tree. --- Summary of changes: ChangeLog| 12 Makefile.am | 4 -- Makefile.in | 162 +++-- aclocal.m4 | 210 +++ configure| 209 -- configure.ac | 7 +- 6 files changed, 292 insertions(+), 312 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-786-ge14ab26
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 e14ab2646f02530efb93037f1fee5c20f5af4121 (commit) via 2d7309f6ec752d0c5269d2a728911d33a48895b8 (commit) from 650af6e75776a52afa4803d02aae0f923a9ec82f (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 e14ab2646f02530efb93037f1fee5c20f5af4121 Author: Jacob Bachmeyer Date: Tue Nov 10 21:19:45 2020 -0600 Fix bug with ambiguous relative link targets in launcher tests commit 2d7309f6ec752d0c5269d2a728911d33a48895b8 Author: Jacob Bachmeyer Date: Tue Nov 10 21:16:51 2020 -0600 Abstract linking test items in launcher testsuite --- Summary of changes: ChangeLog | 12 testsuite/launcher.all/command.exp | 16 ++-- testsuite/lib/launcher.exp | 8 3 files changed, 26 insertions(+), 10 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-787-g18c77e3
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 18c77e3e0433365f15a248a78d9bb53c34d70274 (commit) from e14ab2646f02530efb93037f1fee5c20f5af4121 (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 18c77e3e0433365f15a248a78d9bb53c34d70274 Author: Jacob Bachmeyer Date: Tue Nov 10 21:47:21 2020 -0600 Avoid spurious errors if the launcher test symlinks already exist --- Summary of changes: ChangeLog | 2 ++ testsuite/lib/launcher.exp | 4 2 files changed, 6 insertions(+) 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-788-g4e404d8
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 4e404d84294f27c3de7cffb06869afa64409f286 (commit) from 18c77e3e0433365f15a248a78d9bb53c34d70274 (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 4e404d84294f27c3de7cffb06869afa64409f286 Author: Jacob Bachmeyer Date: Tue Nov 17 21:16:20 2020 -0600 Mention GNU Automake manual for more information --- Summary of changes: ChangeLog| 7 +++ doc/dejagnu.texi | 3 ++- 2 files changed, 9 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-789-g9950000
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 995f4ec0f6cd2c5afbc8ec5413391c20a535 (commit) from 4e404d84294f27c3de7cffb06869afa64409f286 (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 995f4ec0f6cd2c5afbc8ec5413391c20a535 Author: Jacob Bachmeyer Date: Tue Nov 17 21:54:36 2020 -0600 Fix errors in manual reported in PR44636 --- Summary of changes: ChangeLog| 8 +--- doc/dejagnu.texi | 46 +- 2 files changed, 30 insertions(+), 24 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-795-gf843414
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 f8434143141088750188ee9a2e966447d7f1c265 (commit) via 6851416b169dab44b08329f631925c2a3814837b (commit) via 9a4888d2c4369cee3fa415261b3ae55b2057ab2f (commit) via 003e8e707d88ec8f91ddb89ecf731e22bc6bc65c (commit) via 4a6623ad2f423c97433420246e8f1e4ddd51 (commit) via 88a996a781c2b20d357c85f4ea4f52afa1d05a7f (commit) from 995f4ec0f6cd2c5afbc8ec5413391c20a535 (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 f8434143141088750188ee9a2e966447d7f1c265 Author: Jacob Bachmeyer Date: Tue Dec 15 22:29:22 2020 -0500 Regenerate build system files commit 6851416b169dab44b08329f631925c2a3814837b Author: Jacob Bachmeyer Date: Tue Dec 15 22:24:40 2020 -0500 Add comment at override of RUNTEST commit 9a4888d2c4369cee3fa415261b3ae55b2057ab2f Author: Jacob Bachmeyer Date: Tue Dec 15 22:21:18 2020 -0500 Use Automake defaults for EXPECT commit 003e8e707d88ec8f91ddb89ecf731e22bc6bc65c Author: Jacob Bachmeyer Date: Tue Dec 15 22:12:46 2020 -0500 Update configure.ac for newer autoconf commit 4a6623ad2f423c97433420246e8f1e4ddd51 Author: Jacob Bachmeyer Date: Tue Dec 15 21:02:01 2020 -0600 Update ChangeLog commit 88a996a781c2b20d357c85f4ea4f52afa1d05a7f Author: Dimitar Dimitrov Date: Mon Dec 14 23:00:30 2020 +0200 Fix dejagnu.texi dependency declaration This fixes "make distcheck" on my Debian 10 system. Test I did: autoreconf -vfi ./configure make make distcheck ChangeLog: * Makefile.am: Fix dejagnu.texi dependency. Signed-off-by: Dimitar Dimitrov --- Summary of changes: ChangeLog| 17 + Makefile.am | 4 +++- Makefile.in | 24 ++-- configure| 45 - configure.ac | 13 - 5 files changed, 38 insertions(+), 65 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-797-g775278e
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 775278e054845015254643b1ff16e0b993ce4036 (commit) via 90dc957ea55da30b02e0f2936bc106f02f5f777d (commit) from f8434143141088750188ee9a2e966447d7f1c265 (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 775278e054845015254643b1ff16e0b993ce4036 Author: Jacob Bachmeyer Date: Wed Dec 16 21:22:35 2020 -0500 Regenerate build system files commit 90dc957ea55da30b02e0f2936bc106f02f5f777d Author: Jacob Bachmeyer Date: Wed Dec 16 20:20:00 2020 -0600 Remove Tcl version check in configure Tcl versions old enough to be incompatible with DejaGnu are very unlikely to be encountered "in the wild" and there were ways for configure to find one version of Tcl, but DejaGnu to actually run with a different instance installed somewhere else on the system. Further, testing for specific versions is generally discouraged in favor of testing for the features actually used. Simply running the DejaGnu testsuite will provide adequate assurance that the Tcl installation found by the runtest script is sufficient for running DejaGnu. --- Summary of changes: ChangeLog| 6 ++ configure| 19 --- configure.ac | 13 - 3 files changed, 6 insertions(+), 32 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-800-gee2e465
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 ee2e465eb8a2f9debafd13224fe45df3cb7d409e (commit) via 70989abcd45d567137cbcaadab284cd1a42f08c3 (commit) via a4ad932a0d26c13dd80e11eac79608f0db34ffb2 (commit) from 775278e054845015254643b1ff16e0b993ce4036 (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 ee2e465eb8a2f9debafd13224fe45df3cb7d409e Author: Jacob Bachmeyer Date: Wed Dec 16 21:59:21 2020 -0600 Update ChangeLog commit 70989abcd45d567137cbcaadab284cd1a42f08c3 Author: Nick Clifton Date: Wed Dec 16 11:50:59 2020 + Add missing copyright and GPL notice to baseboards/msp430-sim.exp This commit applies a patch submitted by Nick Clifton to add these notices. The email carrying the patch quoted a reply from the FSF copyright clerk affirming that copyright for this file had been properly assigned to the FSF, but the quoted text did not include a ticket number. commit a4ad932a0d26c13dd80e11eac79608f0db34ffb2 Author: Dimitar Dimitrov Date: Mon Dec 14 23:00:50 2020 +0200 Add baseboard for PRU simulator I'm running [1] PRU regression tests using this baseboard definition and mainline Binutils, GCC, Newlib and GNU Simulator. [1] https://github.com/dinuxbg/gnupru/blob/master/testing/buildbot-pru.sh ChangeLog: * Makefile.am: Add pru-sim.exp. * Makefile.in: Ditto. * baseboards/pru-sim.exp: New file. Signed-off-by: Dimitar Dimitrov --- Summary of changes: ChangeLog | 11 + Makefile.am | 1 + Makefile.in | 1 + baseboards/msp430-sim.exp | 20 baseboards/pru-sim.exp| 60 +++ 5 files changed, 93 insertions(+) create mode 100644 baseboards/pru-sim.exp 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-802-ga0a7198
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 a0a71986117a3bec03eaebe9f22121821697f9b0 (commit) via ecbcbae3dd945c5f5ca0eeda36b2be21df7d0b92 (commit) from ee2e465eb8a2f9debafd13224fe45df3cb7d409e (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 a0a71986117a3bec03eaebe9f22121821697f9b0 Author: Jacob Bachmeyer Date: Sun Dec 27 21:50:20 2020 -0600 Improve DejaGnu internal library tests commit ecbcbae3dd945c5f5ca0eeda36b2be21df7d0b92 Author: Jacob Bachmeyer Date: Sun Dec 27 21:42:01 2020 -0600 Remove noise word "api" from "testsuite can call api" entrypoint --- Summary of changes: ChangeLog | 12 NEWS | 4 ++-- doc/dejagnu.texi | 12 ++-- lib/framework.exp | 6 +++--- testsuite/runtest.libs/libs.exp | 4 ++-- testsuite/runtest.libs/testsuite_can.test | 12 ++-- 6 files changed, 31 insertions(+), 19 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-803-g1b7024b
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 1b7024bd7eef7bbefde905956d2d701c5b1ba203 (commit) from a0a71986117a3bec03eaebe9f22121821697f9b0 (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 1b7024bd7eef7bbefde905956d2d701c5b1ba203 Author: Jacob Bachmeyer Date: Mon Mar 15 22:53:35 2021 -0500 Clean up tree in preparation for release branch --- Summary of changes: ChangeLog | 15 ++ Makefile.am | 3 +- Makefile.in | 3 +- contrib/compare_tests | 105 testsuite/runtest.libs/load_lib.exp | 45 5 files changed, 17 insertions(+), 154 deletions(-) delete mode 100755 contrib/compare_tests delete mode 100644 testsuite/runtest.libs/load_lib.exp 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, dejagnu-1.6.3, created. dejagnu_1_4_3-808-gdcf1550
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, dejagnu-1.6.3 has been created at dcf155087a1311d9d90da3c12ce81935b3f926cc (commit) - Log - commit dcf155087a1311d9d90da3c12ce81935b3f926cc Author: Jacob Bachmeyer Date: Mon Mar 22 17:13:57 2021 -0500 Update version.texi commit 7ce524a6928467f0d0ed965047a8cab6f5dbdeae Author: Jacob Bachmeyer Date: Mon Mar 22 17:47:31 2021 -0400 Regenerate build system files commit 7c133c2f554d64eac709e934838deb0261106b85 Author: Jacob Bachmeyer Date: Mon Mar 22 16:40:31 2021 -0500 Update version numbers for 1.6.3 release branch --- 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-807-g67a1502
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 67a1502fb4fa3fc85c26da328acb5e1258fd0fcc (commit) via 634b5bc858674752079844ffd93b895a62a0c53c (commit) via ef2c8944341efc70aee50a5879e956074e75622a (commit) via 78cbb206ae627ecba0534318dfab1c944494c51d (commit) from 1b7024bd7eef7bbefde905956d2d701c5b1ba203 (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 67a1502fb4fa3fc85c26da328acb5e1258fd0fcc Author: Jacob Bachmeyer Date: Mon Mar 22 17:44:25 2021 -0400 Regenerate build system files commit 634b5bc858674752079844ffd93b895a62a0c53c Author: Jacob Bachmeyer Date: Mon Mar 22 16:39:19 2021 -0500 Update version numbers for continued development --- Summary of changes: ChangeLog| 10 + MAINTAINERS | 1 - config.guess | 523 +- config.sub | 681 ++- configure| 20 +- configure.ac | 2 +- doc/version.texi | 8 +- runtest.exp | 2 +- 8 files changed, 766 insertions(+), 481 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-809-ge3b14d8
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, dejagnu-1.6.3 has been updated via e3b14d8555c5cabad03b9ccaa6aa1976ed590201 (commit) from dcf155087a1311d9d90da3c12ce81935b3f926cc (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 e3b14d8555c5cabad03b9ccaa6aa1976ed590201 Author: Jacob Bachmeyer Date: Thu Mar 25 23:35:53 2021 -0500 Use older shell constructs to fix PR47382 The Solaris 10 /bin/sh does not support POSIX command or arithmetic substitutions. This commit reverts to using the old style backtick form and the expr command for arithmetic. --- Summary of changes: ChangeLog | 17 + dejagnu | 39 ++- runtest | 32 3 files changed, 67 insertions(+), 21 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-811-ga8a331e
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, dejagnu-1.6.3 has been updated via a8a331ee5b0953ee3ca11764e4a6e4f2af8722c9 (commit) via ed6511a32895f6af1451adcdd42815adcde7341a (commit) from e3b14d8555c5cabad03b9ccaa6aa1976ed590201 (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 a8a331ee5b0953ee3ca11764e4a6e4f2af8722c9 Author: Jacob Bachmeyer Date: Fri Mar 26 23:04:15 2021 -0500 Address PR47386 commit ed6511a32895f6af1451adcdd42815adcde7341a Author: Jacob Bachmeyer Date: Fri Mar 26 22:22:22 2021 -0500 Remove automatic search for local Expect executable in DejaGnu testsuite This search supported the old Cygnus tree layout, which has been obsolete for a very long time. Anyone still wanting to use a newly-built Expect to run DejaGnu tests can do so by passing EXPECT explicitly on the runtest command line (to use the new Expect only for the library unit tests) or in the environment (which will also cause the runtest launcher script to use it to run the framework). Passing EXPECT in the environment can also be achieved by setting EXPECT on the "make check" command line. This remediates the test failures in PR47385 but does not address the underlying root causes, which will be fixed in the 1.6.4 development phase. --- Summary of changes: ChangeLog | 22 ++ NEWS| 4 commands/help.sh| 20 testsuite/launcher.all/help.exp | 10 +++--- testsuite/lib/launcher.exp | 4 +++- testsuite/lib/runtest.exp | 8 ++-- 6 files changed, 58 insertions(+), 10 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-813-gbda78c6
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, dejagnu-1.6.3 has been updated via bda78c625a56790f0df2f9c592c3ae4472ace6f4 (commit) via 4c4aa8332143d65efb42aee40b2d52c48e887069 (commit) from a8a331ee5b0953ee3ca11764e4a6e4f2af8722c9 (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 bda78c625a56790f0df2f9c592c3ae4472ace6f4 Author: Jacob Bachmeyer Date: Tue Mar 30 18:42:28 2021 -0400 Regenerate build system files commit 4c4aa8332143d65efb42aee40b2d52c48e887069 Author: Jacob Bachmeyer Date: Tue Mar 30 17:36:21 2021 -0500 Update version numbers for 1.6.3 release candidate 2 --- Summary of changes: ChangeLog| 6 ++ configure| 20 ++-- configure.ac | 2 +- doc/version.texi | 4 ++-- runtest.exp | 2 +- 5 files changed, 20 insertions(+), 14 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-816-g40c351f
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, dejagnu-1.6.3 has been updated via 40c351f14a4342d63dcca6a9c72ae81486a1f375 (commit) via c35660505e4ec0a79a1ca0e5ea88d6e78caa1778 (commit) via ea9642561c3f410dfb9f1362bc61fdf4e499b7f4 (commit) from bda78c625a56790f0df2f9c592c3ae4472ace6f4 (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 40c351f14a4342d63dcca6a9c72ae81486a1f375 Author: Jacob Bachmeyer Date: Thu Apr 1 18:28:56 2021 -0500 Rework declaration of "Variants" list in dejagnu launcher commit c35660505e4ec0a79a1ca0e5ea88d6e78caa1778 Author: Jacob Bachmeyer Date: Thu Apr 1 18:20:56 2021 -0500 Clean up another non-portable shell construct in runtest launcher commit ea9642561c3f410dfb9f1362bc61fdf4e499b7f4 Author: Jacob Bachmeyer Date: Thu Apr 1 18:08:49 2021 -0500 Revise usage messages to better fit GNU conventions --- Summary of changes: ChangeLog| 18 ++ commands/help.sh | 2 +- commands/report-card.awk | 6 +++--- dejagnu | 5 +++-- runtest | 2 +- 5 files changed, 26 insertions(+), 7 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-819-g2ca7d52
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, dejagnu-1.6.3 has been updated via 2ca7d52dfa1726aadd1363e399d9b41429332017 (commit) via c6d9e1e2b1a5abaa88a6ec46bc76ea7e752a1b36 (commit) via 3c804107f4a5ad6928585aaba94f8c27e6b1af56 (commit) from 40c351f14a4342d63dcca6a9c72ae81486a1f375 (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 2ca7d52dfa1726aadd1363e399d9b41429332017 Author: Jacob Bachmeyer Date: Thu Apr 8 22:36:24 2021 -0400 Regenerate build system files commit c6d9e1e2b1a5abaa88a6ec46bc76ea7e752a1b36 Author: Jacob Bachmeyer Date: Thu Apr 8 21:31:21 2021 -0500 Add support for patching config.guess interpreter line with CONFIG_SHELL commit 3c804107f4a5ad6928585aaba94f8c27e6b1af56 Author: Jacob Bachmeyer Date: Thu Apr 8 21:01:31 2021 -0500 Change comments that should appear in the configure script accordingly --- Summary of changes: ChangeLog| 9 + configure| 26 ++ configure.ac | 24 ++-- doc/version.texi | 4 ++-- 4 files changed, 59 insertions(+), 4 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-821-g353bbb6
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, dejagnu-1.6.3 has been updated via 353bbb6823ca81022b8fced3adf0b9cfb1f4faaf (commit) via 016bb73c96591a7bdee5c6298832dede7f055caf (commit) from 2ca7d52dfa1726aadd1363e399d9b41429332017 (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 353bbb6823ca81022b8fced3adf0b9cfb1f4faaf Author: Jacob Bachmeyer Date: Thu Apr 8 23:11:12 2021 -0400 Regenerate build system files commit 016bb73c96591a7bdee5c6298832dede7f055caf Author: Jacob Bachmeyer Date: Thu Apr 8 22:09:45 2021 -0500 Update version numbers for 1.6.3 release candidate 3 --- Summary of changes: ChangeLog| 2 ++ configure| 20 ++-- configure.ac | 2 +- doc/version.texi | 4 ++-- runtest.exp | 2 +- 5 files changed, 16 insertions(+), 14 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-822-gc95e2e9
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, dejagnu-1.6.3 has been updated via c95e2e9b567a1c3ca22b2de4fdcdfe4b99ba2a03 (commit) from 353bbb6823ca81022b8fced3adf0b9cfb1f4faaf (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 c95e2e9b567a1c3ca22b2de4fdcdfe4b99ba2a03 Author: Jacob Bachmeyer Date: Wed Apr 14 21:13:11 2021 -0500 Use shell "case" for pattern matching in dejagnu auxiliary launcher --- Summary of changes: ChangeLog | 7 +++ dejagnu | 8 ++-- 2 files changed, 9 insertions(+), 6 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-823-g9539a1e
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, dejagnu-1.6.3 has been updated via 9539a1e2ffe8506b92bfcb4363c767e4bc6a0700 (commit) from c95e2e9b567a1c3ca22b2de4fdcdfe4b99ba2a03 (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 9539a1e2ffe8506b92bfcb4363c767e4bc6a0700 Author: Jacob Bachmeyer Date: Thu Apr 15 23:36:45 2021 -0500 Avoid dependency on exit code from false(1) in dejagnu auxiliary launcher --- Summary of changes: ChangeLog | 8 dejagnu | 14 +++--- 2 files changed, 15 insertions(+), 7 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-828-gd0f1049
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, dejagnu-1.6.3 has been updated via d0f104991b9e6134f04bc674af115bc288c9e137 (commit) via 408cfae9ecf4ec3a586fc50a31a8f05a218b004d (commit) via e2fa0bcf54e2bb05106be1ce22a73de4f7381444 (commit) via 84c903914b49e5051f116b7a1512ee6d962d71bc (commit) via cc4d2e41f5d72be55e2b506f45fa052e1b3d410b (commit) from 9539a1e2ffe8506b92bfcb4363c767e4bc6a0700 (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 d0f104991b9e6134f04bc674af115bc288c9e137 Author: Jacob Bachmeyer Date: Fri Apr 16 16:34:56 2021 -0500 Allow environment to specify a shell for running config.guess commit 408cfae9ecf4ec3a586fc50a31a8f05a218b004d Author: Jacob Bachmeyer Date: Fri Apr 16 16:30:52 2021 -0500 Remove experimental support for patching config.guess interpreter line commit e2fa0bcf54e2bb05106be1ce22a73de4f7381444 Author: Jacob Bachmeyer Date: Fri Apr 16 16:29:55 2021 -0500 Revise help system in dejagnu launcher to use Awk commit 84c903914b49e5051f116b7a1512ee6d962d71bc Author: Jacob Bachmeyer Date: Fri Apr 16 16:28:43 2021 -0500 Replace non-portable `grep -q` with shell "case" in dejagnu launcher commit cc4d2e41f5d72be55e2b506f45fa052e1b3d410b Author: Jacob Bachmeyer Date: Fri Apr 16 16:27:16 2021 -0500 Replace non-portable `basename | sed` with Awk in dejagnu launcher --- Summary of changes: ChangeLog| 23 +++ configure.ac | 20 dejagnu | 42 -- runtest.exp | 51 +-- 4 files changed, 92 insertions(+), 44 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-833-g8de3c72
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, dejagnu-1.6.3 has been updated via 8de3c728cca39377b7e837f08437e02f0440d894 (commit) via 28af7187e365f946e23c302cf6f53301ad3255b9 (commit) via 749abc5fe11f672c1997c77739a175d160524f08 (commit) via 9434672603a6022f3ec4cbd4b5d6e37f7c149bd0 (commit) via e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 (commit) from d0f104991b9e6134f04bc674af115bc288c9e137 (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 8de3c728cca39377b7e837f08437e02f0440d894 Author: Jacob Bachmeyer Date: Wed Apr 28 23:35:31 2021 -0400 Regenerate build system files commit 28af7187e365f946e23c302cf6f53301ad3255b9 Author: Jacob Bachmeyer Date: Wed Apr 28 22:34:10 2021 -0500 Workaround Automake assumed default to actually produce v7 tarballs commit 749abc5fe11f672c1997c77739a175d160524f08 Author: Jacob Bachmeyer Date: Wed Apr 28 21:53:42 2021 -0500 Regenerate build system files commit 9434672603a6022f3ec4cbd4b5d6e37f7c149bd0 Author: Jacob Bachmeyer Date: Wed Apr 28 21:49:06 2021 -0500 Update version numbers for 1.6.3 release candidate 4 commit e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 Author: Jacob Bachmeyer Date: Tue Apr 20 22:24:48 2021 -0500 Adjust Automake options to build maximally portable tarballs --- Summary of changes: ChangeLog| 20 Makefile.am | 4 Makefile.in | 9 + configure| 44 ++-- configure.ac | 4 ++-- doc/version.texi | 4 ++-- runtest.exp | 2 +- 7 files changed, 48 insertions(+), 39 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-834-gda59845
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, dejagnu-1.6.3 has been updated via da5984550f2d78388bc934016b0c3461ddc8b0a4 (commit) from 8de3c728cca39377b7e837f08437e02f0440d894 (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 da5984550f2d78388bc934016b0c3461ddc8b0a4 Author: Jacob Bachmeyer Date: Tue May 4 22:52:00 2021 -0500 Tighten regexp pattern used for validating output of config.guess --- Summary of changes: ChangeLog | 8 runtest.exp | 2 +- 2 files changed, 9 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-808-g96d3794
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 96d3794213fbfb1705861e235b76642f3a42a66d (commit) from 67a1502fb4fa3fc85c26da328acb5e1258fd0fcc (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 96d3794213fbfb1705861e235b76642f3a42a66d Author: Jacob Bachmeyer Date: Wed Apr 14 21:04:16 2021 -0500 Add initial infrastructure for DejaGnu "specs" strings --- Summary of changes: ChangeLog | 4 + lib/specs.exp | 294 ++ testsuite/runtest.libs/specs.test | 162 + 3 files changed, 460 insertions(+) create mode 100644 lib/specs.exp create mode 100644 testsuite/runtest.libs/specs.test 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-836-g4040555
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, dejagnu-1.6.3 has been updated via 4040555d289e26a81c95e54e43264eee671c8450 (commit) via 548769541e0e01472265e293dbdeea9c03950df5 (commit) from da5984550f2d78388bc934016b0c3461ddc8b0a4 (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 4040555d289e26a81c95e54e43264eee671c8450 Author: Jacob Bachmeyer Date: Wed May 5 17:38:20 2021 -0500 Add regression test for PR48155 commit 548769541e0e01472265e293dbdeea9c03950df5 Author: Jacob Bachmeyer Date: Wed May 5 16:05:45 2021 -0500 Fix typo in ChangeLog --- Summary of changes: ChangeLog | 14 - Makefile.am | 3 +- testsuite/runtest.main/pr48155-csh.sh | 8 +++ testsuite/runtest.main/pr48155.exp| 102 ++ 4 files changed, 125 insertions(+), 2 deletions(-) create mode 100755 testsuite/runtest.main/pr48155-csh.sh create mode 100644 testsuite/runtest.main/pr48155.exp 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, dejagnu-1.6.3, updated. dejagnu_1_4_3-853-g54bf1d8
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, dejagnu-1.6.3 has been updated via 54bf1d8028c41f9cd2e840475404f6c4aa4b9736 (commit) via a28ccd462ae55184bc3cecb602e219402f00888b (commit) via 33f35a765e60ccae55a87d59b04fb711e5bdbb49 (commit) via 19ffb41e4158f0818149871c0ce7617ed7dc3617 (commit) via cc6b01a96e5bcdb9ace4f0b47d7daff1ed50452c (commit) via fcd25d8438c7e26125102e49887450ea79c08481 (commit) via f7dbd32b375a6bf85b5ec29b61aadefb57f6f40e (commit) via d58533b18e5f3ea755b646f38e2579e76d0ff90a (commit) via dbd4a5a3b7265e3292286f320ea53d048c80f307 (commit) via 899ee182bf624112002b470ee4055cefe1e7430b (commit) via e8d08f039bfd09b513a3e68b5bd54618f0ce5cf6 (commit) via 3be6fdc0ee4b2af9eb7bbd768c9d66ee77be9ea5 (commit) via 7e634eae6345ab38027f156202e298b591b68fb6 (commit) via 9673505b54f1f2017f4dae7a2b972503e687f04c (commit) via 0bab163959ff64d788bbdbd1c8719c44c9d4c95a (commit) via 1f7ac1cf71aab35d43d4a4f16dfaf5edd1d0c2cb (commit) via 531c8aa5acc8b7ccb40fc255bec038f8d8e02983 (commit) from 4040555d289e26a81c95e54e43264eee671c8450 (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 54bf1d8028c41f9cd2e840475404f6c4aa4b9736 Author: Jacob Bachmeyer Date: Sat May 22 23:17:20 2021 -0500 Add forgotten testsuite file to distribution list commit a28ccd462ae55184bc3cecb602e219402f00888b Author: Jacob Bachmeyer Date: Sat May 22 23:07:46 2021 -0500 Update doc/version.texi to match actual datestamp commit 33f35a765e60ccae55a87d59b04fb711e5bdbb49 Author: Jacob Bachmeyer Date: Sat May 22 23:54:18 2021 -0400 Regenerate build system files commit 19ffb41e4158f0818149871c0ce7617ed7dc3617 Author: Jacob Bachmeyer Date: Sat May 22 22:27:23 2021 -0500 Update version numbers for 1.6.3 release candidate 5 commit cc6b01a96e5bcdb9ace4f0b47d7daff1ed50452c Author: Jacob Bachmeyer Date: Sat May 22 22:23:15 2021 -0500 Add test mode for "dejagnu help" command commit fcd25d8438c7e26125102e49887450ea79c08481 Author: Jacob Bachmeyer Date: Sat May 22 21:41:01 2021 -0500 Fix error message in auxiliary launcher commit f7dbd32b375a6bf85b5ec29b61aadefb57f6f40e Author: Jacob Bachmeyer Date: Sat May 22 21:10:00 2021 -0500 Update config.guess with patched version for backwards compatibility commit d58533b18e5f3ea755b646f38e2579e76d0ff90a Author: Jacob Bachmeyer Date: Thu May 20 17:06:49 2021 -0500 Change test for [which make] to [which sh] commit dbd4a5a3b7265e3292286f320ea53d048c80f307 Author: Jacob Bachmeyer Date: Thu May 20 17:00:17 2021 -0500 Ensure that PR42399 regression test produces results commit 899ee182bf624112002b470ee4055cefe1e7430b Author: Jacob Bachmeyer Date: Thu May 20 16:35:01 2021 -0500 Fix spurious UNRESOLVED result when size(1) is not in PATH commit e8d08f039bfd09b513a3e68b5bd54618f0ce5cf6 Author: Jacob Bachmeyer Date: Thu May 20 00:55:49 2021 -0500 Preserve nested runtest log messages when test fails in stats.exp commit 3be6fdc0ee4b2af9eb7bbd768c9d66ee77be9ea5 Author: Jacob Bachmeyer Date: Thu May 20 00:34:56 2021 -0500 Fix portability problem with /usr/bin/awk on Solaris 10 in stats test The /usr/bin/awk on Solaris 10 is a pre-POSIX Awk that, among other limitations, does not recognize the ARGV array as special. commit 7e634eae6345ab38027f156202e298b591b68fb6 Author: Jacob Bachmeyer Date: Thu May 20 00:15:25 2021 -0500 Search for POSIX Awk in dejagnu auxiliary launcher commit 9673505b54f1f2017f4dae7a2b972503e687f04c Author: Jacob Bachmeyer Date: Wed May 19 00:19:20 2021 -0500 Replace non-portable Awk code in dejagnu auxiliary launcher commit 0bab163959ff64d788bbdbd1c8719c44c9d4c95a Author: Jacob Bachmeyer Date: Tue May 18 23:45:27 2021 -0500 Avoid hang on Solaris 10 in dejagnu auxiliary launcher commit 1f7ac1cf71aab35d43d4a4f16dfaf5edd1d0c2cb Author: Jacob Bachmeyer Date: Tue May 18 21:49:56 2021 -0500 Avoid Tcl error when report-card tool fails to produce output in tests commit 531c8aa5acc8b7ccb40fc255bec038f8d8e02983 Author: Jacob Bachmeyer Date: Tue May 18 21:29:56 2021 -0500 Avoid dependency on exit code from false(1) in PR48155 test --- Summary of changes: ChangeLog | 64 ++ Makefile.am|1 + Makefile.in| 75 +- aclocal.m4 | 67
[Dejagnu-commit] [SCM] DejaGNU branch, dejagnu-1.6.3, updated. dejagnu_1_4_3-856-gd51e3f9
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, dejagnu-1.6.3 has been updated via d51e3f9f8188a735a64e7b2348e8fb7084f1d666 (commit) via 2902a292ed6653ebd6d37e3bf553f4890d3c284e (commit) via e02e400979a104d884ea26dab6f26110ec18db13 (commit) from 54bf1d8028c41f9cd2e840475404f6c4aa4b9736 (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 d51e3f9f8188a735a64e7b2348e8fb7084f1d666 Author: Jacob Bachmeyer Date: Wed Jun 16 21:54:35 2021 -0500 Mark ChangeLog for release commit 2902a292ed6653ebd6d37e3bf553f4890d3c284e Author: Jacob Bachmeyer Date: Wed Jun 16 22:20:32 2021 -0400 Regenerate build system files commit e02e400979a104d884ea26dab6f26110ec18db13 Author: Jacob Bachmeyer Date: Wed Jun 16 21:17:38 2021 -0500 Update version numbers for 1.6.3 release --- Summary of changes: ChangeLog| 8 configure| 20 ++-- configure.ac | 2 +- doc/version.texi | 4 ++-- runtest.exp | 2 +- 5 files changed, 22 insertions(+), 14 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 annotated tag, dejagnu-1.6.3-release, created. dejagnu-1.6.3-release
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 annotated tag, dejagnu-1.6.3-release has been created at 8a0ddb225d0c051a97b084b15d635ab8e762e170 (tag) tagging d51e3f9f8188a735a64e7b2348e8fb7084f1d666 (commit) replaces dejagnu_1_4_3 tagged by Jacob Bachmeyer on Wed Jun 16 22:39:26 2021 -0500 - Log - Tag DejaGnu 1.6.3 release -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.0 (GNU/Linux) iQIVAwUAYMrEEMA3FSrejSAdAQKkcA/9HCy9jpYC1MPEYc0fMY8CuTsBe/cDykGl 00dvSXZIlF93ksgV80LahQeIti6WQgdIQmMHKZOl9f/HX3Vua4mjWvD7KzJTfJyM s7HChW5SBvS8QQY3788QgENVFODisrweqIxnTm7SZeugJx50qIhRs1Ct/h6QGKCR PosD+6QdgHepSER827JXAE4Uvmo4XAtyyAtenPEk1Jv4q0lhn9xyWSM1Lti+6bBQ 2o6HXLRq4fnGO6/OimNW+MNlN/0OLUcprQuVrTXFw/CalEnEI75zlZANP9TiN1XD qg301k8bLAhtnklYJ02s2J3/bhkcVMqqkNyUXMOvXJ7grB7o4PlmxJa1+LVE/FlV rUop4QQXdNpGDMZw2u4QpIyZkYmkWKMedYHOZngGBixppMObGblW6CrKWH5s6npF feBxOzDoICEvlwselmVRmRQMqqwwCWWdjWaw6MecNy2hyvaDsc0r10or3UD80aye xM9lNUjTNbkzvXbcEYHeLPSYQlxySxiBG4FAA866fKYBWWRNx1o+RJuCmAVtYaXK xytIuBXKkc+aNXJpbpYm/XvI+5gv187lU8q8cvgwC0Up9ukodCOTwO4TLkAwB5qW /KoH0G6PRYmbefmF8x9SX6aoDgKfv13u0azGt9NiAYQ+EwlEllzkA7vrbBw2b4j8 oLN1GmIMeHo= =b1Wa -END PGP SIGNATURE- --- 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-857-gbe4c9af
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 be4c9afb6075676822cd5d921281347876e85509 (commit) via 54bf1d8028c41f9cd2e840475404f6c4aa4b9736 (commit) via a28ccd462ae55184bc3cecb602e219402f00888b (commit) via 33f35a765e60ccae55a87d59b04fb711e5bdbb49 (commit) via 19ffb41e4158f0818149871c0ce7617ed7dc3617 (commit) via cc6b01a96e5bcdb9ace4f0b47d7daff1ed50452c (commit) via fcd25d8438c7e26125102e49887450ea79c08481 (commit) via f7dbd32b375a6bf85b5ec29b61aadefb57f6f40e (commit) via d58533b18e5f3ea755b646f38e2579e76d0ff90a (commit) via dbd4a5a3b7265e3292286f320ea53d048c80f307 (commit) via 899ee182bf624112002b470ee4055cefe1e7430b (commit) via e8d08f039bfd09b513a3e68b5bd54618f0ce5cf6 (commit) via 3be6fdc0ee4b2af9eb7bbd768c9d66ee77be9ea5 (commit) via 7e634eae6345ab38027f156202e298b591b68fb6 (commit) via 9673505b54f1f2017f4dae7a2b972503e687f04c (commit) via 0bab163959ff64d788bbdbd1c8719c44c9d4c95a (commit) via 1f7ac1cf71aab35d43d4a4f16dfaf5edd1d0c2cb (commit) via 531c8aa5acc8b7ccb40fc255bec038f8d8e02983 (commit) via 4040555d289e26a81c95e54e43264eee671c8450 (commit) via 548769541e0e01472265e293dbdeea9c03950df5 (commit) via da5984550f2d78388bc934016b0c3461ddc8b0a4 (commit) via 8de3c728cca39377b7e837f08437e02f0440d894 (commit) via 28af7187e365f946e23c302cf6f53301ad3255b9 (commit) via 749abc5fe11f672c1997c77739a175d160524f08 (commit) via 9434672603a6022f3ec4cbd4b5d6e37f7c149bd0 (commit) via e3e1e07e96f4ff99a0465164ddd4b1c9eadd88c6 (commit) via d0f104991b9e6134f04bc674af115bc288c9e137 (commit) via 408cfae9ecf4ec3a586fc50a31a8f05a218b004d (commit) via e2fa0bcf54e2bb05106be1ce22a73de4f7381444 (commit) via 84c903914b49e5051f116b7a1512ee6d962d71bc (commit) via cc4d2e41f5d72be55e2b506f45fa052e1b3d410b (commit) via 9539a1e2ffe8506b92bfcb4363c767e4bc6a0700 (commit) via c95e2e9b567a1c3ca22b2de4fdcdfe4b99ba2a03 (commit) via 353bbb6823ca81022b8fced3adf0b9cfb1f4faaf (commit) via 016bb73c96591a7bdee5c6298832dede7f055caf (commit) via 2ca7d52dfa1726aadd1363e399d9b41429332017 (commit) via c6d9e1e2b1a5abaa88a6ec46bc76ea7e752a1b36 (commit) via 3c804107f4a5ad6928585aaba94f8c27e6b1af56 (commit) via 40c351f14a4342d63dcca6a9c72ae81486a1f375 (commit) via c35660505e4ec0a79a1ca0e5ea88d6e78caa1778 (commit) via ea9642561c3f410dfb9f1362bc61fdf4e499b7f4 (commit) via bda78c625a56790f0df2f9c592c3ae4472ace6f4 (commit) via 4c4aa8332143d65efb42aee40b2d52c48e887069 (commit) via a8a331ee5b0953ee3ca11764e4a6e4f2af8722c9 (commit) via ed6511a32895f6af1451adcdd42815adcde7341a (commit) via e3b14d8555c5cabad03b9ccaa6aa1976ed590201 (commit) via dcf155087a1311d9d90da3c12ce81935b3f926cc (commit) via 7ce524a6928467f0d0ed965047a8cab6f5dbdeae (commit) via 7c133c2f554d64eac709e934838deb0261106b85 (commit) from 96d3794213fbfb1705861e235b76642f3a42a66d (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 be4c9afb6075676822cd5d921281347876e85509 Merge: 96d3794 54bf1d8 Author: Jacob Bachmeyer Date: Wed Jun 16 23:13:33 2021 -0500 Merge fixes from 1.6.3 release branch Conflicts: ChangeLog configure configure.ac doc/version.texi runtest.exp --- Summary of changes: ChangeLog | 216 Makefile.am|8 +- Makefile.in| 84 +- NEWS |4 + aclocal.m4 | 67 +- commands/help.sh | 37 +- commands/report-card.awk |6 +- config.guess | 1214 ++-- configure | 29 +- configure.ac |6 +- dejagnu| 129 ++- doc/version.texi |4 +- lib/dejagnu.exp|2 +- runtest| 34 +- runtest.exp| 51 +- testsuite/launcher.all/command.exp | 13 + testsuite/launcher.all/help.exp
[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-858-gcd94f06
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 cd94f0675dbf6f3d5cbc7945297a3cea57848249 (commit) from be4c9afb6075676822cd5d921281347876e85509 (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 cd94f0675dbf6f3d5cbc7945297a3cea57848249 Author: Jacob Bachmeyer Date: Fri Jul 9 21:51:06 2021 -0500 Adjust conditional for broken legacy case DejaGnu has always required testsuites to be rooted in a directory named exactly "testsuite" but older versions happened to work even if this requirement was violated. Special handling for this broken case was included, but the conditional to invoke this handling was too narrow and missed several cases in the GNU Automake testsuite. --- Summary of changes: ChangeLog | 9 + runtest.exp | 2 +- 2 files changed, 10 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, PR53427, created. dejagnu_1_4_3-861-gc5964e8
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, PR53427 has been created at c5964e8fa2a8c3657cd6f6fef63d43451eedac7d (commit) - Log - commit c5964e8fa2a8c3657cd6f6fef63d43451eedac7d Author: Jacob Bachmeyer Date: Fri Jan 21 21:09:10 2022 -0600 Reset error and warning counters before running each test file commit 4ae67fc9d751afc1ca708324df78770bdbf1bd8c Author: Jacob Bachmeyer Date: Fri Jan 21 21:08:22 2022 -0600 Add new testsuite files to Makefile.am commit df72833a0b2c5b4499d8d0525572b2aae0e397cf Author: Jacob Bachmeyer Date: Fri Jan 21 21:05:38 2022 -0600 Add regression test for PR53427 --- 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-861-gc5964e8
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 c5964e8fa2a8c3657cd6f6fef63d43451eedac7d (commit) via 4ae67fc9d751afc1ca708324df78770bdbf1bd8c (commit) via df72833a0b2c5b4499d8d0525572b2aae0e397cf (commit) from cd94f0675dbf6f3d5cbc7945297a3cea57848249 (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 c5964e8fa2a8c3657cd6f6fef63d43451eedac7d Author: Jacob Bachmeyer Date: Fri Jan 21 21:09:10 2022 -0600 Reset error and warning counters before running each test file commit 4ae67fc9d751afc1ca708324df78770bdbf1bd8c Author: Jacob Bachmeyer Date: Fri Jan 21 21:08:22 2022 -0600 Add new testsuite files to Makefile.am commit df72833a0b2c5b4499d8d0525572b2aae0e397cf Author: Jacob Bachmeyer Date: Fri Jan 21 21:05:38 2022 -0600 Add regression test for PR53427 --- Summary of changes: ChangeLog | 15 ++ Makefile.am| 3 ++ Makefile.in| 3 ++ runtest.exp| 6 ++- .../error-dbz.exp => pr53427.test/a.exp} | 23 + .../{error.test/simple.exp => pr53427.test/b.exp} | 8 ++-- testsuite/runtest.main/pr53427.exp | 55 ++ 7 files changed, 99 insertions(+), 14 deletions(-) copy testsuite/runtest.main/nested/testsuite/{error.test/error-dbz.exp => pr53427.test/a.exp} (69%) copy testsuite/runtest.main/nested/testsuite/{error.test/simple.exp => pr53427.test/b.exp} (84%) create mode 100644 testsuite/runtest.main/pr53427.exp 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, PR53427, deleted. dejagnu_1_4_3-861-gc5964e8
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, PR53427 has been deleted was c5964e8fa2a8c3657cd6f6fef63d43451eedac7d --- c5964e8fa2a8c3657cd6f6fef63d43451eedac7d Reset error and warning counters before running each test file --- 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-862-g0184343
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 018434324a82453854d6cc7b837a8f1bf8695dc8 (commit) from c5964e8fa2a8c3657cd6f6fef63d43451eedac7d (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 018434324a82453854d6cc7b837a8f1bf8695dc8 Author: Jacob Bachmeyer Date: Tue Mar 29 17:32:32 2022 -0500 Change quotes around 'make check' in manual headings Use of only the simple straight quotes causes TeX output to look bad. --- Summary of changes: doc/dejagnu.texi | 4 ++-- 1 file changed, 2 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, PR58065, created. dejagnu_1_4_3-864-g3554566
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, PR58065 has been created at 355456674cce4400c85770b50b0f1dda6cbebb9a (commit) - Log - commit 355456674cce4400c85770b50b0f1dda6cbebb9a Author: Jacob Bachmeyer Date: Thu Sep 29 20:42:00 2022 -0500 Add initial mockvfs support for internal unit tests commit 369c52e5c89f42c66cefd76390c9c19953e246f3 Author: Jacob Bachmeyer Date: Mon Sep 26 23:47:31 2022 -0500 Allow internal unit test names to contain forward slash --- 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, PR58065, updated. dejagnu_1_4_3-865-gaf17601
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, PR58065 has been updated via af1760154d4607fa59b1c4e06df59f8ae474b440 (commit) from 355456674cce4400c85770b50b0f1dda6cbebb9a (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 af1760154d4607fa59b1c4e06df59f8ae474b440 Author: Jacob Bachmeyer Date: Fri Sep 30 21:14:37 2022 -0500 Add initial unit tests for lib/dg.exp --- Summary of changes: ChangeLog | 10 +++ testsuite/runtest.libs/dg.test | 166 testsuite/runtest.libs/mockutil.tcl | 18 +++- 3 files changed, 193 insertions(+), 1 deletion(-) create mode 100644 testsuite/runtest.libs/dg.test 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, PR58065, updated. dejagnu_1_4_3-872-gd747eee
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, PR58065 has been updated via d747eee6ec891425846ea9c21819d9c2ea48ed34 (commit) via e2c7bcea007e61d7a1f77576c36fa233706d916d (commit) via ae2a87b9147553380cfdef903d089fd6a094b859 (commit) via e4657c2eda87611f0be9cea062c1cc5875c3597a (commit) via 1a141d00bcf9f1d3fbe7a3764a8a6bc375e48314 (commit) via bbc86915e45674be1f83bf341d76f37331496fc1 (commit) via 51e4b3f6891b42bfa3b5617a0a52193348f74efe (commit) from af1760154d4607fa59b1c4e06df59f8ae474b440 (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 d747eee6ec891425846ea9c21819d9c2ea48ed34 Author: Jacob Bachmeyer Date: Tue Oct 4 22:14:00 2022 -0500 Buffer test results in case the pruning callback aborts the test commit e2c7bcea007e61d7a1f77576c36fa233706d916d Author: Jacob Bachmeyer Date: Tue Oct 4 22:05:48 2022 -0500 Add regression test for PR58065 commit ae2a87b9147553380cfdef903d089fd6a094b859 Author: Jacob Bachmeyer Date: Tue Oct 4 20:40:17 2022 -0500 Add lib/dg.exp unit tests for skipping files by callback commit e4657c2eda87611f0be9cea062c1cc5875c3597a Author: Jacob Bachmeyer Date: Sat Oct 1 21:13:08 2022 -0500 Add lib/dg.exp unit tests for xfail by target commit 1a141d00bcf9f1d3fbe7a3764a8a6bc375e48314 Author: Jacob Bachmeyer Date: Sat Oct 1 19:46:37 2022 -0500 Add lib/dg.exp unit tests for skipping files by target commit bbc86915e45674be1f83bf341d76f37331496fc1 Author: Jacob Bachmeyer Date: Sat Oct 1 19:45:06 2022 -0500 Avoid needless errors in internal unit test infrastructure commit 51e4b3f6891b42bfa3b5617a0a52193348f74efe Author: Jacob Bachmeyer Date: Sat Oct 1 17:36:56 2022 -0500 Add unit tests with explicit line numbers for lib/dg.exp --- Summary of changes: ChangeLog | 25 +++ lib/dg.exp | 31 +--- testsuite/runtest.libs/dg.test | 139 ++-- testsuite/runtest.libs/mockutil.tcl | 10 +-- 4 files changed, 187 insertions(+), 18 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-872-gd747eee
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 d747eee6ec891425846ea9c21819d9c2ea48ed34 (commit) via e2c7bcea007e61d7a1f77576c36fa233706d916d (commit) via ae2a87b9147553380cfdef903d089fd6a094b859 (commit) via e4657c2eda87611f0be9cea062c1cc5875c3597a (commit) via 1a141d00bcf9f1d3fbe7a3764a8a6bc375e48314 (commit) via bbc86915e45674be1f83bf341d76f37331496fc1 (commit) via 51e4b3f6891b42bfa3b5617a0a52193348f74efe (commit) via af1760154d4607fa59b1c4e06df59f8ae474b440 (commit) via 355456674cce4400c85770b50b0f1dda6cbebb9a (commit) via 369c52e5c89f42c66cefd76390c9c19953e246f3 (commit) from 018434324a82453854d6cc7b837a8f1bf8695dc8 (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 - --- Summary of changes: ChangeLog | 46 ++ lib/dg.exp | 31 +++- testsuite/runtest.libs/dg.test | 293 testsuite/runtest.libs/libs.exp | 2 +- testsuite/runtest.libs/mockutil.tcl | 28 +++- testsuite/runtest.libs/mockvfs.tcl | 261 6 files changed, 647 insertions(+), 14 deletions(-) create mode 100644 testsuite/runtest.libs/dg.test create mode 100644 testsuite/runtest.libs/mockvfs.tcl 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, PR58065, deleted. dejagnu_1_4_3-872-gd747eee
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, PR58065 has been deleted was d747eee6ec891425846ea9c21819d9c2ea48ed34 --- d747eee6ec891425846ea9c21819d9c2ea48ed34 Buffer test results in case the pruning callback aborts the test --- 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, topic-improved-unit-test, created. dejagnu_1_4_3-880-g1757c1e
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, topic-improved-unit-test has been created at 1757c1eeff6cda9f77591349f190c86fdcdccb7e (commit) - Log - commit 1757c1eeff6cda9f77591349f190c86fdcdccb7e Author: Jacob Bachmeyer Date: Mon Nov 28 21:30:49 2022 -0600 Document the dejagnu.h functions for the UNSUPPORTED status commit e940383f9d28c50559cbbf725035455b75c3ed6f Author: Jacob Bachmeyer Date: Mon Nov 28 21:21:00 2022 -0600 Remove wait() function in dejagnu.h to resolve PR59586 commit 23862f5b87903eb6aff695b495a0c7c687958921 Author: Jacob Bachmeyer Date: Mon Nov 28 21:08:29 2022 -0600 Update DejaGnu internal testsuite for changes to unit test protocol commit add1e3e32ec43aed703fae19fccb997d09e37fdb Author: Jacob Bachmeyer Date: Mon Nov 28 20:53:29 2022 -0600 Add UNSUPPORTED test result to DejaGnu unit test protocol commit 92bf23d77f288766eddff2b04323c320f202c8c5 Author: Jacob Bachmeyer Date: Mon Nov 28 20:31:45 2022 -0600 Add test for NOTE message type commit e8446c3ff0dafab7bf3615712dbe1cd621f09f5b Author: Jacob Bachmeyer Date: Sat Nov 26 23:23:55 2022 -0600 Add tests for C unit test library commit c173c009bd41b821e9fad4938d69d2204de69e55 Author: Jacob Bachmeyer Date: Sat Nov 26 22:08:48 2022 -0600 Fix miscounting of expected failures in C unit test API commit 999b7c0475d5f31c9fc29be58a97078bf6f0f2ec Author: Jacob Bachmeyer Date: Sat Nov 26 22:05:45 2022 -0600 Add explicit end-of-test marker to DejaGnu unit test protocol --- 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, topic-improved-unit-test, updated. dejagnu_1_4_3-896-gdedbb52
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, topic-improved-unit-test has been updated via dedbb52e0ff76de343fda997b9209dc10b632c5c (commit) via c9991345fe574151b7a0ce65cca73c48e4d6c85f (commit) via ad376ed0b13423f0e2208035a551ea03d0c47f26 (commit) via ac0996ca907ea71f5e9a17ea1b50238f461dc60e (commit) via cc2dcde3edb178434be6ce74fdd12322a35fcfb5 (commit) via 25c50aa4235fd396b740f19c5641dea5adaebc27 (commit) via ccb3c518df57ff2e9a4b1333dd03283b5ec8232b (commit) via a90a46c304d7ee6598941869017dad9e994913c4 (commit) via ee140a3ddf394c840807a01f32d80bfd01d95e03 (commit) via 5b0b2df48b0d84086c0050628e95bd93eca94a38 (commit) via 907d26ddf2551d6d6aecccd136c38ba93cc80d06 (commit) via 93b2a2bafefcd647a55e72dda0618f55f4f694f7 (commit) via dfd31745f6ebee0696d67f044085b96e43aa8ee1 (commit) via ebcfc9471dffd3d020d0a62eb049d56e0fff7905 (commit) via 9e26e771edd7b365b9ffcb64ca6f119cdb0ae414 (commit) via b1a37815d0d1a8cbc9f980f20ddafaa29b5e503c (commit) from 1757c1eeff6cda9f77591349f190c86fdcdccb7e (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 dedbb52e0ff76de343fda997b9209dc10b632c5c Author: Jacob Bachmeyer Date: Wed Nov 30 23:29:39 2022 -0600 Rename libdejagnu test driver The previous name was confusingly similar to the test programs. commit c9991345fe574151b7a0ce65cca73c48e4d6c85f Author: Jacob Bachmeyer Date: Wed Nov 30 23:24:48 2022 -0600 Document the recent C++ API improvements and the rest of the C++ API commit ad376ed0b13423f0e2208035a551ea03d0c47f26 Author: Jacob Bachmeyer Date: Wed Nov 30 23:22:55 2022 -0600 Add global TestState object in dejagnu.h commit ac0996ca907ea71f5e9a17ea1b50238f461dc60e Author: Jacob Bachmeyer Date: Wed Nov 30 23:22:32 2022 -0600 Avoid spurious reinitialization in TestState commit cc2dcde3edb178434be6ce74fdd12322a35fcfb5 Author: Jacob Bachmeyer Date: Wed Nov 30 22:52:25 2022 -0600 Revise generation of "END" messages in dejagnu.h The "END" message is now produced upon normal exit, without requiring that the totals() function or method be called. The C++ API now emits totals only when the last TestState object in the program is destroyed, instead of every time a TestState object is destroyed. This required adding code to track the number of live TestState objects. commit 25c50aa4235fd396b740f19c5641dea5adaebc27 Author: Jacob Bachmeyer Date: Wed Nov 30 22:29:35 2022 -0600 Move C++ internals to prefixed names in dejagnu.h Also tidy the TestState constructor. commit ccb3c518df57ff2e9a4b1333dd03283b5ec8232b Author: Jacob Bachmeyer Date: Wed Nov 30 22:09:10 2022 -0600 Eliminate global buffer in dejagnu.h commit a90a46c304d7ee6598941869017dad9e994913c4 Author: Jacob Bachmeyer Date: Wed Nov 30 22:07:42 2022 -0600 Move unit test summary counters into global struct in dejagnu.h commit ee140a3ddf394c840807a01f32d80bfd01d95e03 Author: Jacob Bachmeyer Date: Wed Nov 30 22:00:30 2022 -0600 Document use of "DG_" and "DG__" prefixes in dejagnu.h commit 5b0b2df48b0d84086c0050628e95bd93eca94a38 Author: Jacob Bachmeyer Date: Tue Nov 29 23:08:42 2022 -0600 Add tests for mixed C/C++ unit test library usage commit 907d26ddf2551d6d6aecccd136c38ba93cc80d06 Author: Jacob Bachmeyer Date: Tue Nov 29 22:50:45 2022 -0600 Add comment in libdejagnu test driver that the framework tests are elsewhere commit 93b2a2bafefcd647a55e72dda0618f55f4f694f7 Author: Jacob Bachmeyer Date: Tue Nov 29 22:41:14 2022 -0600 Remove old unit test program commit dfd31745f6ebee0696d67f044085b96e43aa8ee1 Author: Jacob Bachmeyer Date: Tue Nov 29 22:27:27 2022 -0600 Add tests for C++ unit test library commit ebcfc9471dffd3d020d0a62eb049d56e0fff7905 Author: Jacob Bachmeyer Date: Tue Nov 29 22:26:32 2022 -0600 Align C++ TestState::totals() with C totals() commit 9e26e771edd7b365b9ffcb64ca6f119cdb0ae414 Author: Jacob Bachmeyer Date: Tue Nov 29 22:25:52 2022 -0600 Add NOTE function to C++ unit test API commit b1a37815d0d1a8cbc9f980f20ddafaa29b5e503c Author: Jacob Bachmeyer Date: Tue Nov 29 21:48:48 2022 -0600 Fix incorrect documentation --- Summary of changes: ChangeLog | 86 Makefile.am| 9 +- Makefile.in| 52 +++-- dejagnu.h
[Dejagnu-commit] [SCM] DejaGNU branch, topic-improved-unit-test, updated. dejagnu_1_4_3-900-g865dc67
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, topic-improved-unit-test has been updated via 865dc67cd4e4d24ac722b4a865bfe4597b765f54 (commit) via d807904c119232226a7f644b6a5ebdbb1ed2a67d (commit) via 4d829912f7104d6f96886c1e46c173e9e7478946 (commit) via 61273e9de56672a7fd665a328c9804de6cff9432 (commit) from dedbb52e0ff76de343fda997b9209dc10b632c5c (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 865dc67cd4e4d24ac722b4a865bfe4597b765f54 Author: Jacob Bachmeyer Date: Tue Dec 20 22:32:56 2022 -0600 Change summary totals emitted by dejagnu.h for consistency commit d807904c119232226a7f644b6a5ebdbb1ed2a67d Author: Jacob Bachmeyer Date: Tue Dec 20 22:27:28 2022 -0600 Add support for reporting errors and warnings in dejagnu.h commit 4d829912f7104d6f96886c1e46c173e9e7478946 Author: Jacob Bachmeyer Date: Tue Dec 20 21:55:44 2022 -0600 Add support for errors and warnings in the unit test protocol commit 61273e9de56672a7fd665a328c9804de6cff9432 Author: Jacob Bachmeyer Date: Tue Dec 20 21:43:12 2022 -0600 Add tests for result conversion after errors --- Summary of changes: ChangeLog | 33 + dejagnu.h | 42 ++- doc/dejagnu.texi | 46 +++- lib/dejagnu.exp| 2 + testsuite/libdejagnu/harness.exp | 12 +++- testsuite/libdejagnu/unit-c.c | 2 + testsuite/libdejagnu/unit-ccxxmix.cxx | 4 ++ testsuite/libdejagnu/unit-cxx.cxx | 2 + .../nested/testsuite/stat.test/stats-sub.exp | 5 +- .../nested/testsuite/stat.test/unit-sub.awk| 7 +- .../nested/testsuite/stat.test/unit-sub.exp| 4 +- testsuite/runtest.main/stats.exp | 83 -- 12 files changed, 213 insertions(+), 29 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, topic-improved-unit-test, deleted. dejagnu_1_4_3-900-g865dc67
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, topic-improved-unit-test has been deleted was 865dc67cd4e4d24ac722b4a865bfe4597b765f54 --- 865dc67cd4e4d24ac722b4a865bfe4597b765f54 Change summary totals emitted by dejagnu.h for consistency --- 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-900-g865dc67
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 865dc67cd4e4d24ac722b4a865bfe4597b765f54 (commit) via d807904c119232226a7f644b6a5ebdbb1ed2a67d (commit) via 4d829912f7104d6f96886c1e46c173e9e7478946 (commit) via 61273e9de56672a7fd665a328c9804de6cff9432 (commit) via dedbb52e0ff76de343fda997b9209dc10b632c5c (commit) via c9991345fe574151b7a0ce65cca73c48e4d6c85f (commit) via ad376ed0b13423f0e2208035a551ea03d0c47f26 (commit) via ac0996ca907ea71f5e9a17ea1b50238f461dc60e (commit) via cc2dcde3edb178434be6ce74fdd12322a35fcfb5 (commit) via 25c50aa4235fd396b740f19c5641dea5adaebc27 (commit) via ccb3c518df57ff2e9a4b1333dd03283b5ec8232b (commit) via a90a46c304d7ee6598941869017dad9e994913c4 (commit) via ee140a3ddf394c840807a01f32d80bfd01d95e03 (commit) via 5b0b2df48b0d84086c0050628e95bd93eca94a38 (commit) via 907d26ddf2551d6d6aecccd136c38ba93cc80d06 (commit) via 93b2a2bafefcd647a55e72dda0618f55f4f694f7 (commit) via dfd31745f6ebee0696d67f044085b96e43aa8ee1 (commit) via ebcfc9471dffd3d020d0a62eb049d56e0fff7905 (commit) via 9e26e771edd7b365b9ffcb64ca6f119cdb0ae414 (commit) via b1a37815d0d1a8cbc9f980f20ddafaa29b5e503c (commit) via 1757c1eeff6cda9f77591349f190c86fdcdccb7e (commit) via e940383f9d28c50559cbbf725035455b75c3ed6f (commit) via 23862f5b87903eb6aff695b495a0c7c687958921 (commit) via add1e3e32ec43aed703fae19fccb997d09e37fdb (commit) via 92bf23d77f288766eddff2b04323c320f202c8c5 (commit) via e8446c3ff0dafab7bf3615712dbe1cd621f09f5b (commit) via c173c009bd41b821e9fad4938d69d2204de69e55 (commit) via 999b7c0475d5f31c9fc29be58a97078bf6f0f2ec (commit) from d747eee6ec891425846ea9c21819d9c2ea48ed34 (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 865dc67cd4e4d24ac722b4a865bfe4597b765f54 Author: Jacob Bachmeyer Date: Tue Dec 20 22:32:56 2022 -0600 Change summary totals emitted by dejagnu.h for consistency commit d807904c119232226a7f644b6a5ebdbb1ed2a67d Author: Jacob Bachmeyer Date: Tue Dec 20 22:27:28 2022 -0600 Add support for reporting errors and warnings in dejagnu.h commit 4d829912f7104d6f96886c1e46c173e9e7478946 Author: Jacob Bachmeyer Date: Tue Dec 20 21:55:44 2022 -0600 Add support for errors and warnings in the unit test protocol commit 61273e9de56672a7fd665a328c9804de6cff9432 Author: Jacob Bachmeyer Date: Tue Dec 20 21:43:12 2022 -0600 Add tests for result conversion after errors commit dedbb52e0ff76de343fda997b9209dc10b632c5c Author: Jacob Bachmeyer Date: Wed Nov 30 23:29:39 2022 -0600 Rename libdejagnu test driver The previous name was confusingly similar to the test programs. commit c9991345fe574151b7a0ce65cca73c48e4d6c85f Author: Jacob Bachmeyer Date: Wed Nov 30 23:24:48 2022 -0600 Document the recent C++ API improvements and the rest of the C++ API commit ad376ed0b13423f0e2208035a551ea03d0c47f26 Author: Jacob Bachmeyer Date: Wed Nov 30 23:22:55 2022 -0600 Add global TestState object in dejagnu.h commit ac0996ca907ea71f5e9a17ea1b50238f461dc60e Author: Jacob Bachmeyer Date: Wed Nov 30 23:22:32 2022 -0600 Avoid spurious reinitialization in TestState commit cc2dcde3edb178434be6ce74fdd12322a35fcfb5 Author: Jacob Bachmeyer Date: Wed Nov 30 22:52:25 2022 -0600 Revise generation of "END" messages in dejagnu.h The "END" message is now produced upon normal exit, without requiring that the totals() function or method be called. The C++ API now emits totals only when the last TestState object in the program is destroyed, instead of every time a TestState object is destroyed. This required adding code to track the number of live TestState objects. commit 25c50aa4235fd396b740f19c5641dea5adaebc27 Author: Jacob Bachmeyer Date: Wed Nov 30 22:29:35 2022 -0600 Move C++ internals to prefixed names in dejagnu.h Also tidy the TestState constructor. commit ccb3c518df57ff2e9a4b1333dd03283b5ec8232b Author: Jacob Bachmeyer Date: Wed Nov 30 22:09:10 2022 -0600 Eliminate global buffer in dejagnu.h commit a90a46c304d7ee6598941869017dad9e994913c4 Author: Jacob Bachmeyer Date: Wed Nov 30 22:07:42 2022 -0600 Move unit test summary counters into global struct in dejagnu.h commit ee140a3ddf394c840807a01f32d80bfd01d95e03 Author: Jacob Bachmeyer Date: Wed Nov 30 22:00:30 2022 -0600 Document use of "DG_" and "DG__" prefixes in dejagnu.h commit 5b0b2df48b0d84086c00
[Dejagnu-commit] [SCM] DejaGNU branch, master, updated. dejagnu_1_4_3-901-g890006e
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 890006e411a09c66b2deb45018592f3ed93a22f5 (commit) from 865dc67cd4e4d24ac722b4a865bfe4597b765f54 (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 890006e411a09c66b2deb45018592f3ed93a22f5 Author: Jacob Bachmeyer Date: Tue Apr 18 20:42:42 2023 -0500 Tighten --objdir option test Previously, this test did not ensure that the command-line value for --objdir was in force immediately after loading the local init file. This allowed ::dejagnu::command_line::restore_cmd_vars to do nothing, yet the test would still pass. --- Summary of changes: ChangeLog | 6 ++ testsuite/runtest.main/options.exp | 4 ++-- 2 files changed, 8 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-903-gc298959
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 c298959ef991b389b64a825f70094738c6a48780 (commit) via 29ee012e9ae3ef34ee2c9d22ec25b41b7520a733 (commit) from 890006e411a09c66b2deb45018592f3ed93a22f5 (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 c298959ef991b389b64a825f70094738c6a48780 Author: Jacob Bachmeyer Date: Thu Apr 20 21:24:32 2023 -0500 Fix handling of lists given as command-line parameters commit 29ee012e9ae3ef34ee2c9d22ec25b41b7520a733 Author: Jacob Bachmeyer Date: Thu Apr 20 21:23:51 2023 -0500 Change argument lists in option tests to use braced list notation --- Summary of changes: ChangeLog | 18 ++ runtest.exp| 4 ++-- testsuite/runtest.main/options.exp | 49 -- 3 files changed, 46 insertions(+), 25 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, PR66984, created. dejagnu_1_4_3-904-ga877b41
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, PR66984 has been created at a877b418a00dcc3c5b4d7584e0d85949c843c4ed (commit) - Log - commit a877b418a00dcc3c5b4d7584e0d85949c843c4ed Author: Jacob Bachmeyer Date: Tue Nov 7 21:08:04 2023 -0600 Fix tests that attempt to determine if target_alias has been set The problem with using [info exists target_alias] is that target_alias is unconditionally initialized to the empty string and therefore always exists. --- 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, PR66984, deleted. dejagnu_1_4_3-904-ga877b41
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, PR66984 has been deleted was a877b418a00dcc3c5b4d7584e0d85949c843c4ed --- a877b418a00dcc3c5b4d7584e0d85949c843c4ed Fix tests that attempt to determine if target_alias has been set --- 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-904-ga877b41
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 a877b418a00dcc3c5b4d7584e0d85949c843c4ed (commit) from c298959ef991b389b64a825f70094738c6a48780 (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 a877b418a00dcc3c5b4d7584e0d85949c843c4ed Author: Jacob Bachmeyer Date: Tue Nov 7 21:08:04 2023 -0600 Fix tests that attempt to determine if target_alias has been set The problem with using [info exists target_alias] is that target_alias is unconditionally initialized to the empty string and therefore always exists. --- Summary of changes: ChangeLog | 8 runtest.exp | 10 -- 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, PR67391, created. dejagnu_1_4_3-905-g68464b7
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, PR67391 has been created at 68464b73fdbb474fce995b68140293e4f6b2b61c (commit) - Log - commit 68464b73fdbb474fce995b68140293e4f6b2b61c Author: Jacob Bachmeyer Date: Wed Nov 22 20:25:51 2023 -0600 Document the grand totals reported by report-card tool --- 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, mwr-patch-20231212, created. dejagnu_1_4_3-910-g768c523
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, mwr-patch-20231212 has been created at 768c5237cbf99f29a86d6cdd59e7579852857be6 (commit) - Log - commit 768c5237cbf99f29a86d6cdd59e7579852857be6 Author: Jacob Bachmeyer Date: Tue Dec 12 21:19:09 2023 -0600 Add consistent logging of executed commands commit e5e86ca02e27f2c98dccf5a7e54991c16a72ab81 Author: Jacob Bachmeyer Date: Tue Dec 12 21:07:19 2023 -0600 Update ChangeLog after installing patches commit fbdcba42176e9f76c1d9e898347c91abd8b86df1 Author: Maciej W. Rozycki Date: Tue Dec 12 13:09:54 2023 + Use `test_timeout' consistently across protocols The `test_timeout' global parameter was added with commit 73db65f53795, however for the `unix' protocol only and then only in the local case. Update the remote case of the `unix' protocol, other protocols that use various timeout sources, and the `qemu' board to take any `test_timeout' setting into account as appropriate. Amend the manual accordingly. * baseboards/qemu.exp (qemu_load): Respect global `test_timeout' setting. * config/gdb-comm.exp (gdb_comm_load): Likewise. * config/gdb_stub.exp (gdb_stub_load): Likewise. * config/sim.exp (sim_load): Likewise. * config/unix.exp (unix_load): Likewise, in the remote case. * doc/dejagnu.texi (Local configuration file): Update accordingly. commit 34d6720bb9371ad885f8e642a77d869929db15d6 Author: Maciej W. Rozycki Date: Tue Dec 12 13:09:45 2023 + Set `testcase_timeout' earlier on in `gdb_comm_load' Move the setting of `testcase_timeout' earlier on in `gdb_comm_load'. It will be needed for reporting later on. No semantics change. * config/gdb-comm.exp (gdb_comm_load): Set `testcase_timeout' earlier on. commit 4d924d484a06e8b463fff966297f87a1eabc21bd Author: Maciej W. Rozycki Date: Tue Dec 12 13:09:37 2023 + Do not set `test_timeout' in `unix_load' The `test_timeout' global parameter is expected to be optionally set by a board description file and then taken into account by `unix_load' to override the default of 300. However not only the procedure checks for the override but it sets the global parameter to the default as well if not present. This might make a minuscule TCL interpreter execution time reduction, but seems rather awkward from the programming style's point of view, and may cause undesired effects if the parameter is referred elsewhere. Remove the setting of the global parameter then, while retaining its semantics. * config/unix.exp (unix_load): Don't ever set `test_timeout', just use it locally. --- hooks/post-receive -- DejaGNU ___ Dejagnu-commit mailing list Dejagnu-commit@gnu.org https://lists.gnu.org/mailman/listinfo/dejagnu-commit