From c641825c64e42627a2c9cac969b371ed532e0b57 Mon Sep 17 00:00:00 2001 From: Ryan Sundberg Date: Mon, 4 Oct 2021 20:12:25 -0700 Subject: [PATCH] Zend/tests/bug74093.phpt: Fix failing test case This test case fails (on non-Windows hosts, where it is enabled) due to mismatching output in the error log language. This fixes the expectation, and also rewrites the test procedure in a more stable fashion. The objective of the test case is to run a program that exceeds the max_execution_time and verify that the process was aborted. The previous implementation tested this using a loop on array_intersect with large enough inputs to "probably" take enough time to trigger max_execution_time to abort it. With faster CPUs, over time this test can become flaky. Instead we simply spin a loop until enough wall clock time has passed to check our assertion. --- Zend/tests/bug74093.phpt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Zend/tests/bug74093.phpt b/Zend/tests/bug74093.phpt index 7f20285805..32eb445ddc 100644 --- a/Zend/tests/bug74093.phpt +++ b/Zend/tests/bug74093.phpt @@ -1,5 +1,5 @@ --TEST-- -Bug #74093 (Maximum execution time of n+2 seconds exceed not written in error_log) +Bug #74093 (Maximum execution time exceeded not written in error_log) --SKIPIF-- --EXPECTF-- -Fatal error: Maximum execution time of 1+1 seconds exceeded %s +Fatal error: Maximum execution time of 1 second exceeded in %s -- 2.31.1 lue='author'>author
path: root/po/doc/guix-manual.fa.po
AgeCommit message (Expand)Author
2022-01-09nls: Update translations....* po/doc/guix-cookbook.fi.po: New file. * po/doc/guix-manual.fi.po: New file. * po/doc/local.mk: Add them. * doc/local.mk: Add them. * po/guix/fi.po: New file. * po/guix/LINGUAS: Add it. Julien Lepiller
2021-12-04nls: Update translations.Julien Lepiller
2021-11-06nls: Update translations....* po/doc/guix-cookbook.es.po: New file. * po/doc/local.mk: Add 'es' cookbook. * doc/local.mk: Add 'es' cookbook. Julien Lepiller
2021-10-17nls: Update translations.Julien Lepiller
2021-09-02nls: Update translations....* po/packages/it.po: New file. * po/packages/LINGUAS: Add `it'. * po/*/*.po: Update translations. Julien Lepiller
2021-08-04nls: Update translations....* po/doc/guix-cookbook.ru.po: New file. * po/doc/guix-cookbook.sk.po: New file. * po/*/*.po: Update translations. * doc/local.mk (COOKBOOK_LANGUAGES): Add ru and sk. (info_TEXINFOS): Add Russian and Slovak cookbooks. * po/doc/local.mk (DOC_COOKBOOK_PO_FILES): Add Russian and Slovak po files. Julien Lepiller
2021-05-11nls: Update translations.Maxim Cournoyer
2021-05-10nls: Update translations.Maxim Cournoyer
2021-04-18nls: Add Persian translation....* po/packages/fa.po: New file. * po/packages/LINGUAS: Add 'fa'. * po/doc/guix-cookbook.fa.po: New file. * po/doc/guix-manual.fa.po: New file. * po/doc/local.mk (DOC_PO_FILES, DOC_COOKBOOK_PO_FILES): Add them. * doc/local.mk (info_TEXINFOS): Add them. Julien Lepiller