diff --git a/t/todo.org b/t/todo.org index ccf11d92..a9b3c8cf 100644 --- a/t/todo.org +++ b/t/todo.org @@ -1,8 +1,9 @@ -* [0/12] tests +* [0/7] tests - 11/1006 ok + Summary: - (less 110 skipped, 883 okay) + Failed 6/1006 subtests + (less 110 skipped subtests: 890 okay) ** TODO ok 1 # skip need better syntax check for python @@ -10,70 +11,6 @@ 109 of these. -** TODO not ok 18 - plugins/zeo/zeo_monitor_: perl syntax check - - Looks like perl -T also sanitizes PERL5LIB, since this is set to - include /usr/share/perl5, where Munin::Plugin is. - -#+BEGIN_EXAMPLE -# Failed test 'plugins/zeo/zeo_monitor_: perl syntax check' -# at t/test.t line 169. -# -# Command: perl -cwT zeo_monitor_ -# -# STDOUT: -# -# -# -# STDERR: -# -# Can't locate Munin/Plugin.pm in @INC (@INC contains: /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4) at zeo_monitor_ line 67. -# BEGIN failed--compilation aborted at zeo_monitor_ line 67. -#+END_EXAMPLE - -** TODO not ok 64 - plugins/virtualization/vmware/esx_: perl syntax check - - Missing perl module. VMware::VIRuntime. Not on CPAN. - -#+BEGIN_EXAMPLE -# Failed test 'plugins/virtualization/vmware/esx_: perl syntax check' -# at t/test.t line 169. -# -# Command: perl -cw esx_ -# -# STDOUT: -# -# -# -# STDERR: -# -# Can't locate VMware/VIRuntime.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at esx_ line 118. -# BEGIN failed--compilation aborted at esx_ line 118. -# -#+END_EXAMPLE -** TODO not ok 109 - plugins/system/swapspace-info: perl syntax check - - Missing Sun::Solaris::Kstat. Not on CPAN - -#+BEGIN_EXAMPLE - -# Failed test 'plugins/system/swapspace-info: perl syntax check' -# at t/test.t line 169. -# -# Command: perl -cw swapspace-info -# -# STDOUT: -# -# -# -# STDERR: -# -# Can't locate Sun/Solaris/Kstat.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at swapspace-info line 74. -# BEGIN failed--compilation aborted at swapspace-info line 74. -# - -#+END_EXAMPLE - ** TODO not ok 110 - plugins/system/solaris-memstat: ksh syntax check Can't see what's wrong here. False positive? @@ -95,28 +32,6 @@ # #+END_EXAMPLE -** TODO not ok 112 - plugins/system/raminfo: perl syntax check - - Missing Sun::Solaris::Kstat. Not on CPAN - -#+BEGIN_EXAMPLE -# Failed test 'plugins/system/raminfo: perl syntax check' -# at t/test.t line 169. -# -# Command: perl -cw raminfo -# -# STDOUT: -# -# -# -# STDERR: -# -# Can't locate Sun/Solaris/Kstat.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at raminfo line 76. -# BEGIN failed--compilation aborted at raminfo line 76. -# -# -#+END_EXAMPLE - ** TODO not ok 191 - plugins/snmp/snmp__webthermometer False positive in "checkbashisms". It looks for $HOSTNAME, which is @@ -251,24 +166,3 @@ not ok 2 - checkbashisms # #+END_EXAMPLE -** TODO not ok 627 - plugins/mythtv/mythtv_status_: perl syntax check - - Missing perl module MythTV, not on CPAN. - -#+BEGIN_EXAMPLE -# Failed test 'plugins/mythtv/mythtv_status_: perl syntax check' -# at t/test.t line 169. -# -# Command: perl -cw mythtv_status_ -# -# STDOUT: -# -# -# -# STDERR: -# -# Can't locate MythTV.pm in @INC (@INC contains: /usr/share/perl5 /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/site_perl/5.14.4 /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4/x86_64-linux /home/travis/perl5/perlbrew/perls/5.14/lib/5.14.4 .) at mythtv_status_ line 74. -# BEGIN failed--compilation aborted at mythtv_status_ line 74. -# -# -#+END_EXAMPLE