Closed
Description
The change #113416 has broken the UnhandledExceptionTest in the dotnet diagnostic tests. It looks like the test can see added extra newlines in the unhandled exception stack trace dumped to the console. The test verifies that the output matches an expected result and it fails due to that.
Interestingly, when the output is printed to console, there are no extra newlines, it only happens when the output is redirected. Even redirecting to a file causes this problem.