From 56852228f4ba5b141c9f1f87df8bd1d77ea319a1 Mon Sep 17 00:00:00 2001 From: Simon Streit Date: Fri, 24 Nov 2023 10:02:26 +0100 Subject: siguix: php-8.1: Remove tests. * siguix/packages/php.scm (php-8.1): [phases]: Remove of test quote and paring_file_too_large. --- siguix/packages/php.scm | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/siguix/packages/php.scm b/siguix/packages/php.scm index 94b0c5c..904da23 100644 --- a/siguix/packages/php.scm +++ b/siguix/packages/php.scm @@ -238,7 +238,14 @@ "ext/gd/tests/bug73272.phpt" ;; Potential unsigned underflow in gdImageScale - "ext/gd/tests/bug77269.phpt")) + "ext/gd/tests/bug77269.phpt" + + ;; quote() returns unquoted string. + "ext/pdo_sqlite/tests/bug81740.phpt" + + ;; Some files are to large to parse. + "ext/tidy/tests/parsing_file_too_large.phpt" + )) ;; Accomodate two extra openssl errors flanking the expected one: ;; random number generator:RAND_{load,write}_file:Cannot open file -- cgit v1.2.3