Raku / ecosystem-unbitrot

Which modules are not installable?
https://perl6.github.io/ecosystem-unbitrot/
GNU General Public License v3.0
5 stars 4 forks source link

HTML::Tag #414

Open AlexDaniel opened 5 years ago

AlexDaniel commented 5 years ago

Module HTML::Tag cannot be installed (AlwaysFail), perhaps it has some failing tests.

If you can't self-assign yourself or attach a label, please let us know on #perl6 channel on freenode or just leave a comment here. We will try to give you privileges as fast as possible.

Output:

===> Searching for: HTML::Tag
===> Found: HTML::Tag:ver<0.0.1> [via Zef::Repository::Ecosystems<p6c>]
===> Fetching [OK]: HTML::Tag:ver<0.0.1> to /home/alex/Blin/data/zef-data/tmp/1549580945.23217.1258/HTML-Tag.git
===> Extraction [OK]: HTML::Tag to /home/alex/Blin/data/zef-data/store/HTML-Tag.git
===> Testing: HTML::Tag:ver<0.0.1>
# Failed test 'HTML::Tag::p.class and .id both work together'
# at t/0010-html.t line 16
# expected: '<p id="myNAME" class="MYClass">test</p>'
#      got: '<p class="MYClass" id="myNAME">test</p>'
# Failed test 'HTML::Tag::link works'
# at t/0010-html.t line 22
# expected: '<link rel="stylesheet" href="http://mydomain.com" type="text/css">'
#      got: '<link rel="stylesheet" type="text/css" href="http://mydomain.com">'
# Failed test 'HTML::Tag::input works'
# at t/0010-html.t line 49
# expected: '<input min="0" type="text" value="testval">'
#      got: '<input value="testval" type="text" min="0">'
# Failed test 'HTML::Tag::Macro:CSS works'
# at t/0010-html.t line 58
# expected: '<link rel="stylesheet" href="css/file.css" type="text/css">'
#      got: '<link rel="stylesheet" type="text/css" href="css/file.css">'
# Failed test 'HTML::Tag::img works.'
# at t/0010-html.t line 62
# expected: '<img height="150" alt="funny pic" border="0" width="100" src="/img/foo.jpg">'
#      got: '<img border="0" alt="funny pic" src="/img/foo.jpg" width="100" height="150">'
# Looks like you failed 5 tests of 29
t/0010-html.t ... 
Dubious, test returned 5 (wstat 1280, 0x500)
Failed 5/29 subtests 
# Failed test 'HTML::Tag::Macro::Form minimal def'
# at t/0020-form.t line 22
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text"><input name="password" id="form-password" type="text"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form action="/" name="form" method="POST"><input name="username" type="text" id="form-username"><input type="text" id="form-password" name="password"><input type="submit" id="form-submit" name="submit" value="Login"></form>'
# Failed test 'HTML::Tag::Macro::Form autofocus'
# at t/0020-form.t line 32
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text" autofocus><input name="password" id="form-password" type="text"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" name="form" action="/"><input id="form-username" type="text" name="username" autofocus><input name="password" type="text" id="form-password"><input type="submit" id="form-submit" name="submit" value="Login"></form>'
# Failed test 'HTML::Tag::Macro::Form with labels'
# at t/0020-form.t line 36
# expected: '<form method="POST" name="form" action="/"><label for="form-username">Username</label><input name="username" id="form-username" type="text" autofocus><label for="form-password">Password</label><input name="password" id="form-password" type="text"><label for="form-submit">Submit</label><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" name="form" action="/"><label for="form-username">Username</label><input type="text" id="form-username" autofocus name="username"><label for="form-password">Password</label><input id="form-password" type="text" name="password"><label for="form-submit">Submit</label><input value="Login" name="submit" id="form-submit" type="submit"></form>'
# Failed test 'HTML::Tag::Macro::Form with labels excluding one'
# at t/0020-form.t line 47
# expected: '<form method="POST" name="form" action="/"><label for="form-username">Username</label><input name="username" id="form-username" type="text"><label for="form-password">Password</label><input name="password" id="form-password" type="text"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form action="/" name="form" method="POST"><label for="form-username">Username</label><input id="form-username" type="text" name="username"><label for="form-password">Password</label><input type="text" id="form-password" name="password"><input type="submit" id="form-submit" name="submit" value="Login"></form>'
# Failed test 'HTML::Tag::Macro::Form with value test'
# at t/0020-form.t line 54
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text" value="mark"><input name="password" id="form-password" type="text"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" name="form" action="/"><input type="text" id="form-username" name="username" value="mark"><input id="form-password" type="text" name="password"><input id="form-submit" type="submit" value="Login" name="submit"></form>'
# Failed test 'HTML::Tag::Macro::Form with value test password types set no values'
# at t/0020-form.t line 68
# expected: '<form method="POST" name="form" action="/"><label for="form-username">Username</label><input name="username" id="form-username" type="text" value="mark"><label for="form-password">Password</label><input name="password" id="form-password" type="password"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" action="/" name="form"><label for="form-username">Username</label><input id="form-username" type="text" value="mark" name="username"><label for="form-password">Password</label><input name="password" type="password" id="form-password"><input name="submit" value="Login" id="form-submit" type="submit"></form>'
# Failed test 'HTML::Tag::Macro::Form testing before/after tags'
# at t/0020-form.t line 83
# expected: '<form method="POST" name="form" action="/"><label for="form-username">Username</label><input name="username" id="form-username" type="text" value="mark"><br><label for="form-password">Password</label><input name="password" id="form-password" type="password"><span>oofie</span><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" action="/" name="form"><label for="form-username">Username</label><input type="text" id="form-username" value="mark" name="username"><br><label for="form-password">Password</label><input name="password" type="password" id="form-password"><span>oofie</span><input id="form-submit" type="submit" name="submit" value="Login"></form>'
# Failed test 'HTML::Tag::Macro::Form input swallowing'
# at t/0020-form.t line 94
# expected: '<form method="POST" name="form" action="/"><span>oofie<label for="form-username">Username</label><input name="username" id="form-username" type="text" value="mark"></span><label for="form-password">Password</label><input name="password" id="form-password" type="password"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" action="/" name="form"><span>oofie<label for="form-username">Username</label><input name="username" value="mark" id="form-username" type="text"></span><label for="form-password">Password</label><input type="password" id="form-password" name="password"><input type="submit" id="form-submit" value="Login" name="submit"></form>'
# Failed test 'HTML::Tag::Macro::Form required fields'
# at t/0020-form.t line 107
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text" required><input name="password" id="form-password" type="text"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form name="form" action="/" method="POST"><input type="text" id="form-username" required name="username"><input type="text" id="form-password" name="password"><input value="Login" name="submit" type="submit" id="form-submit"></form>'
# Failed test 'HTML::Tag::Macro::Form using individual/normal tag attrs'
# at t/0020-form.t line 119
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" class="pink" type="text"><input name="password" id="blue" type="text"><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form action="/" name="form" method="POST"><input type="text" id="form-username" class="pink" name="username"><input name="password" id="blue" type="text"><input id="form-submit" type="submit" value="Login" name="submit"></form>'
# Failed test 'HTML::Tag::Macro::Form empty textarea'
# at t/0020-form.t line 132
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text"><input name="password" id="form-password" type="text"><textarea name="notes" id="form-notes"></textarea><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form name="form" action="/" method="POST"><input name="username" id="form-username" type="text"><input name="password" type="text" id="form-password"><textarea name="notes" id="form-notes"></textarea><input name="submit" value="Login" type="submit" id="form-submit"></form>'
# Failed test 'HTML::Tag::Macro::Form textarea with text'
# at t/0020-form.t line 146
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text"><input name="password" id="form-password" type="text"><textarea name="notes" id="form-notes">I am a test</textarea><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form method="POST" action="/" name="form"><input name="username" id="form-username" type="text"><input type="text" id="form-password" name="password"><textarea id="form-notes" name="notes">I am a test</textarea><input id="form-submit" type="submit" name="submit" value="Login"></form>'
# Failed test 'HTML::Tag::Macro::Form textarea with text overrides value'
# at t/0020-form.t line 162
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text"><input name="password" id="form-password" type="text"><textarea name="notes" id="form-notes">I am a test</textarea><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form action="/" name="form" method="POST"><input name="username" type="text" id="form-username"><input name="password" id="form-password" type="text"><textarea id="form-notes" name="notes">I am a test</textarea><input value="Login" name="submit" type="submit" id="form-submit"></form>'
# Failed test 'HTML::Tag::Macro::Form textarea values work'
# at t/0020-form.t line 177
# expected: '<form method="POST" name="form" action="/"><input name="username" id="form-username" type="text"><input name="password" id="form-password" type="text"><textarea name="notes" id="form-notes">do not forget</textarea><input name="submit" id="form-submit" type="submit" value="Login"></form>'
#      got: '<form name="form" action="/" method="POST"><input type="text" id="form-username" name="username"><input type="text" id="form-password" name="password"><textarea id="form-notes" name="notes">do not forget</textarea><input type="submit" id="form-submit" value="Login" name="submit"></form>'
# Looks like you failed 14 tests of 23
t/0020-form.t ... 
Dubious, test returned 14 (wstat 3584, 0xe00)
Failed 14/23 subtests 
t/0030-list.t ... ok
t/0040-table.t .. ok

Test Summary Report
-------------------
t/0010-html.t (Wstat: 1280 Tests: 29 Failed: 5)
  Failed tests:  6, 8, 21, 26-27
  Non-zero exit status: 5
t/0020-form.t (Wstat: 3584 Tests: 23 Failed: 14)
  Failed tests:  4-5, 7-8, 10, 12, 14, 16, 18-23
  Non-zero exit status: 14
Files=4, Tests=74, 19 wallclock secs ( 0.04 usr  0.01 sys + 17.62 cusr  0.86 csys = 18.53 CPU)
Result: FAIL
===> Testing [FAIL]: HTML::Tag:ver<0.0.1>
Failed to get passing tests, but continuing with --force-test
===> Installing: HTML::Tag:ver<0.0.1>
===> Install [OK] for HTML::Tag:ver<0.0.1>

Ping @adaptiveoptics

Previous ticket: #196

AlexDaniel commented 5 years ago

PR: https://github.com/adaptiveoptics/HTML-Tag/pull/4