Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing Tk with perl 5.26 on Ubuntu 17.04: failed test in listbox.t #29

Open
hakonhagland opened this issue Jul 8, 2017 · 2 comments

Comments

@hakonhagland
Copy link

$ cpanm Tk
[...]
  t/list.t ..................... ok

#   Failed test at t/listbox.t line 757.
#          got: '0'
#     expected: '1'
# Looks like you failed 1 test of 537.
t/listbox.t ..................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/537 subtests
        (less 81 skipped subtests: 455 okay)
        (3 TODO tests unexpectedly succeeded)

not ok 501 # TODO Not yet implemented in Perl/Tk
#   Failed (TODO) test at listbox.t line 2014.
#     Structures begin differing at:
#          $got->[0] = Does not exist
#     $expected->[0] = '2'

The complete build log file is available here
build.log.txt

@eserte
Copy link
Owner

eserte commented Jul 9, 2017

Is this with the standard Ubuntu window manager?
Can the failure be reproduced every time?

@hakonhagland
Copy link
Author

Hi. Yes this is the standard Unity 7 window manager in Ubuntu. No, I was not able to reproduce the error.
I first installed it without testing cpanm --notest Tk, then I uninstalled Tk to check if I could reproduce:

$ cpanm --uninstall Tk
$ cpanm Tk

Now, there was no failed test anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants