From 9c1e1bbc0585c43c46ef450dff42b465af1a97da Mon Sep 17 00:00:00 2001 From: ptarjan Date: Thu, 26 Sep 2013 00:18:05 -0700 Subject: fix many parallel test issues While running these on HHVM I've run into a lot of parallelism issues. I'm backporting all the fixes I had to do in https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650 to php core. Most of these changes were just filenames that were shared between tests, but I did more surgery on the fixed ports. I can apreciate port 31337 as much as the next nerd, but random ports are better for tests. --- ext/spl/tests/SplFileObject_getflags_error002.phpt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/spl/tests/SplFileObject_getflags_error002.phpt') diff --git a/ext/spl/tests/SplFileObject_getflags_error002.phpt b/ext/spl/tests/SplFileObject_getflags_error002.phpt index e2c8255f44..00fd351db8 100644 --- a/ext/spl/tests/SplFileObject_getflags_error002.phpt +++ b/ext/spl/tests/SplFileObject_getflags_error002.phpt @@ -5,9 +5,9 @@ Erwin Poeze --FILE-- setFlags(SplFileObject::READ_CSV); $fo->getFlags('fake'); @@ -15,7 +15,7 @@ $fo->getFlags('fake'); ?> --CLEAN-- --EXPECTF-- Warning: SplFileObject::getFlags() expects exactly 0 parameters, 1 given in %s on line %d -- cgit v1.2.1