Guest User

Untitled

a guest
May 26th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.97 KB | None | 0 0
  1. PERL_DL_NONLAZY=1 /usr/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib/lib', 'blib/arch')" t/*.t
  2. t/00-load.t ....... ok
  3. t/01-basic.t ...... ok
  4. t/02-tuple.t ...... ok
  5. t/03-dict.t ....... ok
  6. t/04-combined.t ... ok
  7. t/04-map.t ........ ok
  8. t/05-advanced.t ... ok
  9.  
  10. # Failed test 'MyDict2 is_a_type_of MyDict4'
  11. # at t/06-api.t line 112.
  12.  
  13. # Failed test 'tuple of tuple'
  14. # at t/06-api.t line 127.
  15.  
  16. # Failed test 'tuple of tuple'
  17. # at t/06-api.t line 128.
  18.  
  19. # Failed test 'tuple of tuple'
  20. # at t/06-api.t line 129.
  21.  
  22. # Failed test 'MyDict1 is_subtype_of MyDict4'
  23. # at t/06-api.t line 133.
  24. # Looks like you failed 5 tests of 88.
  25. t/06-api.t ........
  26. Dubious, test returned 5 (wstat 1280, 0x500)
  27. Failed 5/88 subtests
  28. t/07-coerce.t ..... ok
  29. t/08-examples.t ... skipped: Tests require MooseX::Types::DateTime
  30. t/09-optional.t ... ok
  31. t/10-recursion.t .. ok
  32. t/11-overflow.t ... ok
  33.  
  34. # Failed test 'Wrong basic type'
  35. # at t/12-error.t line 25.
  36. # 'Validation failed for 'simple_tuple' with value { a: 1, b: 2 }'
  37. # doesn't match '(?-xism:Validation failed for 'simple_tuple' failed with value { a: 1, b: 2 })'
  38.  
  39. # Failed test 'Correctly failed due to "a" not an Int'
  40. # at t/12-error.t line 29.
  41. # 'Validation failed for 'simple_tuple' with value [ "a", "b" ], Internal Validation Error is: Validation failed for 'Int' with value a'
  42. # doesn't match '(?-xism:failed for 'simple_tuple' failed with value \[ "a", "b" \])'
  43.  
  44. # Failed test 'Correctly failed due to object not a Str'
  45. # at t/12-error.t line 33.
  46. # 'Validation failed for 'simple_tuple' with value [ 1, MooseX::Meta::TypeConstraint::Structured{ coercion: MooseX::Meta::TypeCoercion::Structured=HASH(0x1961268), compiled_type_constraint: CODE(0x1961208), constraint: CODE(0x1294da8), constraint_generator: CODE(0x1952f88), name: "simple_tuple", package_defined_in: "main", ... } ], Internal Validation Error is: Validation failed for 'Str' with value MooseX::Meta::TypeConstraint::Structured=HASH(0x1961178)'
  47. # doesn't match '(?-xism:Validation failed for 'simple_tuple' failed with value \[ 1, MooseX::Meta::TypeConstraint::Structured)'
  48.  
  49. # Failed test 'Not enought values'
  50. # at t/12-error.t line 37.
  51. # 'Validation failed for 'simple_tuple' with value [ 1 ], Internal Validation Error is: Validation failed for 'Str' with value NULL'
  52. # doesn't match '(?-xism:Validation failed for 'Str' failed with value NULL)'
  53.  
  54. # Failed test 'Wrong basic type'
  55. # at t/12-error.t line 47.
  56. # 'Validation failed for 'simple_dict' with value [ 1, 2 ]'
  57. # doesn't match '(?-xism: failed with value \[ 1, 2 \])'
  58.  
  59. # Failed test 'Correctly failed due to age not an Int'
  60. # at t/12-error.t line 51.
  61. # 'Validation failed for 'simple_dict' with value { age: "a", name: "John" }, Internal Validation Error is: Validation failed for 'Int' with value a'
  62. # doesn't match '(?-xism:failed for 'Int' failed with value a)'
  63.  
  64. # Failed test 'Correctly failed due to object not a Str'
  65. # at t/12-error.t line 55.
  66. # 'Validation failed for 'simple_dict' with value { age: 1, name: MooseX::Meta::TypeConstraint::Structured{ coercion: MooseX::Meta::TypeCoercion::Structured=HASH(0x19674b8), compiled_type_constraint: CODE(0x19676b0), constraint: CODE(0x1294da8), constraint_generator: CODE(0x1953c30), name: "simple_dict", package_defined_in: "main", ... } }, Internal Validation Error is: Validation failed for 'Str' with value MooseX::Meta::TypeConstraint::Structured=HASH(0x19676c8)'
  67. # doesn't match '(?-xism:failed with value { age: 1, name: MooseX:)'
  68.  
  69. # Failed test 'Not enought values'
  70. # at t/12-error.t line 59.
  71. # 'Validation failed for 'simple_dict' with value { name: "John" }, Internal Validation Error is: Validation failed for 'Int' with value NULL'
  72. # doesn't match '(?-xism:failed for 'Int' failed with value NULL)'
  73.  
  74. # Failed test 'Wrong basic type'
  75. # at t/12-error.t line 72.
  76. # 'Validation failed for 'optional_tuple' with value { a: 1, b: 2 }'
  77. # doesn't match '(?-xism:Validation failed for 'optional_tuple' failed with value { a: 1, b: 2 })'
  78.  
  79. # Failed test 'Correctly failed due to "a" not an Int'
  80. # at t/12-error.t line 76.
  81. # 'Validation failed for 'optional_tuple' with value [ "a", "b" ], Internal Validation Error is: Validation failed for 'Int' with value a'
  82. # doesn't match '(?-xism:failed for 'Int' failed with value a)'
  83.  
  84. # Failed test 'Correctly failed due to object not a Str'
  85. # at t/12-error.t line 80.
  86. # 'Validation failed for 'optional_tuple' with value [ 1, MooseX::Meta::TypeConstraint::Structured{ coercion: MooseX::Meta::TypeCoercion::Structured=HASH(0x1961268), compiled_type_constraint: CODE(0x1961208), constraint: CODE(0x1294da8), constraint_generator: CODE(0x1952f88), name: "simple_tuple", package_defined_in: "main", ... } ], Internal Validation Error is: Validation failed for 'MooseX::Types::Structured::Optional[Str]' with value MooseX::Meta::TypeConstraint::Structured=HASH(0x1961178)'
  87. # doesn't match '(?-xism:failed for 'MooseX::Types::Structured::Optional\[Str\]' failed with value MooseX)'
  88.  
  89. # Failed test 'Wrong basic type'
  90. # at t/12-error.t line 88.
  91. # 'Validation failed for 'optional_dict' with value [ 1, 2 ]'
  92. # doesn't match '(?-xism: failed with value \[ 1, 2 \])'
  93.  
  94. # Failed test 'Correctly failed due to age not an Int'
  95. # at t/12-error.t line 92.
  96. # 'Validation failed for 'optional_dict' with value { age: "a", name: "John" }, Internal Validation Error is: Validation failed for 'MooseX::Types::Structured::Optional[Int]' with value a'
  97. # doesn't match '(?-xism:Validation failed for 'MooseX::Types::Structured::Optional\[Int\]' failed with value a)'
  98.  
  99. # Failed test 'Correctly failed due to object not a Str'
  100. # at t/12-error.t line 96.
  101. # 'Validation failed for 'optional_dict' with value { age: 1, name: MooseX::Meta::TypeConstraint::Structured{ coercion: MooseX::Meta::TypeCoercion::Structured=HASH(0x19674b8), compiled_type_constraint: CODE(0x19676b0), constraint: CODE(0x1294da8), constraint_generator: CODE(0x1953c30), name: "simple_dict", package_defined_in: "main", ... } }, Internal Validation Error is: Validation failed for 'Str' with value MooseX::Meta::TypeConstraint::Structured=HASH(0x19676c8)'
  102. # doesn't match '(?-xism:failed with value { age: 1, name: MooseX:)'
  103. # Looks like you failed 14 tests of 25.
  104. t/12-error.t ......
  105. Dubious, test returned 14 (wstat 3584, 0xe00)
  106. Failed 14/25 subtests
  107. t/bug-optional.t .. ok
  108.  
  109. Test Summary Report
  110. -------------------
  111. t/06-api.t (Wstat: 1280 Tests: 88 Failed: 5)
  112. Failed tests: 46, 56-58, 61
  113. Non-zero exit status: 5
  114. t/12-error.t (Wstat: 3584 Tests: 25 Failed: 14)
  115. Failed tests: 5-8, 10-13, 15-17, 19-21
  116. Non-zero exit status: 14
  117. Files=15, Tests=319, 3 wallclock secs ( 0.04 usr 0.01 sys + 2.63 cusr 0.28 csys = 2.96 CPU)
  118. Result: FAIL
  119. Failed 2/15 test programs. 19/319 subtests failed.
  120. make: *** [test_dynamic] Error 255
Add Comment
Please, Sign In to add comment