Skip to content

cmd/compile: internal/ssa TestNexting failing #30912

@katiehockman

Description

@katiehockman

Change d949d0b (cmd/compile: reorganize init functions) seems to have failed the TestNexting test in the cmd/compile/internal/ssa package for linux-amd64-longtest builds

--- FAIL: TestNexting (10.74s)
    --- FAIL: TestNexting/gdb-dbg-i22558 (0.48s)
        debug_test.go:241: step/next histories differ, diff=
            --- testdata/i22558.gdb-dbg.nexts	2019-03-18 21:16:19.000000000 +0000
            +++ /workdir/tmp/debug_test137844848/test-i22558.gdb-dbg.nexts	2019-03-18 21:42:04.493540912 +0000
            @@ -2,3 +2,10 @@
             19:	func test(t *thing, u *thing) {
             20:		if t.next != nil {
             23:		fmt.Fprintf(os.Stderr, "%s\n", t.name)
            +24:		u.self = u
            +25:		t.self = t
            +26:		t.next = u
            +27:		for _, p := range t.stuff {
            +28:			if isFoo(t, p) {
            +29:				return
            +44:	}
FAIL
FAIL	cmd/compile/internal/ssa	85.797s

https://build.golang.org/log/cb49293c3202a9d78ae2324b5a8217e99dc82e8a

cc @randall77

Metadata

Metadata

Assignees

No one assigned

    Labels

    FrozenDueToAgeNeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.TestingAn issue that has been verified to require only test changes, not just a test failure.

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions