• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wikimedia / parsoid / 724 / 3
85%
master: 85%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2015 05:07PM UTC
Files 71
Run time 2s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

10 Oct 2015 02:55PM UTC coverage: 85.058%. Remained the same
724.3

push

travis-ci

arlolra
Fix OOM issue: our old favourite (exp*)+

 * The commit message for 298b52770
   starts off by saying that tag rule wasn't even being hit, and indeed
   it wasn't, otherwise we would have seen this sooner. That change
   exposed two issue. The first is that we weren't setting sol to false
   when re-tokenizing table cell attributes. This had the effect that
   the nested_block_line, which requires !sol, returned zero tokens when
   a tag was found in the sol position. And since zero tokens doesn't
   move the parse position and this was inside a repetition, round and
   round we go.

 * The fix is two-fold. Pass in sol === false, which is enough to get
   all those out of memory issues fixed. And, guard against this in
   future by assuring that the nested_block_line at least returned a
   token.

Bug: T115072
Change-Id: I06e021161

11920 of 14014 relevant lines covered (85.06%)

18608.28 hits per line

Source Files on job 724.3
  • Tree
  • List 0
  • Changed 20
  • Source Changed 2
  • Coverage Changed 19
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 724
  • Travis Job 724.3
  • b317f33f on github
  • Prev Job for on master (#723.3)
  • Next Job for on master (#725.3)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc