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

fix(test): Redact elapsed time in the minutes time frame #14233

Merged
merged 4 commits into from
Jul 10, 2024

Commits on Jul 10, 2024

  1. Configuration menu
    Copy the full SHA
    c8113d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a10b3ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ed6392 View commit details
    Browse the repository at this point in the history
  4. fix(test): Redact elapsed time in the minutes time frame

    This came up in rust-lang#14231
    ```
    ---- expected: tests/testsuite/lto.rs:611:27
    ++++ actual:   stderr
       1    1 | [FRESH] registry-shared v0.0.1
       2    2 | [FRESH] registry v0.0.1
       3    3 | [COMPILING] bar v0.0.0 ([ROOT]/foo/bar)
       4    4 | [RUNNING] `rustc --crate-name bar [..]-C lto [..]--test [..]`
       5    5 | [RUNNING] `rustc --crate-name b [..]-C lto [..]--test [..]`
       6      - [FINISHED] `release` profile [optimized] target(s) in [ELAPSED]s
       7    6 | [RUNNING] `[ROOT]/foo/target/release/deps/bar-[HASH][EXE]`
       8    7 | [RUNNING] `[ROOT]/foo/target/release/deps/b-[HASH][EXE]`
       9    8 | [DOCTEST] bar
      10    9 | [RUNNING] `rustdoc --edition=2015 --crate-type cdylib --crate-type rlib --crate-name bar --test [..]-C lto [..]
           10 + [FINISHED] `release` profile [optimized] target(s) in 1m 00s
    
    Update with SNAPSHOTS=overwrite
    ```
    epage committed Jul 10, 2024
    Configuration menu
    Copy the full SHA
    7fcd580 View commit details
    Browse the repository at this point in the history