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
Click to show internal directories.
Click to hide internal directories.