some test must run in separate process under because of HHVM

This commit is contained in:
uwetews
2015-10-18 05:41:46 +02:00
parent 538ffd3af2
commit 48b7147869
6 changed files with 39 additions and 28 deletions

View File

@@ -369,7 +369,7 @@ class CacheResourceTestCommon extends PHPUnit_Smarty
} }
/** /**
* Test * Test
* @run inSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider data * @dataProvider data
* *

View File

@@ -102,6 +102,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
/** /**
* test grandchild/child/parent dependency test2 * test grandchild/child/parent dependency test2
* @runInSeparateProcess
* @preserveGlobalState disabled
* *
*/ */
public function testCompileBlockGrandChildMustCompile_021_2() public function testCompileBlockGrandChildMustCompile_021_2()
@@ -124,6 +126,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
/** /**
* test grandchild/child/parent dependency test3 * test grandchild/child/parent dependency test3
* @runInSeparateProcess
* @preserveGlobalState disabled
* *
*/ */
public function testCompileBlockGrandChildMustCompile_021_3() public function testCompileBlockGrandChildMustCompile_021_3()
@@ -146,6 +150,8 @@ class ExtendsResourceTest extends PHPUnit_Smarty
/** /**
* test grandchild/child/parent dependency test4 * test grandchild/child/parent dependency test4
* @runInSeparateProcess
* @preserveGlobalState disabled
* *
*/ */
public function testCompileBlockGrandChildMustCompile_021_4() public function testCompileBlockGrandChildMustCompile_021_4()

View File

@@ -109,7 +109,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -125,7 +125,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -142,7 +142,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -158,7 +158,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -175,7 +175,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -191,7 +191,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -208,7 +208,7 @@ class RegisterBlockTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */

View File

@@ -75,7 +75,7 @@ class RegisterFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -90,7 +90,7 @@ class RegisterFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */
@@ -106,7 +106,7 @@ class RegisterFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @run InSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* *
*/ */

View File

@@ -446,6 +446,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
/** /**
* test grandchild/child/parent dependency test2 * test grandchild/child/parent dependency test2
* @runInSeparateProcess
* @preserveGlobalState disabled
* *
*/ */
public function testCompileBlockGrandChildMustCompile_021_2() public function testCompileBlockGrandChildMustCompile_021_2()
@@ -469,6 +471,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
/** /**
* test grandchild/child/parent dependency test3 * test grandchild/child/parent dependency test3
* @runInSeparateProcess
* @preserveGlobalState disabled
* *
*/ */
public function testCompileBlockGrandChildMustCompile_021_3() public function testCompileBlockGrandChildMustCompile_021_3()
@@ -492,7 +496,8 @@ class CompileBlockExtendsTest extends PHPUnit_Smarty
/** /**
* test grandchild/child/parent dependency test4 * test grandchild/child/parent dependency test4
* * @runInSeparateProcess
* @preserveGlobalState disabled
*/ */
public function testCompileBlockGrandChildMustCompile_021_4() public function testCompileBlockGrandChildMustCompile_021_4()
{ {

View File

@@ -24,7 +24,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
$this->cleanDirs(); $this->cleanDirs();
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call tag * test simple function call tag
@@ -38,7 +38,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call tag cached * test simple function call tag cached
@@ -52,7 +52,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call tag cached * test simple function call tag cached
@@ -67,7 +67,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call tag cached no cache default variable * test simple function call tag cached no cache default variable
@@ -97,7 +97,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderCaching * @dataProvider functionProviderCaching
* test simple function call tag plugin * test simple function call tag plugin
@@ -112,7 +112,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call tag plugin nocache * test simple function call tag plugin nocache
@@ -129,7 +129,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call tag 2 * test simple function call tag 2
@@ -142,7 +142,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
* test simple function call recursive * test simple function call recursive
@@ -153,7 +153,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
* test inherited function call tag * test inherited function call tag
@@ -166,7 +166,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
* test function definition in include * test function definition in include
@@ -181,7 +181,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
* test external function definition cached * test external function definition cached
@@ -199,7 +199,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
* test external function definition cached 2 * test external function definition cached 2
@@ -218,7 +218,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
* test external function definition nocache call * test external function definition nocache call
@@ -236,7 +236,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
} }
/** /**
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
* test external function definition nocache call 2 * test external function definition nocache call 2
@@ -257,7 +257,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/** /**
* test external function definition nocache call 3 * test external function definition nocache call 3
* *
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProviderInline * @dataProvider functionProviderInline
*/ */
@@ -276,7 +276,7 @@ class CompileFunctionTest extends PHPUnit_Smarty
/** /**
* test external defined recursion * test external defined recursion
* *
* @runinSeparateProcess * @runInSeparateProcess
* @preserveGlobalState disabled * @preserveGlobalState disabled
* @dataProvider functionProvider * @dataProvider functionProvider
*/ */