!49 modify test262 case threshold

Merge pull request !49 from wanyanglan/master
This commit is contained in:
openharmony_ci 2021-09-13 16:03:21 +00:00 committed by Gitee
commit e76ce09076

View File

@ -36,7 +36,7 @@ pushd ark/ts2abc
pushd report
es2015_fail=`grep FAIL result_es2015_${time}.txt | wc -l`
threshold=9
threshold=0
if [ ${es2015_fail} -gt ${threshold} ];then
echo 'test262 fail case over thresgold'
exit 1;