-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
The test suite fails on one of my smokers like this:
#
# AUTHOR_TESTING: <undef>
# AUTOMATED_TESTING: 1
# EXTENDED_TESTING: <undef>
# NO_TODO: <undef>
# TEST_DIR: <undef>
# NO_SHORT_CIRCUIT: <undef>
#
# Failed test 'evaluation result is incorrect'
# at t/additional-tests-draft4.t line 36.
# expected true; got false
# data: "-9223372036854775809.0"
# schema: "{\"$comment\":\"on some architectures, some of these values may decode to strings\",\"type\":\"integer\"}"
# result: 0
# Failed test 'integers.json: "type checks" - "beyond int64 lower boundary"'
# at t/additional-tests-draft4.t line 36.
#
#
# generated with: Test::JSON::Schema::Acceptance 1.026
# specification version: draft4
# using custom test directory: t/additional-tests-draft4
# optional tests included: yes
#
# filename pass todo-fail fail
# ---------------------------------------------------------------
# format-date-time.json 4 0 0
# format-ipv4.json 4 0 0
# format-ipv6.json 17 0 0
# id.json 3 0 0
# integers.json 28 0 1
# type.json 4 0 0
# ---------------------------------------------------------------
# TOTAL 60 0 1
#
# WARNING: some non-optional tests are failing! This implementation is not fully compliant with the specification!
#
# Looks like you failed 1 test of 63.
t/additional-tests-draft4.t .............
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/63 subtests
This is on arm64 (aarch64) system where perl was compiled with -Duselongdouble.
Metadata
Metadata
Assignees
Labels
No labels