- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for TestZip64LargeDirectory (0.15 sec)
-
src/archive/zip/zip_test.go
if size != directory64EndLen-12 { t.Errorf("expected length of %d, got %d", directory64EndLen-12, size) } return true } // Zip64 is required if the total size of the records is uint32max. func TestZip64LargeDirectory(t *testing.T) { if runtime.GOARCH == "wasm" { t.Skip("too slow on wasm") } if testing.Short() { t.Skip("skipping in short mode") } t.Parallel()
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Thu May 23 01:00:11 UTC 2024 - 19.6K bytes - Viewed (0)