mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-09 16:28:41 +00:00
disable timezones.phpt test, currently known broken, refs #378
This commit is contained in:
parent
8a1803f9b0
commit
a67253477b
@ -1,6 +1,8 @@
|
|||||||
--TEST--
|
--TEST--
|
||||||
Test V8::executeString() : Check timezone handling
|
Test V8::executeString() : Check timezone handling
|
||||||
--SKIPIF--
|
--SKIPIF--
|
||||||
|
SKIP test currently broken, see #378
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
|
if(strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
|
||||||
die('SKIP TZ not handled by v8 on Windows');
|
die('SKIP TZ not handled by v8 on Windows');
|
||||||
|
Loading…
Reference in New Issue
Block a user