Skip to content

Commit 8e2c08c

Browse files
committed
Mark Windows mail tests as conflicting
These tests are not (yet) supposed to be run in parallel.
1 parent b0c1773 commit 8e2c08c

10 files changed

+20
-0
lines changed

ext/standard/tests/mail/bug72964.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #72964 (White space not unfolded for CC/Bcc headers)
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if (PHP_OS_FAMILY !== 'Windows') die('skip Windows only test');

ext/standard/tests/mail/bug80706.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #72964 (White space not unfolded for CC/Bcc headers)
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if (PHP_OS_FAMILY !== 'Windows') die('skip Windows only test');

ext/standard/tests/mail/bug80751.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Bug #80751 (Comma in recipient name breaks email delivery)
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if (PHP_OS_FAMILY !== 'Windows') die('skip Windows only test');

ext/standard/tests/mail/mail_basic_alt1-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79

ext/standard/tests/mail/mail_basic_alt2-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if( substr(PHP_OS, 0, 3) != 'WIN' ) {

ext/standard/tests/mail/mail_basic_alt3-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if( substr(PHP_OS, 0, 3) != 'WIN' ) {

ext/standard/tests/mail/mail_basic_alt4-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if( substr(PHP_OS, 0, 3) != 'WIN' ) {

ext/standard/tests/mail/mail_variation_alt1-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if( substr(PHP_OS, 0, 3) != 'WIN' ) {

ext/standard/tests/mail/mail_variation_alt2-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if( substr(PHP_OS, 0, 3) != 'WIN' ) {

ext/standard/tests/mail/mail_variation_alt3-win32.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
Test mail() function : basic functionality
33
--EXTENSIONS--
44
imap
5+
--CONFLICTS--
6+
imap
57
--SKIPIF--
68
<?php
79
if( substr(PHP_OS, 0, 3) != 'WIN' ) {

0 commit comments

Comments
 (0)