Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for errorCheck (0.11 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    		// nothing to do
    	case "errorcheckandrundir":
    		wantError = false // should be no error if also will run
    	case "errorcheckwithauto":
    		action = "errorcheck"
    		wantAuto = true
    		wantError = true
    	case "errorcheck", "errorcheckdir", "errorcheckoutput":
    		wantError = true
    	case "skip":
    		if *runSkips {
    			break
    		}
    		t.Skip("skip")
    	default:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top