Skip to content

Commit 9868c17

Browse files
committed
Mark CP932 and CP51932 encoding tests as 'slow tests'
1 parent e245985 commit 9868c17

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ext/mbstring/tests/cp51932_encoding.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Exhaustive test of CP51932 encoding verification and conversion
33
--EXTENSIONS--
44
mbstring
5+
--SKIPIF--
6+
<?php
7+
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
8+
?>
59
--FILE--
610
<?php
711
srand(2020); /* Make results consistent */

ext/mbstring/tests/cp932_encoding.phpt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
Exhaustive test of CP932 encoding verification and conversion
33
--EXTENSIONS--
44
mbstring
5+
--SKIPIF--
6+
<?php
7+
if (getenv("SKIP_SLOW_TESTS")) die("skip slow test");
8+
?>
59
--FILE--
610
<?php
711
srand(4321); /* Make results consistent */

0 commit comments

Comments
 (0)