Skip Menu |

This queue is for tickets about the YAML-Syck CPAN distribution.

Report information
The Basics
Id: 84882
Status: resolved
Priority: 0/
Queue: YAML-Syck

People
Owner: Nobody in particular
Requestors: ether [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.25
Fixed in: (no value)



Subject: test failure, 5.17.11, MacOSX
PERL_DL_NONLAZY=1 /Users/ether/perl5/perlbrew/perls/17.11/bin/perl5.17.11 "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t t/*/*.t t/1-basic.t ................... ok t/11-loadfile.t ............... ok t/12-dumpfile.t ............... ok # Failed test 'recurse 2' # at t/2-scalars.t line 164. # got: '--- &2 # Bar: # parent: *2 # Baz: # parent: *2 # Foo: # parent: *2 # Troz: # parent: *2 # Zort: &1 # Poit: # parent: *1 # parent: *2 # ' # expected: '--- &1 # Bar: # parent: *1 # Baz: # parent: *1 # Foo: # parent: *1 # Troz: # parent: *1 # Zort: &2 # Poit: # parent: *2 # parent: *1 # ' # Looks like you failed 1 test of 134. t/2-scalars.t ................. Dubious, test returned 1 (wstat 256, 0x100) Failed 1/134 subtests t/3-objects.t ................. ok t/4-perl_tag_scheme.t ......... ok t/bug/doesnt-stringify.t ...... ok t/bug/rt-49404-double_free.t .. ok t/bug/rt-54167.t .............. ok t/json-basic.t ................ ok t/json-circular-ref.t ......... ok t/json-crlf.t ................. ok t/json-dumpinto.t ............. ok t/json-empty.t ................ ok t/json-indent.t ............... ok t/json-loadfile.t ............. ok t/json-minus.t ................ ok t/json-newline.t .............. ok t/json-null.t ................. ok t/json-numbers.t .............. ok t/json-refs.t ................. ok t/json-singlequote.t .......... ok t/leak.t ...................... ok t/load-blessed.t .............. ok t/meta.t ...................... ok # Failed test 'circular' # at t/yaml-alias.t line 38. # got: '--- # abc: &2 # sibling: &1 # sibling: *2 # def: *1 # ' # expected: '--- # abc: &1 # sibling: &2 # sibling: *1 # def: *2 # ' # Looks like you failed 1 test of 14. t/yaml-alias.t ................ Dubious, test returned 1 (wstat 256, 0x100) Failed 1/14 subtests t/yaml-blessed-ref.t .......... ok t/yaml-dumpinto.t ............. ok t/yaml-implicit-warnings.t .... ok t/yaml-str-colon-first.t ...... ok t/yaml-tie.t .................. ok t/yaml-utf.t .................. ok Test Summary Report ------------------- t/2-scalars.t (Wstat: 256 Tests: 134 Failed: 1) Failed test: 49 Non-zero exit status: 1 t/json-basic.t (Wstat: 0 Tests: 104 Failed: 0) TODO passed: 81-82, 85-86, 93-94, 97-98 t/yaml-alias.t (Wstat: 256 Tests: 14 Failed: 1) Failed test: 7 Non-zero exit status: 1 Files=32, Tests=628, 2 wallclock secs ( 0.20 usr 0.10 sys + 1.25 cusr 0.28 csys = 1.83 CPU) Result: FAIL Failed 2/32 test programs. 2/628 subtests failed. make: *** [test_dynamic] Error 255 -> FAIL Installing YAML::Syck failed. See /Users/ether/.cpanm/build.log for details.
Fixed in 1.26