@@ -1636,6 +1636,7 @@ public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http2(ITest
1636
1636
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
1637
1637
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/91757" ) ]
1638
1638
[ ActiveIssue ( "https://github.com/dotnet/runtime/issues/101015" ) ]
1639
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
1639
1640
public sealed class SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 : SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength
1640
1641
{
1641
1642
public SocketsHttpHandler_HttpClientHandler_MaxResponseHeadersLength_Http3 ( ITestOutputHelper output ) : base ( output ) { }
@@ -4028,41 +4029,47 @@ public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http2(ITestOutputH
4028
4029
}
4029
4030
4030
4031
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4032
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4031
4033
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 : HttpClientHandlerTest
4032
4034
{
4033
4035
public SocketsHttpHandlerTest_HttpClientHandlerTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4034
4036
protected override Version UseVersion => HttpVersion . Version30 ;
4035
4037
}
4036
4038
4037
4039
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4040
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4038
4041
public sealed class SocketsHttpHandlerTest_Cookies_Http3 : HttpClientHandlerTest_Cookies
4039
4042
{
4040
4043
public SocketsHttpHandlerTest_Cookies_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4041
4044
protected override Version UseVersion => HttpVersion . Version30 ;
4042
4045
}
4043
4046
4044
4047
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4048
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4045
4049
public sealed class SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 : HttpClientHandlerTest_Headers
4046
4050
{
4047
4051
public SocketsHttpHandlerTest_HttpClientHandlerTest_Headers_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4048
4052
protected override Version UseVersion => HttpVersion . Version30 ;
4049
4053
}
4050
4054
4051
4055
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4056
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4052
4057
public sealed class SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 : SocketsHttpHandler_Cancellation_Test
4053
4058
{
4054
4059
public SocketsHttpHandler_HttpClientHandler_Cancellation_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4055
4060
protected override Version UseVersion => HttpVersion . Version30 ;
4056
4061
}
4057
4062
4058
4063
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4064
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4059
4065
public sealed class SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 : HttpClientHandler_AltSvc_Test
4060
4066
{
4061
4067
public SocketsHttpHandler_HttpClientHandler_AltSvc_Test_Http3 ( ITestOutputHelper output ) : base ( output ) { }
4062
4068
protected override Version UseVersion => HttpVersion . Version30 ;
4063
4069
}
4064
4070
4065
4071
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4072
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4066
4073
public sealed class SocketsHttpHandler_HttpClientHandler_Finalization_Http3 : HttpClientHandler_Finalization_Test
4067
4074
{
4068
4075
public SocketsHttpHandler_HttpClientHandler_Finalization_Http3 ( ITestOutputHelper output ) : base ( output ) { }
@@ -4227,6 +4234,7 @@ public SocketsHttpHandler_RequestContentLengthMismatchTest_Http2(ITestOutputHelp
4227
4234
}
4228
4235
4229
4236
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4237
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4230
4238
public sealed class SocketsHttpHandler_RequestContentLengthMismatchTest_Http3 : SocketsHttpHandler_RequestContentLengthMismatchTest
4231
4239
{
4232
4240
public SocketsHttpHandler_RequestContentLengthMismatchTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
@@ -4403,6 +4411,7 @@ public SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http2(ITestOutputHelpe
4403
4411
}
4404
4412
4405
4413
[ ConditionalClass ( typeof ( HttpClientHandlerTestBase ) , nameof ( IsQuicSupported ) ) ]
4414
+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/103703" , typeof ( PlatformDetection ) , nameof ( PlatformDetection . IsArmProcess ) ) ]
4406
4415
public sealed class SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http3 : SocketsHttpHandler_SecurityTest
4407
4416
{
4408
4417
public SocketsHttpHandler_SocketsHttpHandler_SecurityTest_Http3 ( ITestOutputHelper output ) : base ( output ) { }
0 commit comments