xamarin-macios/tests/xtro-sharpie/iOS-Metal.todo

159 строки
14 KiB
Plaintext
Исходник Обычный вид История

Bump to Xcode 13 beta 1. (#11861) * Bump maccore. New commits in xamarin/maccore: * xamarin/maccore@9acbbed1f6 [mlaunch] Add support for Xcode 13 beta 1. (#2452) * xamarin/maccore@e48f75c0b6 [Xamarin.Hosting] Fix the --stdout arg not being forwarded to DeviceLaunchConfig (#2435) * xamarin/maccore@109c695b1b [Xamarin.Hosting] Fix help string for launchdev argument (#2429) Diff: https://github.com/xamarin/maccore/compare/cddbd1915dcb27d8bf2d9b3b9cc4aeb22785698e..9acbbed1f60788349c60437dba11531a866777a8 * [xtro] Fix generation of .pch files * [xtro] Fix deprecated check to handle (anonymous) declarations and enable latest C# syntax in project * [xtro] Fix _sanity_ checks * [xtro] Update todo for beta 1 * [Siminstaller] Force siminstaller to use the xcode 12.5 url Related issue: https://github.com/xamarin/xamarin-macios/issues/11881 * Fix introspection failures (due to [breaking] changes) * [tests][intro] Fix hang for tvOS Creating an instance of `NSMetadataQuery` hangs the simulator. Even after (xharness) timeout the simulator is not in a good state to run further tests and every new (tvOS) test will also hang... * [tests][intro] Same hang for watchOS except that further test execution does not seem affected (like tvOS) ``` CoreSimulator 772.1 - Device: Apple Watch Series 3 - 38mm (watchOS 8.0) - created by XHarness (42262867-E060-40C0-803E-6DA676AF50CC) - Runtime: watchOS 8.0 (19R5266p) - DeviceType: Apple Watch Series 3 - 38mm Thread 0 Crashed:: tid_103 Dispatch queue: com.apple.main-thread 0 com.apple.Foundation 0x00007fff21470bd0 -[NSMetadataQuery dealloc] + 432 1 libobjc.A.dylib 0x00007fff200d11f7 objc_object::sidetable_release(bool, bool) + 177 2 com.apple.Foundation 0x00007fff21470a03 -[NSMetadataQuery init] + 64 3 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107efc139 xamarin_dyn_objc_msgSend + 217 (trampolines-x86_64-objc_msgSend.s:15) 4 ??? 0x000000010c76d4f6 0 + 4504081654 5 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107cffc85 mono_jit_runtime_invoke + 1621 (mini-runtime.c:3197) 6 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107e177d8 do_runtime_invoke + 54 (object.c:3052) [inlined] 7 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107e177d8 mono_runtime_invoke_checked + 136 (object.c:3220) 8 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107e1e3c5 mono_runtime_try_invoke_array + 2101 (object.c:5601) 9 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107daf977 ves_icall_InternalInvoke + 871 (icall.c:3927) 10 com.xamarin.introspection_watch.watchkitapp.watchkitextension 0x0000000107dc0167 ves_icall_InternalInvoke_raw + 103 (icall-def.h:667) 11 ??? 0x000000010a232799 0 + 4465043353 12 ??? 0x000000010c76e08b 0 + 4504084619 ``` * [tests][monotouch-test] Fix failures with xcode 13 beta 1 * [tests][mmptest] Use a FAT framework that's build with x86_64 and arm64 Co-authored-by: Alex Soto <alex@alexsoto.me> Co-authored-by: Sebastien Pouliot <sebastien.pouliot@microsoft.com> Co-authored-by: Manuel de la Pena <mandel@microsoft.com>
2021-06-11 03:07:20 +03:00
!deprecated-attribute-missing! MTLComputePipelineDescriptor::insertLibraries missing a [Deprecated] attribute
!deprecated-attribute-missing! MTLComputePipelineDescriptor::setInsertLibraries: missing a [Deprecated] attribute
!missing-enum! MTLAccelerationStructureInstanceDescriptorType not bound
!missing-enum! MTLMotionBorderMode not bound
!missing-enum-value! MTLAccelerationStructureUsage native value MTLAccelerationStructureUsageExtendedLimits = 4 not bound
!missing-enum-value! MTLCommandBufferError native value MTLCommandBufferErrorStackOverflow = 12 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeLong = 81 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeLong2 = 82 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeLong3 = 83 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeLong4 = 84 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeULong = 85 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeULong2 = 86 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeULong3 = 87 not bound
!missing-enum-value! MTLDataType native value MTLDataTypeULong4 = 88 not bound
!missing-enum-value! MTLLanguageVersion native value MTLLanguageVersion2_4 = 131076 not bound
!missing-enum-value! MTLRenderStages native value MTLRenderStageTile = 4 not bound
!missing-protocol! MTLFunctionStitchingAttribute not bound
!missing-protocol! MTLFunctionStitchingNode not bound
!missing-protocol-member! MTLAccelerationStructureCommandEncoder::writeCompactedAccelerationStructureSize:toBuffer:offset:sizeDataType: not found
!missing-protocol-member! MTLBinaryArchive::addFunctionWithDescriptor:library:error: not found
!missing-protocol-member! MTLDevice::newLibraryWithDescriptor:error: not found
!missing-protocol-member! MTLDevice::supportsFunctionPointersFromRender not found
!missing-protocol-member! MTLDevice::supportsRaytracingFromRender not found
!missing-protocol-member! MTLDevice::supportsRenderDynamicLibraries not found
!missing-protocol-member! MTLRenderCommandEncoder::setFragmentAccelerationStructure:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setFragmentIntersectionFunctionTable:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setFragmentIntersectionFunctionTables:withBufferRange: not found
!missing-protocol-member! MTLRenderCommandEncoder::setFragmentVisibleFunctionTable:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setFragmentVisibleFunctionTables:withBufferRange: not found
!missing-protocol-member! MTLRenderCommandEncoder::setTileAccelerationStructure:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setTileIntersectionFunctionTable:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setTileIntersectionFunctionTables:withBufferRange: not found
!missing-protocol-member! MTLRenderCommandEncoder::setTileVisibleFunctionTable:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setTileVisibleFunctionTables:withBufferRange: not found
!missing-protocol-member! MTLRenderCommandEncoder::setVertexAccelerationStructure:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setVertexIntersectionFunctionTable:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setVertexIntersectionFunctionTables:withBufferRange: not found
!missing-protocol-member! MTLRenderCommandEncoder::setVertexVisibleFunctionTable:atBufferIndex: not found
!missing-protocol-member! MTLRenderCommandEncoder::setVertexVisibleFunctionTables:withBufferRange: not found
!missing-protocol-member! MTLRenderPipelineState::functionHandleWithFunction:stage: not found
!missing-protocol-member! MTLRenderPipelineState::newIntersectionFunctionTableWithDescriptor:stage: not found
!missing-protocol-member! MTLRenderPipelineState::newRenderPipelineStateWithAdditionalBinaryFunctions:error: not found
!missing-protocol-member! MTLRenderPipelineState::newVisibleFunctionTableWithDescriptor:stage: not found
!missing-selector! +MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::descriptor not bound
!missing-selector! +MTLAccelerationStructureMotionTriangleGeometryDescriptor::descriptor not bound
!missing-selector! +MTLMotionKeyframeData::data not bound
!missing-selector! MTLAccelerationStructureGeometryDescriptor::label not bound
!missing-selector! MTLAccelerationStructureGeometryDescriptor::setLabel: not bound
!missing-selector! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::boundingBoxBuffers not bound
!missing-selector! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::boundingBoxCount not bound
!missing-selector! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::boundingBoxStride not bound
!missing-selector! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::setBoundingBoxBuffers: not bound
!missing-selector! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::setBoundingBoxCount: not bound
!missing-selector! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor::setBoundingBoxStride: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::indexBuffer not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::indexBufferOffset not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::indexType not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::setIndexBuffer: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::setIndexBufferOffset: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::setIndexType: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::setTriangleCount: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::setVertexBuffers: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::setVertexStride: not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::triangleCount not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::vertexBuffers not bound
!missing-selector! MTLAccelerationStructureMotionTriangleGeometryDescriptor::vertexStride not bound
!missing-selector! MTLComputePipelineDescriptor::preloadedLibraries not bound
!missing-selector! MTLComputePipelineDescriptor::setPreloadedLibraries: not bound
!missing-selector! MTLFunctionDescriptor::binaryArchives not bound
!missing-selector! MTLFunctionDescriptor::setBinaryArchives: not bound
!missing-selector! MTLFunctionStitchingFunctionNode::arguments not bound
!missing-selector! MTLFunctionStitchingFunctionNode::controlDependencies not bound
!missing-selector! MTLFunctionStitchingFunctionNode::initWithName:arguments:controlDependencies: not bound
!missing-selector! MTLFunctionStitchingFunctionNode::name not bound
!missing-selector! MTLFunctionStitchingFunctionNode::setArguments: not bound
!missing-selector! MTLFunctionStitchingFunctionNode::setControlDependencies: not bound
!missing-selector! MTLFunctionStitchingFunctionNode::setName: not bound
!missing-selector! MTLFunctionStitchingGraph::attributes not bound
!missing-selector! MTLFunctionStitchingGraph::functionName not bound
!missing-selector! MTLFunctionStitchingGraph::initWithFunctionName:nodes:outputNode:attributes: not bound
!missing-selector! MTLFunctionStitchingGraph::nodes not bound
!missing-selector! MTLFunctionStitchingGraph::outputNode not bound
!missing-selector! MTLFunctionStitchingGraph::setAttributes: not bound
!missing-selector! MTLFunctionStitchingGraph::setFunctionName: not bound
!missing-selector! MTLFunctionStitchingGraph::setNodes: not bound
!missing-selector! MTLFunctionStitchingGraph::setOutputNode: not bound
!missing-selector! MTLFunctionStitchingInputNode::argumentIndex not bound
!missing-selector! MTLFunctionStitchingInputNode::initWithArgumentIndex: not bound
!missing-selector! MTLFunctionStitchingInputNode::setArgumentIndex: not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::instanceDescriptorType not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::motionTransformBuffer not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::motionTransformBufferOffset not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::motionTransformCount not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::setInstanceDescriptorType: not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::setMotionTransformBuffer: not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::setMotionTransformBufferOffset: not bound
!missing-selector! MTLInstanceAccelerationStructureDescriptor::setMotionTransformCount: not bound
!missing-selector! MTLLinkedFunctions::privateFunctions not bound
!missing-selector! MTLLinkedFunctions::setPrivateFunctions: not bound
!missing-selector! MTLMotionKeyframeData::buffer not bound
!missing-selector! MTLMotionKeyframeData::offset not bound
!missing-selector! MTLMotionKeyframeData::setBuffer: not bound
!missing-selector! MTLMotionKeyframeData::setOffset: not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::motionEndBorderMode not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::motionEndTime not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::motionKeyframeCount not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::motionStartBorderMode not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::motionStartTime not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::setMotionEndBorderMode: not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::setMotionEndTime: not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::setMotionKeyframeCount: not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::setMotionStartBorderMode: not bound
!missing-selector! MTLPrimitiveAccelerationStructureDescriptor::setMotionStartTime: not bound
!missing-selector! MTLRasterizationRateLayerDescriptor::maxSampleCount not bound
!missing-selector! MTLRasterizationRateLayerDescriptorMTLRasterizationRateLayerDescriptor::setSampleCount: not bound
!missing-selector! MTLRenderPipelineDescriptor::fragmentLinkedFunctions not bound
!missing-selector! MTLRenderPipelineDescriptor::fragmentPreloadedLibraries not bound
!missing-selector! MTLRenderPipelineDescriptor::maxFragmentCallStackDepth not bound
!missing-selector! MTLRenderPipelineDescriptor::maxVertexCallStackDepth not bound
!missing-selector! MTLRenderPipelineDescriptor::setFragmentLinkedFunctions: not bound
!missing-selector! MTLRenderPipelineDescriptor::setFragmentPreloadedLibraries: not bound
!missing-selector! MTLRenderPipelineDescriptor::setMaxFragmentCallStackDepth: not bound
!missing-selector! MTLRenderPipelineDescriptor::setMaxVertexCallStackDepth: not bound
!missing-selector! MTLRenderPipelineDescriptor::setSupportAddingFragmentBinaryFunctions: not bound
!missing-selector! MTLRenderPipelineDescriptor::setSupportAddingVertexBinaryFunctions: not bound
!missing-selector! MTLRenderPipelineDescriptor::setVertexLinkedFunctions: not bound
!missing-selector! MTLRenderPipelineDescriptor::setVertexPreloadedLibraries: not bound
!missing-selector! MTLRenderPipelineDescriptor::supportAddingFragmentBinaryFunctions not bound
!missing-selector! MTLRenderPipelineDescriptor::supportAddingVertexBinaryFunctions not bound
!missing-selector! MTLRenderPipelineDescriptor::vertexLinkedFunctions not bound
!missing-selector! MTLRenderPipelineDescriptor::vertexPreloadedLibraries not bound
!missing-selector! MTLRenderPipelineFunctionsDescriptor::fragmentAdditionalBinaryFunctions not bound
!missing-selector! MTLRenderPipelineFunctionsDescriptor::setFragmentAdditionalBinaryFunctions: not bound
!missing-selector! MTLRenderPipelineFunctionsDescriptor::setTileAdditionalBinaryFunctions: not bound
!missing-selector! MTLRenderPipelineFunctionsDescriptor::setVertexAdditionalBinaryFunctions: not bound
!missing-selector! MTLRenderPipelineFunctionsDescriptor::tileAdditionalBinaryFunctions not bound
!missing-selector! MTLRenderPipelineFunctionsDescriptor::vertexAdditionalBinaryFunctions not bound
!missing-selector! MTLStitchedLibraryDescriptor::functionGraphs not bound
!missing-selector! MTLStitchedLibraryDescriptor::functions not bound
!missing-selector! MTLStitchedLibraryDescriptor::setFunctionGraphs: not bound
!missing-selector! MTLStitchedLibraryDescriptor::setFunctions: not bound
!missing-selector! MTLTileRenderPipelineDescriptor::linkedFunctions not bound
!missing-selector! MTLTileRenderPipelineDescriptor::maxCallStackDepth not bound
!missing-selector! MTLTileRenderPipelineDescriptor::preloadedLibraries not bound
!missing-selector! MTLTileRenderPipelineDescriptor::setLinkedFunctions: not bound
!missing-selector! MTLTileRenderPipelineDescriptor::setMaxCallStackDepth: not bound
!missing-selector! MTLTileRenderPipelineDescriptor::setPreloadedLibraries: not bound
!missing-selector! MTLTileRenderPipelineDescriptor::setSupportAddingBinaryFunctions: not bound
!missing-selector! MTLTileRenderPipelineDescriptor::supportAddingBinaryFunctions not bound
!missing-type! MTLAccelerationStructureMotionBoundingBoxGeometryDescriptor not bound
!missing-type! MTLAccelerationStructureMotionTriangleGeometryDescriptor not bound
!missing-type! MTLFunctionStitchingAttributeAlwaysInline not bound
!missing-type! MTLFunctionStitchingFunctionNode not bound
!missing-type! MTLFunctionStitchingGraph not bound
!missing-type! MTLFunctionStitchingInputNode not bound
!missing-type! MTLMotionKeyframeData not bound
!missing-type! MTLRenderPipelineFunctionsDescriptor not bound
!missing-type! MTLStitchedLibraryDescriptor not bound