# New Ticket Created by  Tom Browder 
# Please include the string:  [perl #124167]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124167 >


The Test module almost always reports line 1 for every failure
regardless of which test.  This behavior is seen in the latest
release:

  $ perl6 -v
  This is perl6 version 2015.03-48-g9746e88 built on MoarVM version 2015.03

as well as the previous release.

The behavior can be witnessed by cloning
"https://github.com/tbrowder/Geo-Ellipsoid-perl6.git"; locally and
running:

  $ make test

Two of many failures from one test input:

<quote>

# Failed test at t/02-defaults.t line 1
not ok 8 -

# Failed test at t/02-defaults.t line 1
not ok 9 -

</quote>

-Tom

<tbrowder>

Reply via email to