Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestCoverageApis (0.28 sec)

  1. src/internal/coverage/cfile/emitdata_test.go

    	"internal/platform"
    	"internal/testenv"
    	"os"
    	"os/exec"
    	"path/filepath"
    	"runtime"
    	"strings"
    	"testing"
    )
    
    // Set to true for debugging (linux only).
    const fixedTestDir = false
    
    func TestCoverageApis(t *testing.T) {
    	if testing.Short() {
    		t.Skipf("skipping test: too long for short mode")
    	}
    	if !goexperiment.CoverageRedesign {
    		t.Skipf("skipping new coverage tests (experiment not enabled)")
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 16.3K bytes
    - Viewed (0)
Back to top