runner

package
v0.0.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 15, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CompilerBaselineRunner

type CompilerBaselineRunner struct {
	// contains filtered or unexported fields
}

func NewCompilerBaselineRunner

func NewCompilerBaselineRunner(testType CompilerTestType, isSubmodule bool) *CompilerBaselineRunner

func (*CompilerBaselineRunner) EnumerateTestFiles

func (r *CompilerBaselineRunner) EnumerateTestFiles() []string

func (*CompilerBaselineRunner) RunTests

func (r *CompilerBaselineRunner) RunTests(t *testing.T)

type CompilerTestType

type CompilerTestType int
const (
	TestTypeConformance CompilerTestType = iota
	TestTypeRegression
)

func (*CompilerTestType) String

func (t *CompilerTestType) String() string

type Runner

type Runner interface {
	EnumerateTestFiles() []string
	RunTests(t *testing.T)
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL