Skip to content

Commit

Permalink
Skip tests on 32-bit
Browse files Browse the repository at this point in the history
  • Loading branch information
derickr committed Jun 17, 2022
1 parent 36990aa commit b23dfe4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ext/date/tests/bug77243-001.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #77243 (Weekdays are calculated incorrectly for negative years)
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
--FILE--
<?php
date_default_timezone_set('UTC');
Expand Down
2 changes: 2 additions & 0 deletions ext/date/tests/bug77243-002.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #77243 (Weekdays are calculated incorrectly for negative years)
--SKIPIF--
<?php if (PHP_INT_SIZE != 8) die("skip 64-bit only"); ?>
--FILE--
<?php
date_default_timezone_set('UTC');
Expand Down

0 comments on commit b23dfe4

Please sign in to comment.