Parser tests run fine in node 10.15.1. But in node 11.0.0 (and in node 11.10.0, currently the latest) we get 23 failures in wt2html:
The only suspicious thing in the node release notes is:
Timers
*Interval timers will be rescheduled even if previous interval threw an error. #20002
*nextTick queue will be run after each immediate and timer. #22842
This makes me worry that we have a timing dependency somewhere in the Cite extension.