File tree Expand file tree Collapse file tree 4 files changed +6
-0
lines changed
src/libraries/System.Formats.Tar/tests Expand file tree Collapse file tree 4 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ public void ExtractToFile_Link_Throws(TarEntryFormat format, TarEntryType entryT
9797
9898 [ Theory ]
9999 [ MemberData ( nameof ( GetFormatsAndFiles ) ) ]
100+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/74076" , TestPlatforms . Android ) ]
100101 public void Extract ( TarEntryFormat format , TarEntryType entryType )
101102 {
102103 using TempDirectory root = new TempDirectory ( ) ;
Original file line number Diff line number Diff line change @@ -116,6 +116,7 @@ public async Task ExtractToFile_Link_Throws_Async(TarEntryFormat format, TarEntr
116116
117117 [ Theory ]
118118 [ MemberData ( nameof ( GetFormatsAndFiles ) ) ]
119+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/74076" , TestPlatforms . Android ) ]
119120 public async Task Extract_Async ( TarEntryFormat format , TarEntryType entryType )
120121 {
121122 using TempDirectory root = new TempDirectory ( ) ;
Original file line number Diff line number Diff line change @@ -163,6 +163,7 @@ public void ExtractArchiveWithEntriesThatStartWithSlashDotPrefix()
163163 [ Theory ]
164164 [ InlineData ( true ) ]
165165 [ InlineData ( false ) ]
166+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/74076" , TestPlatforms . Android ) ]
166167 public void UnixFileModes ( bool overwrite )
167168 {
168169 using TempDirectory source = new TempDirectory ( ) ;
@@ -235,6 +236,7 @@ public void UnixFileModes(bool overwrite)
235236 [ Theory ]
236237 [ InlineData ( true ) ]
237238 [ InlineData ( false ) ]
239+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/74076" , TestPlatforms . Android ) ]
238240 public void UnixFileModes_RestrictiveParentDir ( bool overwrite )
239241 {
240242 using TempDirectory source = new TempDirectory ( ) ;
Original file line number Diff line number Diff line change @@ -192,6 +192,7 @@ public async Task ExtractArchiveWithEntriesThatStartWithSlashDotPrefix_Async()
192192 }
193193
194194 [ Fact ]
195+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/74076" , TestPlatforms . Android ) ]
195196 public async Task UnixFileModes_Async ( )
196197 {
197198 using TempDirectory source = new TempDirectory ( ) ;
@@ -249,6 +250,7 @@ public async Task UnixFileModes_Async()
249250 }
250251
251252 [ Fact ]
253+ [ ActiveIssue ( "https://github.com/dotnet/runtime/issues/74076" , TestPlatforms . Android ) ]
252254 public async Task UnixFileModes_RestrictiveParentDir_Async ( )
253255 {
254256 using TempDirectory source = new TempDirectory ( ) ;
You can’t perform that action at this time.
0 commit comments