Subject: | t/_is_simple_or_array_of_simple_or_hash_of_simple.t may fail |
On some of my smokers:
...
# Failed test 'result'
# at t/_is_simple_or_array_of_simple_or_hash_of_simple.t line 126.
# Structures begin differing at:
# $got->[4]{examples} = ARRAY(0x800e4edc8)
# $expected->[4]{examples} = Does not exist
# [
# 1,
# 0,
# 0,
# 'int',
# {
# 'examples' => [
# {
# 'data' => 1,
# 'valid' => 1
# },
# {
# 'data' => 0,
# 'valid' => 0
# },
# {
# 'data' => -1,
# 'valid' => 0
# }
# ],
# 'min' => 1,
# 'summary' => 'Positive integer (1, 2, ...)'
# },
# undef
# ]
# Looks like you failed 1 test of 1.
# Failed test 'based on simple type'
# at t/_is_simple_or_array_of_simple_or_hash_of_simple.t line 128.
# Looks like you failed 1 test of 4.
# Failed test 'simple'
# at t/_is_simple_or_array_of_simple_or_hash_of_simple.t line 36.
# Looks like you failed 1 test of 3.
t/_is_simple_or_array_of_simple_or_hash_of_simple.t ..
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
...