(Thanks for the quick reply.
Sorry for the noise about
#!/usr/bin/perl
of course we call the right perl)

The new patch seems to be integrated in pu (I tested d08caa8e022f08d)
Test seems to pass, but some noise is on the channel:


Initialized empty Git repository in
/Users/tb/NoBackup/projects/git/git.next/t/trash directory.t9000-addresses/.git/
# run 0: Perl address parsing function (perl
/Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl)
ok 1 - use Git;
ok 2 - same output : Jane
ok 3 - same output : j...@example.com
ok 4 - same output : <j...@example.com>
ok 5 - same output : Jane <j...@example.com>
ok 6 - same output : Jane Doe <j...@example.com>
ok 7 - same output : "Jane" <j...@example.com>
ok 8 - same output : "Doe, Jane" <j...@example.com>
ok 9 - same output : "Jane@:;\>.,()<Doe" <j...@example.com>
ok 10 - same output : Jane!\#$%&'*+-/=?^_{|}~Doe' <j...@example.com>
ok 11 - same output : "<j...@example.com>"
ok 12 - same output : "Jane j...@example.com"
ok 13 - same output : Jane Doe <jdoe    @   example.com  >
ok 14 - same output : Jane       Doe <  j...@example.com  >
ok 15 - same output : Jane @ Doe @ Jane @ Doe
ok 16 - same output : "Jane, 'Doe'" <j...@example.com>
ok 17 - same output : 'Doe, "Jane' <j...@example.com>
ok 18 - same output : "Jane" "Do"e <j...@example.com>
ok 19 - same output : "Jane' Doe" <j...@example.com>
ok 20 - same output : "Jane Doe <j...@example.com>" <j...@example.com>
ok 21 - same output : "Jane\" Doe" <j...@example.com>
ok 22 - same output : Doe, jane <j...@example.com>
ok 23 - same output : "Jane Doe <j...@example.com>
ok 24 - same output : 'Jane 'Doe' <j...@example.com>
not ok 25 - same output : Jane\ Doe <j...@example.com> # TODO known breakage
#   Failed (TODO) test 'same output : Jane\ Doe <j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = '"Jane \ Doe" <j...@example.com>'
#     $expected->[0] = '"Jane\ Doe" <j...@example.com>'
not ok 26 - same output : "Doe, Ja"ne <j...@example.com> # TODO known breakage
#   Failed (TODO) test 'same output : "Doe, Ja"ne <j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = '"Doe, Ja" ne <j...@example.com>'
#     $expected->[0] = '"Doe, Ja ne" <j...@example.com>'
not ok 27 - same output : "Doe, Katarina" Jane <j...@example.com> # TODO known
breakage
#   Failed (TODO) test 'same output : "Doe, Katarina" Jane <j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = '"Doe, Katarina" Jane <j...@example.com>'
#     $expected->[0] = '"Doe, Katarina Jane" <j...@example.com>'
not ok 28 - same output : Jane@:;\.,()<>Doe <j...@example.com> # TODO known 
breakage
#   Failed (TODO) test 'same output : Jane@:;\.,()<>Doe <j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[1] = '\.'
#     $expected->[1] = '"\."'
not ok 29 - same output : Jane j...@example.com # TODO known breakage
#   Failed (TODO) test 'same output : Jane j...@example.com'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = 'Jane'
#     $expected->[0] = 'janej...@example.com'
not ok 30 - same output : <j...@example.com> Jane Doe # TODO known breakage
#   Failed (TODO) test 'same output : <j...@example.com> Jane Doe'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = 'Jane Doe <j...@example.com>'
#     $expected->[0] = 'jdoe@example.comJaneDoe'
not ok 31 - same output : Jane <j...@example.com> Doe # TODO known breakage
#   Failed (TODO) test 'same output : Jane <j...@example.com> Doe'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = 'Jane Doe <j...@example.com>'
#     $expected->[0] = 'Jane <jdoe@example.comDoe>'
not ok 32 - same output : "Jane "Kat"a" ri"na" ",Doe" <j...@example.com> # TODO
known breakage
#   Failed (TODO) test 'same output : "Jane "Kat"a" ri"na" ",Doe"
<j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = '"Jane " Kat "a" ri "na" ",Doe" <j...@example.com>'
#     $expected->[0] = '"Jane  Kat a ri na ,Doe" <j...@example.com>'
not ok 33 - same output : Jane Doe # TODO known breakage
#   Failed (TODO) test 'same output : Jane Doe'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = 'Jane'
#     $expected->[0] = 'Jane Doe'
not ok 34 - same output : Jane "Doe <j...@example.com>" # TODO known breakage
#   Failed (TODO) test 'same output : Jane "Doe <j...@example.com>"'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = 'Jane'
#     $expected->[0] = '"Jane Doe <j...@example.com>"'
not ok 35 - same output : \"Jane Doe <j...@example.com> # TODO known breakage
#   Failed (TODO) test 'same output : \"Jane Doe <j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = '\ " Jane Doe <j...@example.com>'
#     $expected->[0] = '"\"Jane Doe" <j...@example.com>'
not ok 36 - same output : Jane\"\" Doe <j...@example.com> # TODO known breakage
#   Failed (TODO) test 'same output : Jane\"\" Doe <j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = 'Jane \ " \ " Doe <j...@example.com>'
#     $expected->[0] = '"Jane\"\" Doe" <j...@example.com>'
not ok 37 - same output : 'Jane "Katarina\" \' Doe' <j...@example.com> # TODO
known breakage
#   Failed (TODO) test 'same output : 'Jane "Katarina\" \' Doe' 
<j...@example.com>'
#   at /Users/tb/NoBackup/projects/git/git.next/t/t9000/test.pl line 62.
#     Structures begin differing at:
#          $got->[0] = ''Jane " Katarina \ " \ ' Doe' <j...@example.com>'
#     $expected->[0] = '"'Jane  Katarina\" \' Doe'" <j...@example.com>'
1..37
# test_external test Perl address parsing function was ok
# expecting no stderr from previous command
# test_external_without_stderr test no stderr: Perl address parsing function 
was ok


--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to