Skip to content

[mobilecoreservices] Modernize UTType - #13831

Merged
mandel-macaque merged 2 commits into
dotnet:mainfrom
spouliot:mobilecoreservices-modernize
Jan 25, 2022
Merged

[mobilecoreservices] Modernize UTType#13831
mandel-macaque merged 2 commits into
dotnet:mainfrom
spouliot:mobilecoreservices-modernize

Conversation

@spouliot

Copy link
Copy Markdown
Contributor
  • Use is instead of == for null checks
  • Use ThrowHelper to throw common exceptions
  • Use faster CFString API (over the slower NSString variants)

* Use `is` instead of `==` for null checks
* Use `ThrowHelper` to throw common exceptions
* Use faster `CFString` API (over the slower `NSString` variants)
@chamons

chamons commented Jan 21, 2022

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

❌ [PR Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst 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

Generator diff

ℹ️ Generator Diff (please review changes)

GitHub pages

Results can be found in the following github pages (it might take some time to publish):

Test results

3 tests failed, 105 tests passed.

Failed tests

  • monotouch-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure
  • dont link/Mac Catalyst [dotnet]/Release [dotnet]: TimedOut (Execution timed out after 1200 seconds.
    No test log file was produced)

Pipeline on Agent XAMBOT-1094.BigSur'
Merge 6432296 into b0a6131

@chamons chamons added community Community contribution ❤ not-notes-worthy Ignore for release notes labels Jan 24, 2022
@chamons

chamons commented Jan 24, 2022

Copy link
Copy Markdown
Contributor

/azp run

@chamons

chamons commented Jan 24, 2022

Copy link
Copy Markdown
Contributor

Test failure was "App Build monotouch-test Debug [dotnet]", which I had not seen before.

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

❌ [PR Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst 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

Generator diff

Generator Diff (no change)

GitHub pages

Results can be found in the following github pages (it might take some time to publish):

Test results

2 tests failed, 106 tests passed.

Failed tests

  • monotouch-test/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: BuildFailure

Pipeline on Agent XAMBOT-1097.BigSur'
Merge 6432296 into 67a6e82

@spouliot

Copy link
Copy Markdown
Contributor Author

@chamons they are build failures so I must have missed some tests 👀

@chamons

chamons commented Jan 24, 2022

Copy link
Copy Markdown
Contributor

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@vs-mobiletools-engineering-service2

Copy link
Copy Markdown
Collaborator

❌ [PR Build] Tests failed on Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff
View dotnet API diff
View dotnet legacy API diff
View dotnet iOS-MacCatalayst 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

Generator diff

Generator Diff (no change)

GitHub pages

Results can be found in the following github pages (it might take some time to publish):

Test results

1 tests failed, 107 tests passed.

Failed tests

  • monotouch-test/Mac Catalyst [dotnet]/Debug [dotnet]: Failed (Test run failed.
    Tests run: 2767 Passed: 2570 Inconclusive: 11 Failed: 2 Ignored: 195)

Pipeline on Agent XAMBOT-1100.BigSur'
Merge 3bedf72 into 4fe9874

@mandel-macaque

Copy link
Copy Markdown
Contributor

Known flaky test: https://github.com/xamarin/maccore/issues/2443

@mandel-macaque
mandel-macaque merged commit eb3015b into dotnet:main Jan 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

community Community contribution ❤ not-notes-worthy Ignore for release notes

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants