Slaven Rezić
Slaven Rezić
The t/mysql/* tests fail on most of my smokers: ``` Can't call method "dsn" on an undefined value at t/lib/Test/Fixture/DBI/Connector/mysql.pm line 32. t/mysql/construct_database.t ........ Dubious, test returned 2 (wstat 512,...
The test suite started to fail on my smoker systems: ``` ... # Failed test 'Page accessed with path /foo.html IS cached' # at t/005_site.t line 90. ... # Failed...
On some of my smoker systems (e.g. CentOS 7): ``` # Testing git version: 1.8.3.1 # Failed test 'Nothing is changed after rename-add' # at t/statuses.t line 130. # got:...
See subject. An overview of test reports: http://matrix.cpantesters.org/?dist=Devel-Trepan%20v1.0.1
In perl 5.26 the dot is not anymore part of `@INC`. This is causing build failures, currently only if done from commandline (CPAN.pm et al. have hacks to prevent this...
``` $ perl -MHTTP::BrowserDetect -E 'say HTTP::BrowserDetect->new(shift)->browser_version' "Mozilla/5.0 (Linux; Android 6.0.1; Nexus 5X Build/MMB29P) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/41.0.2272.96 Mobile Safari/537.36 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)" 2.1 ``` I would expect "41.0"...
There seem to be a number of "Chrome Mobile" browsers which have a "CrMo" bit in their user agent strings. From my access.log files: ``` "Mozilla/5.0 (Linux; U; Android 4.0.1;...
Sometimes t/parent_and_child_fds_match.t fails like this: ``` # Failed test 'child process exited with success status' # at t/parent_and_child_fds_match.t line 63. # Looks like you failed 1 test of 3. t/parent_and_child_fds_match.t...
The test suite fails on most smoker systems: http://matrix.cpantesters.org/?dist=ETL-Yertl;reports=1#sl=7,1 It seems that most of the time (or always?) ysql.t is failing. Looking a little bit into the test script it...
Most tests fail if running `make test PERL_USE_UNSAFE_INC=0` on a newer perl (e.g. 5.27.7) like this: ``` t/loaders/json.t ............... Can't locate t/Utils.pm in @INC (you may need to install the...