Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

improvements to debug tests infrastructure to help with triaging process #531

Merged
merged 3 commits into from
Mar 1, 2024

Commits on Feb 1, 2024

  1. [debug tests] print selected seed for PRNG

    Previously the seed was not printed and this created problems with
    reproduction of the issues. It's still not an ideal - meaning
    interactions between spike/gdb/openocd are inherently non-determistic
    (since time is involved), but at least we should get the same sources
    for the same seed now.
    aap-sc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    9b04ba4 View commit details
    Browse the repository at this point in the history
  2. [debug tests] add option to log GDB remote serial protocol

    introduce a new option to log communications over GDB remote serial
    protocol which is helpful for debugging some tests.
    aap-sc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    b89570c View commit details
    Browse the repository at this point in the history
  3. [debug tests] fix setting of remotetimeout

    fixes setting of `remotetimeout`. It was silently overwritten by default
    values from platform definition even if user specified one.
    aap-sc committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    787829a View commit details
    Browse the repository at this point in the history