Xliff

Data::Dump::Tree Fail

Mar 22nd, 2016
437
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.97 KB | None | 0 0
  1. ==> Testing Data::Dump::Tree
  2. t/00_use.t ................... ok
  3. t/01_all.t ................... ok
  4. t/02_META.t .................. ok
  5. t/05_class_attributes.t ...... ok
  6. t/10_role.t .................. ok
  7. t/11_class_vs_role.t ......... ok
  8. t/12_extra_standard_roles.t .. ok
  9. t/13_named_captures.t ........ ok
  10. t/14.Match_limit.t ........... ok
  11. t/20_nothing.t ............... ok
  12. t/21_terminal.t .............. ok
  13. t/31_default_base_class.t .... ok
  14. t/32.exception.t ............. ok
  15. t/40_type_Map.t .............. ok
  16. t/41_type_callframe.t ........ ok
  17.  
  18. # Failed test '13 dump lines, with capture'
  19. # at t/42_type_Map.t line 19
  20. # expected: '13'
  21. # got: '29'
  22. # aaaaaaaa ~~ yyy (2) @0 (List|223969336:DDT:-1251112644)
  23. # |- 0 =
  24. # | | 'aaaa' [0..4|
  25. # | | .Match
  26. # | | @1
  27. # | | (Match|yyy(Match|(Match|t1(Match))(Match|t2(Match))|(Array|224490448)):DDT:-125111
  28. # | | 1708)
  29. # | `- yyy =>
  30. # | | 'aaaa' [0..4|
  31. # | | .Match
  32. # | | @2 (Match|(Match|t1(Match))(Match|t2(Match))|(Array|224490448):DDT:-1251110896)
  33. # | |- 0 => 'aa' [0..2|.Match @3 (Match|t1(Match):DDT:-1251109444)
  34. # | | `- t1 => 'aa' [0..2|.Match @4 (Match:DDT:-1251108632)
  35. # | `- 1 => 'a' [2..3|.Match @5 (Match|t2(Match):DDT:-1251107868)
  36. # | `- t2 => 'a' [2..3|.Match @6 (Match:DDT:-1251107056)
  37. # `- 1 =
  38. # | 'aaaa' [4..8|
  39. # | .Match
  40. # | @7
  41. # | (Match|yyy(Match|(Match|t1(Match))(Match|t2(Match))|(Array|224491008)):DDT:-125110
  42. # | 5056)
  43. # `- yyy =>
  44. # | 'aaaa' [4..8|
  45. # | .Match
  46. # | @8 (Match|(Match|t1(Match))(Match|t2(Match))|(Array|224491008):DDT:-1251104244)
  47. # |- 0 => 'aa' [4..6|.Match @9 (Match|t1(Match):DDT:-1251102792)
  48. # | `- t1 => 'aa' [4..6|.Match @10 (Match:DDT:-1251101980)
  49. # `- 1 => 'a' [6..7|.Match @11 (Match|t2(Match):DDT:-1251101216)
  50. # `- t2 => 'a' [6..7|.Match @12 (Match:DDT:-1251100404)
  51.  
  52.  
  53. # Failed test '5 lines: title, top match, 3 sub macthes'
  54. # at t/42_type_Map.t line 23
  55. # expected: '5'
  56. # got: '7'
  57. # 'abc-abc-abc' [0..11|.Match @0 (Match|string(Match|part(Array|224491888)):DDT:-1249277172)
  58. # `- string =>
  59. # | 'abc-abc-abc' [0..11|
  60. # | .Match @1 (Match|part(Array|224491888):DDT:-1249276360)
  61. # |- part => 'abc' [0..3|.Match @2 (Match:DDT:-1249274976)
  62. # |- part => 'abc' [4..7|.Match @3 (Match:DDT:-1249274228)
  63. # `- part => 'abc' [8..11|.Match @4 (Match:DDT:-1249273560)
  64.  
  65.  
  66. # Failed test 'top match'
  67. # at t/42_type_Map.t line 24
  68. # expected: '/"string => 'abc-abc-abc'"/'
  69. # got: ''abc-abc-abc' [0..11|.Match @0 (Match|string(Match|part(Array|224491888)):DDT:-1249277172)
  70. # `- string =>
  71. # | 'abc-abc-abc' [0..11|
  72. # | .Match @1 (Match|part(Array|224491888):DDT:-1249276360)
  73. # |- part => 'abc' [0..3|.Match @2 (Match:DDT:-1249274976)
  74. # |- part => 'abc' [4..7|.Match @3 (Match:DDT:-1249274228)
  75. # `- part => 'abc' [8..11|.Match @4 (Match:DDT:-1249273560)
  76. # '
  77. # 'abc-abc-abc' [0..11|.Match @0 (Match|string(Match|part(Array|224491888)):DDT:-1249277172)
  78. # `- string =>
  79. # | 'abc-abc-abc' [0..11|
  80. # | .Match @1 (Match|part(Array|224491888):DDT:-1249276360)
  81. # |- part => 'abc' [0..3|.Match @2 (Match:DDT:-1249274976)
  82. # |- part => 'abc' [4..7|.Match @3 (Match:DDT:-1249274228)
  83. # `- part => 'abc' [8..11|.Match @4 (Match:DDT:-1249273560)
  84.  
  85. # Looks like you failed 3 tests of 8
  86. t/42_type_Map.t ..............
  87. Dubious, test returned 3 (wstat 768, 0x300)
  88. Failed 3/8 subtests
  89. t/70_sub_interface.t ......... ok
  90. t/71_filter.t ................ ok
  91. t/80_title.t ................. ok
  92. t/81_color.t ................. ok
  93. t/82_max_depth.t ............. ok
  94. t/83_width.t ................. ok
  95.  
  96. Test Summary Report
  97. -------------------
  98. t/42_type_Map.t (Wstat: 768 Tests: 8 Failed: 3)
  99. Failed tests: 2, 4-5
  100. Non-zero exit status: 3
  101. Files=22, Tests=101, 30 wallclock secs ( 0.07 usr 0.02 sys + 28.36 cusr 1.54 csys = 29.99 CPU)
  102. Result: FAIL
  103. The spawned process exited unsuccessfully (exit code: 1)
  104. in sub run-and-gather-output at /root/.rakudobrew/moar-nom/install/share/perl6/site/sources/24811C576EF8F85E7672B26955C802BB2FC94675 line 85
  105. in block at /root/.rakudobrew/moar-nom/install/share/perl6/site/sources/48E2EB9144E069353B240AD2D147B48C65F70152 line 22
  106. in sub indir at /root/.rakudobrew/moar-nom/install/share/perl6/site/sources/24811C576EF8F85E7672B26955C802BB2FC94675 line 20
  107. in method test at /root/.rakudobrew/moar-nom/install/share/perl6/site/sources/48E2EB9144E069353B240AD2D147B48C65F70152 line 5
  108. in method install at /root/.rakudobrew/moar-nom/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A line 156
  109. in method resolve at /root/.rakudobrew/moar-nom/install/share/perl6/site/sources/582CB7486602954A4601BDCE5A0EAC54B05DA58A line 234
  110. in sub MAIN at /root/.rakudobrew/moar-nom/install/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 18
  111. in block <unit> at /root/.rakudobrew/moar-nom/install/share/perl6/site/resources/E0D978079BB5081DE986D058BB8AB08252F05CC8 line 152
Add Comment
Please, Sign In to add comment