Skip to content

Commit 72edb24

Browse files
committed
Bump nuber of passed tests up to 5239.
1 parent 950131f commit 72edb24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

run-test262.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ cd test262-harness-py
2929
python3 src/test262.py --summary --non_strict_only --command ../timed-dmdscript.sh --tests=../test262 | tee ../dmdscript-test262.log | grep -a '=== .* failed in .* ==='
3030
cd ..
3131

32-
EXPECTED_TO_PASS=5238
32+
EXPECTED_TO_PASS=5239
3333
PASSED=$(grep -a ' - Passed [0-9]* tests' dmdscript-test262.log | sed -n 's/.*Passed \([0-9]*\) tests.*/\1/;P')
3434

3535
if [ "$PASSED" -gt "$EXPECTED_TO_PASS" ]; then

0 commit comments

Comments
 (0)