@@ -174,6 +174,7 @@ public static IEnumerable<object[]> SpanDestinationFunctionsToTest()
174174
175175 [ Theory ]
176176 [ MemberData ( nameof ( SpanDestinationFunctionsToTest ) ) ]
177+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/97297" ) ]
177178 public void SpanDestinationFunctions_AllLengths ( SpanDestinationDelegate tensorPrimitivesMethod , Func < T , T > expectedMethod )
178179 {
179180 Assert . All ( Helpers . TensorLengthsIncluding0 , tensorLength =>
@@ -192,6 +193,7 @@ public void SpanDestinationFunctions_AllLengths(SpanDestinationDelegate tensorPr
192193
193194 [ Theory ]
194195 [ MemberData ( nameof ( SpanDestinationFunctionsToTest ) ) ]
196+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/97297" ) ]
195197 public void SpanDestinationFunctions_InPlace ( SpanDestinationDelegate tensorPrimitivesMethod , Func < T , T > expectedMethod )
196198 {
197199 Assert . All ( Helpers . TensorLengthsIncluding0 , tensorLength =>
@@ -210,6 +212,7 @@ public void SpanDestinationFunctions_InPlace(SpanDestinationDelegate tensorPrimi
210212
211213 [ Theory ]
212214 [ MemberData ( nameof ( SpanDestinationFunctionsToTest ) ) ]
215+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/97297" ) ]
213216 public void SpanDestinationFunctions_SpecialValues ( SpanDestinationDelegate tensorPrimitivesMethod , Func < T , T > expectedMethod )
214217 {
215218 Assert . All ( Helpers . TensorLengths , tensorLength =>
@@ -230,6 +233,7 @@ public void SpanDestinationFunctions_SpecialValues(SpanDestinationDelegate tenso
230233
231234 [ Theory ]
232235 [ MemberData ( nameof ( SpanDestinationFunctionsToTest ) ) ]
236+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/97297" ) ]
233237 public void SpanDestinationFunctions_ValueRange ( SpanDestinationDelegate tensorPrimitivesMethod , Func < T , T > expectedMethod )
234238 {
235239 Assert . All ( VectorLengthAndIteratedRange ( ConvertFromSingle ( - 100f ) , ConvertFromSingle ( 100f ) , ConvertFromSingle ( 3f ) ) , arg =>
0 commit comments