jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/357513 )

Change subject: Fix selser test generation for parserTests in node.js v8.x
......................................................................


Fix selser test generation for parserTests in node.js v8.x

 * v8.x of node pulls in v8 (the JS engine) version 5.8 containing,
   https://github.com/v8/v8/commit/21b0dbedfd470b67c47f84428e1af95a506e49e5
   which removes decimal digits and changes the output of .toString(36)

 * Here we convert the random fractions to integers before stringifying,
   which results in identical strings across node versions.

 * Blacklists are updated to reflect the newly generated strings.

Change-Id: I6581fff1d7183bc7bc05525db2197d6aaa60ca10
---
M bin/parserTests.js
M tests/citeParserTests-blacklist.js
M tests/parserTests-blacklist.js
3 files changed, 1,315 insertions(+), 1,315 deletions(-)

Approvals:
  Subramanya Sastry: Looks good to me, approved
  jenkins-bot: Verified




-- 
To view, visit https://gerrit.wikimedia.org/r/357513
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I6581fff1d7183bc7bc05525db2197d6aaa60ca10
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Arlolra <[email protected]>
Gerrit-Reviewer: Arlolra <[email protected]>
Gerrit-Reviewer: C. Scott Ananian <[email protected]>
Gerrit-Reviewer: Subramanya Sastry <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to