diff --git a/run_test262.sh b/run_test262.sh index 6c5ef3a2026e508b41cf9aaea4c7c4a8dacb2c1e..1fadbf6961c703759355845a5f6214d1b228e00e 100755 --- a/run_test262.sh +++ b/run_test262.sh @@ -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;