go/src/cmd/compile/internal/liveness/intervals_test.go

func TestMain(m *testing.M) {}

func TestMakeAndPrint(t *testing.T) {}

func TestIntervalOverlap(t *testing.T) {}

func TestIntervalAdjacent(t *testing.T) {}

func TestIntervalMerge(t *testing.T) {}

func TestIntervalsOverlap(t *testing.T) {}

var seedflag

var trialsflag

var segsflag

var limitflag

func TestRandomIntervalsOverlap(t *testing.T) {}

func TestIntervalsMerge(t *testing.T) {}

func TestBuilder(t *testing.T) {}

// makeIntervals constructs an Intervals object from the start/end
// sequence in nums, expected to be of the form
// s1,en1,st2,en2,...,stk,enk. Used only for unit testing.
func makeIntervals(nums ...int) (Intervals, error) {}