pairwise

package
v0.0.0-...-9dcd13a Latest Latest
Warning

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

Go to latest
Published: Jul 26, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Overview

Package pairwise is a second layer of conformance tests.

Specially written Go package is compiled with two separate compilers: goism compiler and gcgo.

After compiled, {test functions}[1] are executed for both generated programs. Gcgo produces native binary, so that is executed. Goism program is run by Emacs daemon.

The result of those invocations is then compared pairwise, hence the name of this test suit.

[1] Test function starts with "test" prefix. It may safely return: - any integer type, int/int32 are preffered; - string; - float64; - array (not slice!) of any type listed above;

Jump to

Keyboard shortcuts

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