You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libraries/System.IO.Compression/tests/ZipArchive/zip_LargeFiles.cs
-112Lines changed: 0 additions & 112 deletions
Original file line number
Diff line number
Diff line change
@@ -45,123 +45,11 @@ public static void UnzipOver4GBZipFile()
45
45
}
46
46
}
47
47
48
-
[ConditionalFact(typeof(PlatformDetection),nameof(PlatformDetection.IsNotMobile),nameof(PlatformDetection.Is64BitProcess))]// don't run it on slower runtimes
49
-
[OuterLoop("It requires almost 12 GB of free disk space")]
[ConditionalTheory(typeof(PlatformDetection),nameof(PlatformDetection.IsNotMobile),nameof(PlatformDetection.Is64BitProcess))]// don't run it on slower runtimes
89
-
[OuterLoop("It requires 5~6 GB of free disk space and a lot of CPU time for compressed tests")]
Assert.Fail("Cannot find the private field of _offsetOfLocalHeader in ZipArchiveEntry or the type is not long. Code may be changed after the test is written.");
// Version is not ZIP64 for files with Local Header at >4GB offset.
155
-
Assert.Equal(Zip64Version,versionNeeded);
156
-
}
157
-
}
158
-
}
159
-
finally
160
-
{
161
-
File.Delete(zipArchivePath);
162
-
}
163
-
}
164
-
165
53
[ConditionalTheory(typeof(PlatformDetection),nameof(PlatformDetection.IsNotMobile),nameof(PlatformDetection.Is64BitProcess))]// don't run it on slower runtimes
166
54
[OuterLoop("It requires 5~6 GB of free disk space and a lot of CPU time for compressed tests")]
0 commit comments