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

wikimedia / parsoid / 724
85%

Build:
DEFAULT BRANCH: master
Ran 10 Oct 2015 05:05PM UTC
Jobs 4
Files 71
Run time 10min
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

pending completion
724

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

11921 of 14014 relevant lines covered (85.06%)

74432.79 hits per line

Jobs
ID Job ID Ran Files Coverage
1 724.1 10 Oct 2015 05:09PM UTC 0
85.06
Travis Job 724.1
2 724.2 10 Oct 2015 05:05PM UTC 0
85.06
Travis Job 724.2
3 724.3 10 Oct 2015 05:07PM UTC 0
85.06
Travis Job 724.3
4 724.4 10 Oct 2015 05:15PM UTC 0
85.06
Travis Job 724.4
Source Files on build 724
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #724
  • b317f33f on github
  • Prev Build on master (#723)
  • Next Build on master (#725)
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