@@ -1,7 +1,13 @@
--TEST--
Test V8::executeString() : Memory limit
--SKIPIF--
-<?php require_once(dirname(__FILE__) . '/skipif.inc'); ?>
+<?php
+require_once(dirname(__FILE__) . '/skipif.inc');
+
+if (getenv("SKIP_SLOW_TESTS")) {
+ die("skip slow test");
+}
+?>
--FILE--
<?php
$JS = <<< EOT
Test V8::setMemoryLimit() : Memory limit applied to V8Function calls
Test V8::setMemoryLimit() : Memory limit can be imposed later
Test V8::setMemoryLimit() : Memory limit can be set on V8Js object
Test V8::setTimeLimit() : Time limit applied to V8Function calls
Test V8::setTimeLimit() : Time limit can be changed
Test V8::setTimeLimit() : Time limit can be imposed later on
Test V8::setTimeLimit() : Time limit can be prolonged
Test V8::setTimeLimit() : Time limit can be set on V8Js object
Test V8::executeString() : Time limit