-
Notifications
You must be signed in to change notification settings - Fork 516
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ObjCRuntime] Improve the debug logging in the Runtime.CoreCLR.cs fil…
…e. (#14920) * Fix an issue where we could run into infinite recursion (and stack overflow) when printing method arguments. * Simplify the output a bit.
- Loading branch information
1 parent
a6c92d9
commit 718c72f
Showing
1 changed file
with
50 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
718c72f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💻 [CI Build] Tests on macOS Mac Catalina (10.15) passed 💻
✅ All tests on macOS Mac Catalina (10.15) passed.
Pipeline on Agent
Hash: 718c72f57e3828dac0a9547045c306b1214d137b
718c72f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌
Failed tests are:
Pipeline on Agent
Hash: 718c72f57e3828dac0a9547045c306b1214d137b
718c72f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📋 [CI Build] API Diff 📋
API Current PR diff
ℹ️ API Diff (from PR only) (please review changes)
View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
API diff
✅ API Diff from stable
View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst API diff
Generator diff
✅ Generator Diff (no change)
Pipeline on Agent XAMMINI-054.Monterey'
Hash: 718c72f57e3828dac0a9547045c306b1214d137b
718c72f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
📚 [CI Build] Artifacts 📚
Packages generated
View packages
Pipeline on Agent XAMMINI-058.Monterey'
Hash: 718c72f57e3828dac0a9547045c306b1214d137b
718c72f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
❌ [CI Build] Tests failed on VSTS: simulator tests iOS ❌
Tests failed on VSTS: simulator tests iOS.
Test results
23 tests failed, 211 tests passed.
Failed tests
Tests run: 117 Passed: 107 Inconclusive: 0 Failed: 2 Ignored: 8)
Tests run: 117 Passed: 106 Inconclusive: 0 Failed: 2 Ignored: 9)
Tests run: 129 Passed: 120 Inconclusive: 0 Failed: 1 Ignored: 8)
Tests run: 129 Passed: 118 Inconclusive: 0 Failed: 2 Ignored: 9)
Tests run: 9 Passed: 8 Inconclusive: 0 Failed: 1 Ignored: 0)
Tests run: 9 Passed: 8 Inconclusive: 0 Failed: 1 Ignored: 0)
Tests run: 117 Passed: 108 Inconclusive: 0 Failed: 1 Ignored: 8)
Tests run: 117 Passed: 107 Inconclusive: 0 Failed: 1 Ignored: 9)
Tests run: 129 Passed: 119 Inconclusive: 0 Failed: 2 Ignored: 8)
Tests run: 129 Passed: 119 Inconclusive: 0 Failed: 1 Ignored: 9)
Tests run: 20 Passed: 18 Inconclusive: 0 Failed: 1 Ignored: 1)
Pipeline on Agent XAMBOT-1162.Monterey'
[ObjCRuntime] Improve the debug logging in the Runtime.CoreCLR.cs file. (#14920)