Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestRepeatBootstrap (0.12 sec)

  1. src/cmd/internal/bootstrap_test/reboot_test.go

    // itself.
    package bootstrap_test
    
    import (
    	"fmt"
    	"internal/testenv"
    	"io"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"runtime"
    	"strings"
    	"testing"
    	"time"
    )
    
    func TestRepeatBootstrap(t *testing.T) {
    	if testing.Short() {
    		t.Skip("skipping test that rebuilds the entire toolchain")
    	}
    	switch runtime.GOOS {
    	case "android", "ios", "js", "wasip1":
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 22:16:54 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top