Skip to content

Commit

Permalink
[corespotlight] Update for Xcode 12 beta 3 (#9194)
Browse files Browse the repository at this point in the history
  • Loading branch information
spouliot committed Jul 25, 2020
1 parent 93c1bbb commit 45180a2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/corespotlight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ interface CSMailboxKey {
interface CSSearchableItemAttributeSet : NSCopying, NSSecureCoding {

[Deprecated (PlatformName.iOS, 14,0, message: "Use '.ctor(UTType)' instead.")]
[Deprecated (PlatformName.MacOSX, 10,16, message: "Use '.ctor(UTType)' instead.")]
[Deprecated (PlatformName.MacOSX, 11,0, message: "Use '.ctor(UTType)' instead.")]
[Export ("initWithItemContentType:")]
IntPtr Constructor (string itemContentType);

[iOS (14,0)][TV (14,0)][Mac (10,16)]
[iOS (14,0)][TV (14,0)][Mac (11,0)]
[Export ("initWithContentType:")]
IntPtr Constructor (UTType contentType);

Expand Down

1 comment on commit 45180a2

@xamarin-release-manager
Copy link
Collaborator

Choose a reason for hiding this comment

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

Build was (probably) aborted

🔥 Jenkins job (on internal Jenkins) failed in stage(s) 'Test run, Test run' 🔥

Build succeeded
✅ Packages:

API Diff (from stable)
API Diff (from PR only) (no change)
ℹ️ Generator Diff (please review changes)
🔥 Test run failed 🔥

Test results

29 tests failed, 155 tests passed.

Failed tests

  • monotouch-test/iOS Unified 32-bits - simulator/Debug: TimedOut
  • framework-test/iOS Unified 32-bits - simulator/Debug: TimedOut
  • interdependent-binding-projects/iOS Unified 32-bits - simulator/Debug: TimedOut
  • fsharp/iOS Unified 32-bits - simulator/Debug: TimedOut
  • introspection/iOS Unified 32-bits - simulator/Debug: TimedOut
  • dont link/iOS Unified 32-bits - simulator/Debug: TimedOut
  • dont link/iOS Unified 32-bits - simulator/Release: TimedOut
  • link all/iOS Unified 32-bits - simulator/Debug: TimedOut
  • link all/iOS Unified 32-bits - simulator/Release: TimedOut
  • link sdk/iOS Unified 32-bits - simulator/Debug: TimedOut
  • link sdk/iOS Unified 32-bits - simulator/Release: TimedOut
  • mono-native-compat/iOS Unified 32-bits - simulator/Debug: TimedOut
  • mono-native-unified/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [NUnit] Mono BCL tests group 1/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [NUnit] Mono BCL tests group 2/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono BCL tests group 3/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono BCL tests group 4/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono BCL tests group 5/iOS Unified 32-bits - simulator/Debug: TimedOut
  • mscorlib Part 1/iOS Unified 32-bits - simulator/Debug: TimedOut
  • mscorlib Part 2/iOS Unified 32-bits - simulator/Debug: TimedOut
  • mscorlib Part 3/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono SystemCoreXunit Part 1/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono SystemCoreXunit Part 2/iOS Unified 32-bits - simulator/Debug: TimedOut
  • [xUnit] Mono SystemXunit/iOS Unified 32-bits - simulator/Debug: TimedOut
  • monotouch-test/iOS Unified 32-bits - simulator/Debug (LinkSdk): TimedOut
  • monotouch-test/iOS Unified 32-bits - simulator/Debug (static registrar): TimedOut
  • monotouch-test/iOS Unified 32-bits - simulator/Release (all optimizations): TimedOut
  • monotouch-test/iOS Unified 32-bits - simulator/Debug (all optimizations): TimedOut
  • MSBuild tests/iOS (netstandard2.0): Failed (Execution failed with exit code 1)

Please sign in to comment.