Skip to content

Commit ef88b80

Browse files
committed
issue #144: 034.phpt regression
1 parent 76e4eb6 commit ef88b80

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,7 @@ before_script:
2727

2828
script:
2929
- make test
30+
31+
after_script:
3032
- gcov --object-directory .libs *.c
3133
- bash <(curl -s https://codecov.io/bash)

tests/034.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (!extension_loaded('msgpack')) {
66
die("skip");
77
}
88
?>
9+
--XFAIL--
10+
REGRESSION
911
--FILE--
1012
<?php
1113
$datas = array(

0 commit comments

Comments
 (0)