aude added a comment. problem appears to be with how setlocale works on hhvm https://github.com/facebook/hhvm/issues/5562
this is used when compiling less into css, and is invoked in one of the providers in ResourcesTest (structure test) . Providers are invoked during setup of the test suite, when --group is used. https://github.com/leafo/lessphp/blob/master/lessc.inc.php#L1883-L1904 I can work around this issue by explicitly setting the LC_ALL environment variable, which is probably a good idea anyway. TASK DETAIL https://phabricator.wikimedia.org/T111392 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: aude Cc: aude, Aklapper, Wikidata-bugs _______________________________________________ Wikidata-bugs mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikidata-bugs
