We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 950131f commit 72edb24Copy full SHA for 72edb24
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=5238
+EXPECTED_TO_PASS=5239
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