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

[Backtracing] Use stderr by default unless interactive. #66422

Merged
merged 4 commits into from Jun 8, 2023

Commits on Jun 7, 2023

  1. [Backtracing] Use stderr by default unless interactive.

    This means we don't need to specify `output-to` in CI.
    
    rdar://110371557
    al45tair committed Jun 7, 2023
    Copy the full SHA
    3b1db42 View commit details
    Browse the repository at this point in the history
  2. [Backtracing][Tests] Fix tests to redirect output from stderr.

    Some of the backtracing tests expected output on stdout.
    
    rdar://110371557
    al45tair committed Jun 7, 2023
    Copy the full SHA
    9002daa View commit details
    Browse the repository at this point in the history
  3. [Backtracing] Also update the Linux crash handler, now it's merged.

    The Linux crash handler should have the same `output-to` behaviour
    as on macOS.
    
    rdar://110371557
    al45tair committed Jun 7, 2023
    Copy the full SHA
    67e2fbb View commit details
    Browse the repository at this point in the history
  4. [Backtracing][Tests] Fix a test I missed.

    Apparently I missed a redirection in `Crash.swift`.
    
    rdar://110371557
    al45tair committed Jun 7, 2023
    Copy the full SHA
    a90b05c View commit details
    Browse the repository at this point in the history