Skip to content
This repository was archived by the owner on May 9, 2024. It is now read-only.

Segfault on "unicode" tests with go1.7.4, bigger problems with go1.8beta2 #5

@elliott5

Description

@elliott5

Following upstream changes to SSA, this code does not compile.

After changing lines 254/5 of interp_test.go to:

if mainPkg == nil && len(initialPkgs) == 1 {
		testmainPkg := prog.CreateTestMainPackage(initialPkgs[0])

Most tests pass using go1.7.4 on darwin, but the tests fail with a segfault running the unicode tests.

Testing with go1.8beta2 shows far bigger issues, possibly related to the os API.

Not planning to fix these issues myself, at least in the short term, I just wanted to report their existence to warn others.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions