Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestReproducibleBuilds (0.21 sec)

  1. src/cmd/compile/internal/test/reproduciblebuilds_test.go

    // license that can be found in the LICENSE file.
    
    package test
    
    import (
    	"bytes"
    	"internal/testenv"
    	"os"
    	"path/filepath"
    	"testing"
    )
    
    func TestReproducibleBuilds(t *testing.T) {
    	tests := []string{
    		"issue20272.go",
    		"issue27013.go",
    		"issue30202.go",
    	}
    
    	testenv.MustHaveGoBuild(t)
    	iters := 10
    	if testing.Short() {
    		iters = 4
    	}
    	t.Parallel()
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 06 18:07:35 UTC 2023
    - 2.8K bytes
    - Viewed (0)
Back to top