Skip to content

Commit

Permalink
[src] Add AppKit to Mac Catalyst. (#12268)
Browse files Browse the repository at this point in the history
* A lot of availability attribute updates.
* Some conditional "#if !__MACCATALYST__" in manual binding files.
* xtro updates.
* Misc other minor tweaks.
  • Loading branch information
rolfbjarne authored Jul 29, 2021
1 parent 63f28c0 commit a6c7c12
Show file tree
Hide file tree
Showing 77 changed files with 1,891 additions and 2,264 deletions.
9 changes: 8 additions & 1 deletion src/AppKit/ActionDispatcher.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,20 @@
namespace AppKit
{
[Register ("__monomac_internal_ActionDispatcher")]
internal class ActionDispatcher : NSObject, INSMenuValidation // INSMenuValidation needed for using the Activated method of NSMenuItems if you want to be able to validate
internal class ActionDispatcher : NSObject
#if !__MACCATALYST__
, INSMenuValidation // INSMenuValidation needed for using the Activated method of NSMenuItems if you want to be able to validate
#endif
{
const string skey = "__monomac_internal_ActionDispatcher_activated:";
const string dkey = "__monomac_internal_ActionDispatcher_doubleActivated:";
public static Selector Action = new Selector (skey);
public static Selector DoubleAction = new Selector (dkey);
public EventHandler Activated;
public EventHandler DoubleActivated;
#if !__MACCATALYST__
public Func<NSMenuItem, bool> ValidateMenuItemFunc;
#endif // !__MACCATALYST__

[Preserve, Export (skey)]
public void OnActivated (NSObject sender)
Expand Down Expand Up @@ -105,13 +110,15 @@ public static void RemoveDoubleAction (NSObject target, EventHandler doubleHandl
ctarget.DoubleActivated -= doubleHandler;
}

#if !__MACCATALYST__
public bool ValidateMenuItem (NSMenuItem menuItem)
{
if (ValidateMenuItemFunc != null)
return ValidateMenuItemFunc (menuItem);

return true;
}
#endif // !__MACCATALYST__

[Preserve]
public bool WorksWhenModal {
Expand Down
4 changes: 4 additions & 0 deletions src/AppKit/BeginSheet.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if !__MACCATALYST__ // Mac Catalyst doesn't have NSApplication

using System;
using System.Collections;

Expand Down Expand Up @@ -69,3 +72,4 @@ public void BeginSheet (NSPrintInfo printInfo, NSWindow docWindow, Action onEnde
}
}
}
#endif // !__MACCATALYST__
2 changes: 2 additions & 0 deletions src/AppKit/Compat.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if !__MACCATALYST__
using System;
using System.ComponentModel;

Expand Down Expand Up @@ -50,3 +51,4 @@ public static class NSFileTypeForHFSTypeCode
}
#endif
}
#endif // !__MACCATALYST__
6 changes: 5 additions & 1 deletion src/AppKit/DoubleWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@
// OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
// WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
//

#if !__MACCATALYST__

using System;
using Foundation;

Expand Down Expand Up @@ -98,4 +101,5 @@ public event EventHandler DoubleClick {
}
}
}
}
}
#endif // !__MACCATALYST__
Loading

4 comments on commit a6c7c12

@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

165 tests failed, 59 tests passed.

Failed tests

  • xammac tests/Mac Modern/Debug (all optimizations): Failed (Test run failed.
    Tests run: 2460 Passed: 2408 Inconclusive: 13 Failed: 1 Ignored: 51)
  • dont link/iOS Unified 32-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1014.29 MB left of 1024 MB required)
  • dont link/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/iOS Unified 64-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/iOS Unified 64-bits - simulator/Release [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/tvOS - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/tvOS - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/tvOS - simulator/Release [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • dont link/watchOS 32-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.28 MB left of 1024 MB required)
  • link all/iOS Unified 32-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1014.28 MB left of 1024 MB required)
  • link all/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/iOS Unified 64-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/iOS Unified 64-bits - simulator/Release [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/tvOS - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/tvOS - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/tvOS - simulator/Release [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link all/watchOS 32-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.27 MB left of 1024 MB required)
  • link sdk/iOS Unified 32-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1014.27 MB left of 1024 MB required)
  • link sdk/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/iOS Unified 64-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/iOS Unified 64-bits - simulator/Release [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/tvOS - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/tvOS - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/tvOS - simulator/Release [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • link sdk/watchOS 32-bits - simulator/Release: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-compat/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.27 MB left of 1024 MB required)
  • mono-native-compat/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-compat/iOS Unified Today Extension 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-compat/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-compat/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-unified/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.26 MB left of 1024 MB required)
  • mono-native-unified/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-unified/iOS Unified Today Extension 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-unified/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mono-native-unified/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono BCL tests group 1/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.26 MB left of 1024 MB required)
  • [NUnit] Mono BCL tests group 1/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono BCL tests group 1/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono BCL tests group 2/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.25 MB left of 1024 MB required)
  • [NUnit] Mono BCL tests group 2/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono BCL tests group 2/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 3/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.25 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 3/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 3/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 4/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.25 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 4/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 4/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 5/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.24 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 5/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono BCL tests group 5/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 1/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.24 MB left of 1024 MB required)
  • mscorlib Part 1/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 1/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 1/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 2/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.23 MB left of 1024 MB required)
  • mscorlib Part 2/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 2/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 2/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 3/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.23 MB left of 1024 MB required)
  • mscorlib Part 3/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 3/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • mscorlib Part 3/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 1/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.23 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 1/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 1/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 1/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 2/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.22 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 2/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 2/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemCoreXunit Part 2/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemXunit/iOS Unified 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1014.22 MB left of 1024 MB required)
  • [xUnit] Mono SystemXunit/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemXunit/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [xUnit] Mono SystemXunit/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (all optimizations): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (LinkSdk) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (static registrar) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Release (all optimizations) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/iOS Unified 64-bits - simulator/Debug (all optimizations) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug (LinkSdk): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug (static registrar): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Release (all optimizations): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug (all optimizations): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug (static registrar) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Release (all optimizations) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/tvOS - simulator/Debug (all optimizations) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/watchOS 32-bits - simulator/Debug (LinkSdk): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/watchOS 32-bits - simulator/Debug (static registrar): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/watchOS 32-bits - simulator/Release (all optimizations): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • monotouch-test/watchOS 32-bits - simulator/Debug (all optimizations): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • fsharp/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • fsharp/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • fsharp/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • framework-test/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • framework-test/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • framework-test/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • xcframework-test/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • xcframework-test/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • xcframework-test/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • interdependent-binding-projects/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • interdependent-binding-projects/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • interdependent-binding-projects/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/iOS Unified 64-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/iOS Unified 64-bits - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/tvOS - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/tvOS - simulator/Debug [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/iOS Unified 64-bits - simulator/Debug (iOS 11.4): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/iOS Unified 64-bits - simulator/Debug (iOS 11.4) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/tvOS - simulator/Debug (tvOS 11.4): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/tvOS - simulator/Debug (tvOS 11.4) [dotnet]: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • introspection/watchOS 32-bits - simulator/Debug (watchOS 6.0): Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemCoreTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemNumericsTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemRuntimeSerializationTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemTransactionsTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemXmlTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemXmlLinqTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemComponentModelDataAnnotationsTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemJsonTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemServiceModelWebTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemIOCompressionTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
  • [NUnit] Mono SystemIOCompressionFileSystemTests/watchOS 32-bits - simulator/Debug: Failed (Not enough space on the root drive '/': 1017.6 MB left of 1024 MB required)
    \n\nThe message from CI is too large for the GitHub comments. You can find the full results here.

@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
[src] Add AppKit to Mac Catalyst. (#12268)

@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
[src] Add AppKit to Mac Catalyst. (#12268)

@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 on macOS Mac High Sierra (10.13) ❌

Tests failed on Mac High Sierra (10.13).

Failed tests are:

  • xammac_tests

Pipeline on Agent
[src] Add AppKit to Mac Catalyst. (#12268)

Please sign in to comment.