dejagnu-commit
[Top][All Lists]
Advanced

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

[Dejagnu-commit] [SCM] DejaGNU branch, mwr-patch-20231212, created. deja


From: Jacob Bachmeyer
Subject: [Dejagnu-commit] [SCM] DejaGNU branch, mwr-patch-20231212, created. dejagnu_1_4_3-910-g768c523
Date: Tue, 12 Dec 2023 22:47:06 -0500 (EST)

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 <jcb@gnu.org>
Date:   Tue Dec 12 21:19:09 2023 -0600

    Add consistent logging of executed commands

commit e5e86ca02e27f2c98dccf5a7e54991c16a72ab81
Author: Jacob Bachmeyer <jcb@gnu.org>
Date:   Tue Dec 12 21:07:19 2023 -0600

    Update ChangeLog after installing patches

commit fbdcba42176e9f76c1d9e898347c91abd8b86df1
Author: Maciej W. Rozycki <macro@embecosm.com>
Date:   Tue Dec 12 13:09:54 2023 +0000

    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 <macro@embecosm.com>
Date:   Tue Dec 12 13:09:45 2023 +0000

    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 <macro@embecosm.com>
Date:   Tue Dec 12 13:09:37 2023 +0000

    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



reply via email to

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