Skip to content

Instantly share code, notes, and snippets.

@jeffchan
Created April 16, 2014 04:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeffchan/10808805 to your computer and use it in GitHub Desktop.
Save jeffchan/10808805 to your computer and use it in GitHub Desktop.
upgrade-timelib-5.6
root@li687-30:~/dev/hhvm# hphp/test/run -l hphp/test/quick hphp/test/slow hphp/test/zend/good/
Running 10277 tests in 9 threads
FAILED: hphp/test/slow/ext_datetime/strftime.php
--- hphp/test/slow/ext_datetime/strftime.php.expect-trimmed 2014-04-16 04:27:32.000000000 +0000
+++ hphp/test/slow/ext_datetime/strftime.php.out 2014-04-16 04:27:32.000000000 +0000
@@ -1,5 +1,4 @@
string(9) "Wednesday"
-string(20) " in German Mittwoch."
string(12) "52,2002,2002"
string(12) "01,2003,2002"
string(12) "01,2003,2003"
FAILED: hphp/test/slow/ext_imagick/php_imagick_tests/bug20636.php
--- hphp/test/slow/ext_imagick/php_imagick_tests/bug20636.php.expectf 2014-02-27 20:23:02.000000000 +0000
+++ hphp/test/slow/ext_imagick/php_imagick_tests/bug20636.php.out 2014-04-16 04:27:40.000000000 +0000
@@ -1 +1 @@
-success
+Magick: unable to acquire cache view `No such file or directory' @ fatal/cache-view.c/AcquireAuthenticCacheView/121.
\ No newline at end of file
FAILED: hphp/test/slow/locale/176.php
--- hphp/test/slow/locale/176.php.expect-trimmed 2014-04-16 04:29:30.000000000 +0000
+++ hphp/test/slow/locale/176.php.out 2014-04-16 04:29:30.000000000 +0000
@@ -14,7 +14,7 @@
[0]=>
string(3) "诶"
}
-string(10) "zh_CN.utf8"
+bool(false)
array(3) {
[1]=>
string(3) "比"
@@ -23,12 +23,12 @@
[0]=>
string(3) "诶"
}
-string(10) "zh_CN.utf8"
+bool(false)
array(3) {
- [0]=>
- string(3) "诶"
[1]=>
string(3) "比"
[2]=>
string(3) "西"
+ [0]=>
+ string(3) "诶"
}
\ No newline at end of file
FAILED: hphp/test/slow/locale/decimal_point.php [19/1866]
--- hphp/test/slow/locale/decimal_point.php.expect-trimmed 2014-04-16 04:29:59.000000000 +0000
+++ hphp/test/slow/locale/decimal_point.php.out 2014-04-16 04:29:59.000000000 +0000
@@ -1,4 +1,4 @@
-float(1,5)
+float(1.5)
int(1)
-float(1,5)
+float(1.5)
int(1)
\ No newline at end of file
FAILED: hphp/test/zend/good/ext/standard/tests/file/lchgrp_basic.php
--- hphp/test/zend/good/ext/standard/tests/file/lchgrp_basic.php.expectf 2014-02-27 20:23:03.000000000 +0000
+++ hphp/test/zend/good/ext/standard/tests/file/lchgrp_basic.php.out 2014-04-16 04:41:55.000000000 +0000
@@ -1,5 +1,5 @@
bool(true)
bool(true)
-bool(true)
+bool(false)
bool(true)
===DONE===
\ No newline at end of file
FAILED: hphp/test/zend/good/ext/standard/tests/file/lchown_basic.php
--- hphp/test/zend/good/ext/standard/tests/file/lchown_basic.php.expectf 2014-02-27 20:23:03.000000000 +0000
+++ hphp/test/zend/good/ext/standard/tests/file/lchown_basic.php.out 2014-04-16 04:42:02.000000000 +0000
@@ -1,6 +1,6 @@
*** Testing lchown() : basic functionality ***
bool(true)
bool(true)
-bool(true)
+bool(false)
bool(true)
===DONE===
\ No newline at end of file
FAILED: hphp/test/zend/good/tests/lang/034.php
--- hphp/test/zend/good/tests/lang/034.php.expectf 2014-02-27 20:23:03.000000000 +0000
+++ hphp/test/zend/good/tests/lang/034.php.out 2014-04-16 04:44:55.000000000 +0000
@@ -1 +1 @@
-3,14
\ No newline at end of file
+3.14
\ No newline at end of file
[######################################################################################################---] (10062/10277) (440 skipped, 9 failed)PHP
Notice: Undefined variable: return_value in /root/dev/hhvm/hphp/test/run on line 1323
PHP Stack trace:
PHP 1. {main}() /root/dev/hhvm/hphp/test/run:0
PHP 2. main() /root/dev/hhvm/hphp/test/run:1361
440 tests skipped
No JSON output was received from a test thread. This might be a bug in the test script.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment