You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AREnvironmentProbeAnchorTest
[FAIL] AREnvironmentProbeAnchorTest.MarshallingTest : Extent
Expected: (1, 1, 1)
But was: (0, 0, 0)
at MonoTouchFixtures.ARKit.AREnvironmentProbeAnchorTest.MarshallingTest () [0x00040] in /Users/poupou/git/xcode12/xamarin-macios/tests/monotouch-test/ARKit/AREnvironmentProbeAnchorTest.cs:40
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395
[FAIL] AREnvironmentProbeAnchorTest.MarshallingTest2 : Extent
Expected: (1, 1, 1)
But was: (0, 0, 0)
at MonoTouchFixtures.ARKit.AREnvironmentProbeAnchorTest.MarshallingTest2 () [0x00045] in /Users/poupou/git/xcode12/xamarin-macios/tests/monotouch-test/ARKit/AREnvironmentProbeAnchorTest.cs:50
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395
and
ARReferenceObjectTest
[FAIL] ARReferenceObjectTest.MarshallingTest : System.Exception : Could not initialize an instance of the type 'ARKit.ARReferenceObject': the native 'initWithArchiveURL:error:' method returned nil.
It is possible to ignore this condition by setting ObjCRuntime.Class.ThrowOnInitFailure to false.
at Foundation.NSObject.InitializeHandle (System.IntPtr handle, System.String initSelector) [0x000a8] in /Users/poupou/git/xcode12/xamarin-macios/src/Foundation/NSObject2.cs:449
at ARKit.ARReferenceObject..ctor (Foundation.NSUrl archiveUrl, Foundation.NSError& error) [0x0002d] in /Users/poupou/git/xcode12/xamarin-macios/src/build/ios/native/ARKit/ARReferenceObject.g.cs:111
at MonoTouchFixtures.ARKit.ARReferenceObjectTest.MarshallingTest () [0x00001] in /Users/poupou/git/xcode12/xamarin-macios/tests/monotouch-test/ARKit/ARReferenceObjectTest.cs:38
at (wrapper managed-to-native) System.Reflection.RuntimeMethodInfo.InternalInvoke(System.Reflection.RuntimeMethodInfo,object,object[],System.Exception&)
at System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x0006a] in /Library/Frameworks/Xamarin.iOS.framework/Versions/Current/src/Xamarin.iOS/mcs/class/corlib/System.Reflection/RuntimeMethodInfo.cs:395
ARReferenceObjectTest : 7 ms
Environment
xcode12 branch, on simulators only (works fine on devices)
The text was updated successfully, but these errors were encountered:
…amarin#9531.
Looks like some of these tests are working in the simulator now.
I also confirmed that ARReferenceObjectTest.MarshallingTest test should be
ignored in the simulator by verifying that Xcode gets the same behavior we do
(i.e. it doesn't work).
Fixesxamarin#9531.
Steps to Reproduce
Expected Behavior
No errors.
Actual Behavior
and
Environment
xcode12
branch, on simulators only (works fine on devices)The text was updated successfully, but these errors were encountered: