-
Notifications
You must be signed in to change notification settings - Fork 519
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[dotnet-linker] Remove workaround for a dotnet/runtime issue wrt the AOT compiler. #12528
[dotnet-linker] Remove workaround for a dotnet/runtime issue wrt the AOT compiler. #12528
Conversation
…AOT compiler. The dotnet/runtime issue has been fixed. Ref: dotnet/runtime#55733
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 142 tests passed.Failed tests
Pipeline on Agent XAMBOT-1094.BigSur |
…/MonoBundlingExtraArgs to increase verbosity. This fixes a problem where a test project would try to set the MtouchExtraArgs/MonoBundlingExtraArgs properties, and it would fail because the MtouchExtraArgs/MonoBundlingExtraArgs properties were already set from the command line (and in MSBuild, properties that are set from command line arguments can't be changed later). In particular we have logic to pass --dlsym:+nunit.framework.dll for monotouch-test, and that would just be ignored.
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results36 tests failed, 107 tests passed.Failed tests
Pipeline on Agent XAMBOT-1100.BigSur' |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results5 tests failed, 138 tests passed.Failed tests
Pipeline on Agent XAMBOT-1102.BigSur' |
Waiting for #12570 to be merged first, then merge main into this PR and this PR should turn green. |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results1 tests failed, 142 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
Now waiting for #12715 to be merged, then merge main into this PR and this PR will hopefully turn green. |
❌ [PR Build] Tests failed on Build ❌Tests failed on Build. API diff✅ API Diff from stable View API diffAPI & Generator diff✅ API Diff (from PR only) (no change) GitHub pagesResults can be found in the following github pages (it might take some time to publish): Test results2 tests failed, 135 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
Test failures are unrelated:
|
The dotnet/runtime issue has been fixed.
Ref: dotnet/runtime#55733