Skip to content

Commit

Permalink
[Xcode13] Add the todo for ThreadNetwork. (#12464)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque authored Aug 18, 2021
1 parent ef61ab5 commit e3bbec4
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/xtro-sharpie/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ XIOS_ARCH = arm64
XIOS_PCH = iphoneos$(IOS_SDK_VERSION)-$(XIOS_ARCH).pch

$(XIOS_PCH): .stamp-check-sharpie
$(SHARPIE) sdk-db --xcode $(XCODE) -s iphoneos$(IOS_SDK_VERSION) -a $(XIOS_ARCH) -exclude RealityKit

$(SHARPIE) sdk-db --xcode $(XCODE) -s iphoneos$(IOS_SDK_VERSION) -a $(XIOS_ARCH) \
-exclude RealityKit \
-i ThreadNetwork/THClient.h \

XWATCHOS ?= $(TOP)/_ios-build/Library/Frameworks/Xamarin.iOS.framework/Versions/git/lib/32bits/watchOS/Xamarin.WatchOS.dll
XWATCHOS_ARCH = armv7
Expand Down
20 changes: 20 additions & 0 deletions tests/xtro-sharpie/iOS-ThreadNetwork.todo
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
!missing-selector! THClient::deleteCredentialsForBorderAgent:completion: not bound
!missing-selector! THClient::init not bound
!missing-selector! THClient::retrieveAllCredentials: not bound
!missing-selector! THClient::retrieveCredentialsForBorderAgent:completion: not bound
!missing-selector! THClient::retrieveCredentialsForExtendedPANID:completion: not bound
!missing-selector! THClient::retrievePreferredCredentials: not bound
!missing-selector! THClient::storeCredentialsForBorderAgent:activeOperationalDataSet:completion: not bound
!missing-selector! THCredentials::activeOperationalDataSet not bound
!missing-selector! THCredentials::borderAgentID not bound
!missing-selector! THCredentials::channel not bound
!missing-selector! THCredentials::creationDate not bound
!missing-selector! THCredentials::extendedPANID not bound
!missing-selector! THCredentials::lastModificationDate not bound
!missing-selector! THCredentials::networkKey not bound
!missing-selector! THCredentials::networkName not bound
!missing-selector! THCredentials::panID not bound
!missing-selector! THCredentials::PSKC not bound
!missing-selector! THCredentials::setChannel: not bound
!missing-type! THClient not bound
!missing-type! THCredentials not bound

5 comments on commit e3bbec4

@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) (no change)
Generator Diff (only version changes)

Packages generated

View packages

Test results

5 tests failed, 245 tests passed.

Failed tests

  • link sdk/Mac [dotnet]/Debug [dotnet]: BuildFailure
  • link sdk/Mac [dotnet]/Release [dotnet]: BuildFailure
  • monotouch-test/iOS Unified 64-bits - simulator/Debug: Failed
  • monotouch-test/tvOS - simulator/Debug (LinkSdk) [dotnet]: Failed
  • Documentation/All: Failed

Pipeline on Agent XAMBOT-1036.BigSur'
[Xcode13] Add the todo for ThreadNetwork. (#12464)

@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
[Xcode13] Add the todo for ThreadNetwork. (#12464)

@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 M1 - Mac Big Sur (11.5) ❌

Tests failed on M1 - Mac Big Sur (11.5).

Failed tests are:

  • xammac_tests

Pipeline on Agent
[Xcode13] Add the todo for ThreadNetwork. (#12464)

@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
[Xcode13] Add the todo for ThreadNetwork. (#12464)

@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
[Xcode13] Add the todo for ThreadNetwork. (#12464)

Please sign in to comment.