Disable HipHop syntax for verify_zend
A zend test defines a class called shape.
Esse commit está contido em:
@@ -84,10 +84,13 @@ else
|
||||
fi
|
||||
verify_args="$verify_args --hhvm $HHVM"
|
||||
|
||||
cmd="$cmd \
|
||||
-v Eval.EnableHipHopSyntax=true \
|
||||
-v Eval.EnableObjDestructCall=true \
|
||||
-v Eval.AllowHhas=true"
|
||||
cmd="$cmd -v Eval.EnableObjDestructCall=true"
|
||||
|
||||
echo $TEST_PATH | grep -q zend
|
||||
if [ $? -ne 0 ] ; then
|
||||
cmd="$cmd -v Eval.AllowHhas=true \
|
||||
-v Eval.EnableHipHopSyntax=true"
|
||||
fi
|
||||
|
||||
case $VQ in
|
||||
jit)
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário