Versions in this module Expand all Collapse all v0 v0.0.2 Apr 25, 2026 v0.0.1 Apr 11, 2026 Changes in this version + func ParseTestFilesAndSymlinksWithOptions[T any](code string, fileName string, ...) (units []T, symlinks map[string]string, currentDir string, ...) + func ParseTestFilesAndSymlinks[T any](code string, fileName string, ...) (units []T, symlinks map[string]string, currentDir string, ...) + type CompilerBaselineRunner struct + func NewCompilerBaselineRunner(testType CompilerTestType, isSubmodule bool) *CompilerBaselineRunner + func (r *CompilerBaselineRunner) EnumerateTestFiles() []string + func (r *CompilerBaselineRunner) RunTests(t *testing.T) + type CompilerTestType int + const TestTypeConformance + const TestTypeRegression + func (t *CompilerTestType) String() string + type ParseTestFilesOptions struct + AllowImplicitFirstFile bool + type Runner interface + EnumerateTestFiles func() []string + RunTests func(t *testing.T)