File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
src/libraries/System.Net.Quic/tests/FunctionalTests Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -22,6 +22,7 @@ public sealed class MsQuicQuicStreamConformanceTests : QuicStreamConformanceTest
2222 {
2323 protected override QuicImplementationProvider Provider => QuicImplementationProviders . MsQuic ;
2424 protected override bool UsableAfterCanceledReads => false ;
25+ protected override bool BlocksOnZeroByteReads => true ;
2526
2627 // TODO: These are all hanging, likely due to Stream close behavior.
2728 [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/756" ) ]
@@ -43,8 +44,6 @@ public sealed class MsQuicQuicStreamConformanceTests : QuicStreamConformanceTest
4344 [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/49157" ) ]
4445 public override Task Read_DataStoredAtDesiredOffset ( ReadWriteMode mode ) => base . Read_DataStoredAtDesiredOffset ( mode ) ;
4546 [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/49157" ) ]
46- public override Task ZeroByteRead_BlocksUntilDataAvailableOrNops ( ReadWriteMode mode ) => base . ZeroByteRead_BlocksUntilDataAvailableOrNops ( mode ) ;
47- [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/49157" ) ]
4847 public override Task ReadAsync_DuringReadAsync_ThrowsIfUnsupported ( ) => base . ReadAsync_DuringReadAsync_ThrowsIfUnsupported ( ) ;
4948 }
5049
You can’t perform that action at this time.
0 commit comments