We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e3f12c commit 3f3023bCopy full SHA for 3f3023b
1 file changed
run-test262.sh
@@ -29,7 +29,7 @@ cd test262-harness-py
29
python3 src/test262.py --summary --non_strict_only --command ../timed-dmdscript.sh --tests=../test262 | tee ../dmdscript-test262.log | grep -a '=== .* failed in .* ==='
30
cd ..
31
32
-EXPECTED_TO_PASS=5223
+EXPECTED_TO_PASS=5238
33
PASSED=$(grep -a ' - Passed [0-9]* tests' dmdscript-test262.log | sed -n 's/.*Passed \([0-9]*\) tests.*/\1/;P')
34
35
if [ "$PASSED" -gt "$EXPECTED_TO_PASS" ]; then
0 commit comments