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

[6.4.0] Print Passed and Failed methods in detailed test summary #19505

Merged
merged 2 commits into from
Sep 13, 2023

Commits on Sep 13, 2023

  1. Print Passed and Failed methods in detailed test summary

    Previously, Bazel only printed Failed methods in the detailed test summary when using the `--test_summary=detailed` option. With this change, both Passed and Failed methods are now printed, providing a more comprehensive view of the test results.
    
    Fix bazelbuild#18685
    
    Closes bazelbuild#19099.
    
    RELNOTES:  The `--test_summary=detailed` option now also prints passed test cases.
    PiperOrigin-RevId: 553737487
    Change-Id: I332b70d916394de7caed7a07667b46087724a6c1
    NelsonLi0701 authored and thirtyseven committed Sep 13, 2023
    Configuration menu
    Copy the full SHA
    6d8dbb6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8895ab3 View commit details
    Browse the repository at this point in the history