Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestOver65kFiles (0.09 sec)

  1. src/archive/zip/zip_test.go

    package zip
    
    import (
    	"bytes"
    	"cmp"
    	"errors"
    	"fmt"
    	"hash"
    	"internal/testenv"
    	"io"
    	"runtime"
    	"slices"
    	"strings"
    	"testing"
    	"time"
    )
    
    func TestOver65kFiles(t *testing.T) {
    	if testing.Short() && testenv.Builder() == "" {
    		t.Skip("skipping in short mode")
    	}
    	buf := new(strings.Builder)
    	w := NewWriter(buf)
    	const nFiles = (1 << 16) + 42
    Registered: Tue Oct 29 11:13:09 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 19.6K bytes
    - Viewed (0)
Back to top