Skip to content

Commit faf240d

Browse files
committed
debug test
1 parent bbb420c commit faf240d

File tree

2 files changed

+2
-7
lines changed

2 files changed

+2
-7
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -179,9 +179,10 @@ jobs:
179179
--no-progress \
180180
--offline \
181181
--show-diff \
182+
--show-out \
182183
--show-slow 1000 \
183184
--set-timeout 120 \
184-
--repeat 2
185+
--repeat 2 ext/opcache
185186
186187
workflows:
187188
push-workflow:

ext/opcache/tests/jit/tssa_zend_recv_inference.phpt

-6
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,7 @@ for ($i=0;$i<3;$i++) {
2323
}
2424
?>
2525
--EXPECTF--
26-
$_main:
2726
%A
28-
0011 RETURN int(1)
29-
3027
test:
3128
; (lines=4, args=1, vars=1, tmps=%d, ssa_vars=3)
3229
; (JIT)
@@ -48,7 +45,4 @@ BB1:
4845
0001 ASSIGN_OBJ #1.CV0($obj) [rc1, rcn, object (Foo)] -> #2.CV0($obj) NOVAL [rc1, rcn, object (Foo)] string("prop")
4946
0002 OP_DATA int(1)
5047
0003 RETURN null
51-
52-
$_main:
5348
%A
54-
0011 RETURN int(1)

0 commit comments

Comments
 (0)