Skip to content
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

[appkit] Xcode 14.1 Beta 1-3 #16255

Merged
merged 3 commits into from
Oct 11, 2022
Merged

Conversation

chamons
Copy link
Contributor

@chamons chamons commented Oct 5, 2022

No description provided.

@chamons chamons added the notes-mention Deserves a mention in release notes label Oct 5, 2022
@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@chamons
Copy link
Contributor Author

chamons commented Oct 6, 2022

Introspection tests are legit failures it seems.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@vs-mobiletools-engineering-service2

This comment has been minimized.

@chamons chamons marked this pull request as ready for review October 10, 2022 19:48
@chamons
Copy link
Contributor Author

chamons commented Oct 10, 2022

MTouch failure:

[17:18:03.3967870] => Xamarin.Linker.SdkTest.NoLLVMFailuresInWatchOS("System.Net.Http.dll")
[17:18:03.3969400] Unable to compile method 'System.Net.Http.HttpMessageHandler System.Net.Http.HttpClient:CreateDefaultHandler ()' due to: 'Could not load file or assembly 'Xamarin.WatchOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' or one of its dependencies.'.
[17:18:03.3969630] Unable to compile method 'void System.Net.Http.HttpClientHandler:.ctor ()' due to: 'Could not load file or assembly 'Xamarin.WatchOS, Version=0.0.0.0, Culture=neutral, PublicKeyToken=84e04ff9cfb79065' or one of its dependencies.'

Seems unrelated, rest are sim launch failures.

src/appkit.cs Outdated Show resolved Hide resolved
tests/xtro-sharpie/macOS-AppKit.todo Outdated Show resolved Hide resolved
Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
@chamons
Copy link
Contributor Author

chamons commented Oct 10, 2022

Fixed @rolfbjarne

@vs-mobiletools-engineering-service2
Copy link
Collaborator

✅ API diff for current PR / commit

Legacy Xamarin (No breaking changes)
  • iOS (no change detected)
  • tvOS (no change detected)
  • watchOS (no change detected)
  • macOS: vsdrops gist (No breaking changes)
.NET (No breaking changes)
  • iOS: (empty diff detected)
  • tvOS: (empty diff detected)
  • MacCatalyst: (empty diff detected)
  • macOS: vsdrops gist (No breaking changes)

❗ API diff vs stable (Breaking changes)

Legacy Xamarin (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
.NET (:heavy_exclamation_mark: Breaking changes :heavy_exclamation_mark:)
Legacy Xamarin (stable) vs .NET

ℹ️ Generator diff

Generator Diff: vsdrops (html) vsdrops (raw diff) gist (raw diff) - Please review changes)

Pipeline on Agent
Hash: a32985c8cad8433d7b971b09334ae696559b4805 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

📚 [PR Build] Artifacts 📚

Packages generated

View packages

Pipeline on Agent XAMBOT-1176.Monterey'
Hash: a32985c8cad8433d7b971b09334ae696559b4805 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

❌ [PR Build] Tests on macOS M1 - Mac Big Sur (11.5) failed ❌

Failed tests are:

  • monotouch-test

Pipeline on Agent
Hash: a32985c8cad8433d7b971b09334ae696559b4805 [PR build]

@vs-mobiletools-engineering-service2
Copy link
Collaborator

🔥 [CI Build] Test results 🔥

Test results

❌ Tests failed on VSTS: simulator tests

0 tests crashed, 8 tests failed, 220 tests passed.

Failures

❌ bcl tests

1 tests failed, 68 tests passed.
  • mscorlib Part 1/iOS Unified 64-bits - simulator/Debug: LaunchTimedOut

Html Report (VSDrops) Download

❌ introspection tests

1 tests failed, 12 tests passed.
  • introspection/watchOS 32-bits - simulator/Debug (watchOS 6.0): Crashed Known issue: HE0038)

Html Report (VSDrops) Download

❌ linker tests

2 tests failed, 63 tests passed.
  • link all/iOS Unified 64-bits - simulator/Debug [dotnet]: LaunchTimedOut
  • trimmode copy/iOS Unified 64-bits - simulator/Release [dotnet]: LaunchTimedOut

Html Report (VSDrops) Download

❌ mononative tests

1 tests failed, 11 tests passed.
  • mono-native-unified/iOS Unified 64-bits - simulator/Debug: LaunchTimedOut

Html Report (VSDrops) Download

❌ monotouch tests

2 tests failed, 21 tests passed.
  • monotouch-test/iOS Unified 64-bits - simulator/Debug: LaunchTimedOut
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar): LaunchTimedOut

Html Report (VSDrops) Download

❌ mtouch tests

1 tests failed, 0 tests passed.
  • MTouch tests/NUnit: Failed (Execution failed with exit code 1)

Html Report (VSDrops) Download

Successes

✅ cecil: All 1 tests passed. Html Report (VSDrops) Download
✅ dotnettests: All 1 tests passed. Html Report (VSDrops) Download
✅ fsharp: All 7 tests passed. Html Report (VSDrops) Download
✅ framework: All 8 tests passed. Html Report (VSDrops) Download
✅ generator: All 2 tests passed. Html Report (VSDrops) Download
✅ interdependent_binding_projects: All 7 tests passed. Html Report (VSDrops) Download
✅ install_source: All 1 tests passed. Html Report (VSDrops) Download
✅ mac_binding_project: All 1 tests passed. Html Report (VSDrops) Download
✅ mmp: All 2 tests passed. Html Report (VSDrops) Download
✅ msbuild: All 2 tests passed. Html Report (VSDrops) Download
✅ xammac: All 3 tests passed. Html Report (VSDrops) Download
✅ xcframework: All 8 tests passed. Html Report (VSDrops) Download
✅ xtro: All 2 tests passed. Html Report (VSDrops) Download

Pipeline on Agent
Hash: [PR build]

@chamons
Copy link
Contributor Author

chamons commented Oct 11, 2022

Most of the test failures are more timeouts, the one non-timeout was Xamarin.MTouch.HttpClientHandler(null,"NSUrlSessionHandler"): which I do not believe for a second I broke with AppKit bindings. @mandel-macaque FYI.

@chamons chamons merged commit 8eb182f into xamarin:xcode14.1 Oct 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
notes-mention Deserves a mention in release notes
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants