Skip to content

Commit

Permalink
[Classkit] Add support for Xcode13 beta1. (#11942)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Jun 16, 2021
1 parent dbacb3b commit 0029ffa
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
4 changes: 4 additions & 0 deletions src/classkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ interface CLSErrorUserInfoKeys {

[Field ("CLSErrorUnderlyingErrorsKey")]
NSString UnderlyingErrorsKey { get; }

[Mac (12,0), iOS (15,0), MacCatalyst (15,0)]
[Field ("CLSErrorSuccessfulObjectsKey")]
NSString SuccessfulObjectsKey { get; }
}

[Introduced (PlatformName.MacCatalyst, 14, 0)]
Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/MacCatalyst-ClassKit.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/iOS-ClassKit.todo

This file was deleted.

1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-ClassKit.todo

This file was deleted.

8 comments on commit 0029ffa

@vs-mobiletools-engineering-service2
Copy link
Collaborator

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 Build ❌

Tests failed on Build.

API diff

✅ API Diff from stable

View API diff

API & Generator diff

ℹ️ API Diff (from PR only) (please review changes)
ℹ️ Generator Diff (please review changes)

Packages generated

View packages

Test results

2 tests failed, 219 tests passed.

Failed tests

  • introspection/watchOS 32-bits - simulator/Debug (watchOS 5.0): Failed
  • Generator tests/NUnit: Failed (Execution failed with exit code 1)

Pipeline on Agent XAMBOT-1037.BigSur'
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 Tests failed catastrophically on VSTS: device tests tvOS 🔥

Not enough free space in the host.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac Catalina (10.15) ✅

Tests passed

All tests on macOS X Mac Catalina (10.15) passed.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests iOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests tvOS). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac Mojave (10.14) ✅

Tests passed

All tests on macOS X Mac Mojave (10.14) passed.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Tests passed on macOS Mac High Sierra (10.13) ✅

Tests passed

All tests on macOS X Mac High Sierra (10.13) passed.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

@vs-mobiletools-engineering-service2
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Tests were not ran (VSTS: device tests iOS32b). ⚠️

Results were skipped for this run due to provisioning problems Azure Devops. Please contact the bot administrator.

Pipeline on Agent
[Classkit] Add support for Xcode13 beta1. (#11942)

Please sign in to comment.