diff --git a/run_test262.sh b/run_test262.sh index 734b3f827985cc589a411cac7a8598c8cfdf4bc9..6c5ef3a2026e508b41cf9aaea4c7c4a8dacb2c1e 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=6 + threshold=9 if [ ${es2015_fail} -gt ${threshold} ];then echo 'test262 fail case over thresgold' exit 1;