-
Notifications
You must be signed in to change notification settings - Fork 514
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
[Dotnet] Enable the Test to check for Dotnet Attributes #12745
[Dotnet] Enable the Test to check for Dotnet Attributes #12745
Conversation
❌ [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, 95 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 results3 tests failed, 97 tests passed.Failed tests
Pipeline on Agent XAMBOT-1098.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 results2 tests failed, 98 tests passed.Failed tests
Pipeline on Agent XAMBOT-1101.BigSur' |
Meant to do an azp run, not necessarily a bump |
❌ [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, 99 tests passed.Failed tests
Pipeline on Agent XAMBOT-1104.BigSur' |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
I don't want any introspection tests timing out since this test runs inside introspection! I want them to all pass before adding this to main! |
✅ [PR Build] Tests passed on Build. ✅Tests passed 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): 🎉 All 100 tests passed 🎉Pipeline on Agent XAMBOT-1100.BigSur' |
Now that we have all the dotnet attributes added to manual files, we should enable this test to make sure all future PRs have the dotnet attributes.
Perhaps merge after these two PRs land: #12628 #12744