File: Yaml-Drop-data-set-currently-failing-on-i386.patch

package info (click to toggle)
symfony 7.3.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 129,560 kB
  • sloc: php: 1,503,693; xml: 6,816; javascript: 1,043; sh: 586; makefile: 241; pascal: 70
file content (28 lines) | stat: -rw-r--r-- 1,717 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From: =?utf-8?q?David_Pr=C3=A9vot?= <david@tilapin.org>
Date: Mon, 23 Dec 2024 14:16:29 +0100
Subject: [Yaml] Drop data set currently failing on i386

---
 src/Symfony/Component/Yaml/Tests/InlineTest.php | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/Symfony/Component/Yaml/Tests/InlineTest.php b/src/Symfony/Component/Yaml/Tests/InlineTest.php
index 7d787af..6e8a0c5 100644
--- a/src/Symfony/Component/Yaml/Tests/InlineTest.php
+++ b/src/Symfony/Component/Yaml/Tests/InlineTest.php
@@ -365,7 +365,6 @@ class InlineTest extends TestCase
             ['2007-10-30T02:59:43Z', gmmktime(2, 59, 43, 10, 30, 2007)],
             ['2007-10-30 02:59:43 Z', gmmktime(2, 59, 43, 10, 30, 2007)],
             ['1960-10-30 02:59:43 Z', gmmktime(2, 59, 43, 10, 30, 1960)],
-            ['1730-10-30T02:59:43Z', \PHP_INT_SIZE === 4 ? '-7547547617' : gmmktime(2, 59, 43, 10, 30, 1730)],
 
             ['"a \\"string\\" with \'quoted strings inside\'"', 'a "string" with \'quoted strings inside\''],
             ["'a \"string\" with ''quoted strings inside'''", 'a "string" with \'quoted strings inside\''],
@@ -439,7 +438,6 @@ class InlineTest extends TestCase
             ['2007-10-30T02:59:43Z', gmmktime(2, 59, 43, 10, 30, 2007)],
             ['2007-10-30 02:59:43 Z', gmmktime(2, 59, 43, 10, 30, 2007)],
             ['1960-10-30 02:59:43 Z', gmmktime(2, 59, 43, 10, 30, 1960)],
-            ['1730-10-30T02:59:43Z', \PHP_INT_SIZE === 4 ? '-7547547617' : gmmktime(2, 59, 43, 10, 30, 1730)],
 
             ['"a \\"string\\" with \'quoted strings inside\'"', 'a "string" with \'quoted strings inside\''],
             ["'a \"string\" with ''quoted strings inside'''", 'a "string" with \'quoted strings inside\''],