tests fail with gccgo
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
goyaml |
New
|
Undecided
|
Gustavo Niemeyer |
Bug Description
Like so:
-------
FAIL: encode_test.go:217: net_goyaml_
encode_test.go:221:
c.Assert(
... obtained string = "" +
... "a: 1\n" +
... "b: 2\n"
... expected string = "" +
... "a: 1\n" +
... "b: 2\n" +
... "c: 3\n"
-------
FAIL: encode_test.go:238: net_goyaml_
encode_test.go:241:
c.Assert(err, ErrorMatches, item.error)
... value = nil
... regex string = "Duplicated key 'b' in struct struct \\{ B int; .*"
... Error value is nil
-------
FAIL: decode_test.go:364: net_goyaml_
decode_test.go:385:
c.Assert(value, DeepEquals, item.value, Commentf("Item #%d", i))
... obtained *struct { A int; C goyaml_test.inlineB "yaml:\",inline\"" } = &struct { A int; C goyaml_test.inlineB "yaml:\",inline\"" }{A:1, C:goyaml_
... expected *struct { A int; C goyaml_test.inlineB "yaml:\",inline\"" } = &struct { A int; C goyaml_test.inlineB "yaml:\",inline\"" }{A:1, C:goyaml_
... Item #84
OOPS: 9 passed, 3 FAILED
--- FAIL: Test (0.02 seconds)
FAIL
FAIL launchpad.
Related branches
tags: | added: ppc64el |
All failures seem to be something going wrong with ,inline.