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

Test suite fails on redhat-based linux distributions #4

Open
eserte opened this issue Dec 27, 2018 · 2 comments
Open

Test suite fails on redhat-based linux distributions #4

eserte opened this issue Dec 27, 2018 · 2 comments

Comments

@eserte
Copy link

eserte commented Dec 27, 2018

On my CentOS 6, CentOS 7 and Fedora 28 smokers I see the test suite failing like this:

t/line.t at t/lib/VimTest.pm line 7.
-e at t/lib/VimTest.pm line 7.t/line.t ............... 
No subtests run 
t/range.t at t/lib/VimTest.pm line 7.
-e at t/lib/VimTest.pm line 7.t/range.t .............. 
No subtests run 
t/synopsis.t at t/lib/VimTest.pm line 7.
-e at t/lib/VimTest.pm line 7.t/synopsis.t ........... 
No subtests run 
t/vim-x.t at t/lib/VimTest.pm line 7.
@yanick
Copy link
Owner

yanick commented Dec 30, 2018

Can you try one of the failing smokers with the code in the branch at https://github.com/yanick/Vim-X/tree/no-x? I've changed the call to vim in the tests to disable all X11 stuff, which might be the problem.

@eserte
Copy link
Author

eserte commented Dec 30, 2018

I tried e2e82bf on a fedora 28 system with perl 5.28.0 and it does not improve:

$ /opt/perl-5.28.0/bin/dzil test
...
t/00-report-prereqs.t .. ok   
t/line.t ............... t/line.t at t/lib/VimTest.pm line 7.
t/line.t ............... No subtests run 
t/range.t .............. t/range.t at t/lib/VimTest.pm line 7.
t/range.t .............. No subtests run 
t/synopsis.t ........... t/synopsis.t at t/lib/VimTest.pm line 7.
t/synopsis.t ........... No subtests run 
t/vim-x.t .............. t/vim-x.t at t/lib/VimTest.pm line 7.
t/vim-x.t .............. No subtests run 

Test Summary Report
-------------------
t/line.t             (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/range.t            (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/synopsis.t         (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
t/vim-x.t            (Wstat: 0 Tests: 0 Failed: 0)
  Parse errors: No plan found in TAP output
Files=6, Tests=9,  1 wallclock secs ( 0.01 usr  0.02 sys +  0.92 cusr  0.15 csys =  1.10 CPU)
Result: FAIL
Failed 4/6 test programs. 0/9 subtests failed.
make: *** [Makefile:883: test_dynamic] Error 255
error running make test

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