Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the YAML CPAN distribution.

Report information
The Basics
Id: 11408
Status: resolved
Priority: 0/
Queue: YAML

People
Owner: Nobody in particular
Requestors: steve [...] fisharerojo.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.36
Fixed in: 0.51



Subject: YAML 0.36 fails a test on Win32/Windows XP
Below is the test failure observed on Windows XP. Algorith::Diff was installed to determine the exact difference. Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t\20load.t 17 1 5.88% 14 Microsoft (R) Program Maintenance Utility Version 1.50 Copyright (c) Microsoft Corp 1988-94. All rights reserved. # Test 14 got: "$VAR1 = [\n 44,\n -45,\n '4.6',\n '-4.7',\n '3e+2',\n [\n '-4e+3',\n '5e-4'\n ],\n '-6e-10',\n '2001-12-15',\n '2001-12-15T02:59 :43.1Z',\n '2001-12-14T21:59:43.25-05:00'\n];\n" (t/TestYAML.pm at line 105 fai l #14) # Expected: "$VAR1 = [\n 44,\n -45,\n '4.6',\n '-4.7',\n '3e+2',\n [\n '-4e+3',\n '5e-4'\n ],\n '-6e-010',\n '2001-12-15',\n '2001-12-15T02:5 9:43.1Z',\n '2001-12-14T21:59:43.25-05:00'\n];\n" # Line 11 is changed: # - " '-6e-010',\n" # + " '-6e-10',\n" # t/TestYAML.pm line 105 is: ok((eval {eval $config;TestDump(YAML::Load ($_->{load}))}) || $@, Failed 1/11 test scripts, 90.91% okay. 1/263 subtests failed, 99.62% okay. NMAKE : fatal error U1077: 'C:\WINDOWS\system32\cmd.exe' : return code '0xff' Stop.
This issue has been copied to: https://github.com/ingydotnet/yaml-pm/issues/43 please take all future correspondence there. This ticket will remain open but please do not reply here. This ticket will be closed when the github issue is dealt with.
Seems to be fixed in 0.51