mirror of
https://gitee.com/openharmony/arkcompiler_ets_runtime
synced 2024-11-23 18:20:04 +00:00
!49 modify test262 case threshold
Merge pull request !49 from wanyanglan/master
This commit is contained in:
commit
e76ce09076
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user