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

wikimedia / parsoid / 574
85%

Build:
DEFAULT BRANCH: master
Ran 07 Aug 2015 06:13PM UTC
Jobs 4
Files 70
Run time 2min
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
574

push

travis-ci

Subramanya Sastry
DOMDiff: Get rid of 'modified' diff marker

* This was an awkward flag anyway and turns out, it was being
  added redundantly.

* If a diff between node OLD and node NEW wasn't found (even with
  deep lookaheads in both doms), we were advancing the pointer in
  the old dom without advancing the pointer in the new dom. This
  ensured that we'll check for shallow node compares and find
  improved diffs. In the end, if we run off the end of all siblings
  in the old dom, we mark all the new nodes as "inserted".

  However, for some inexplicable reason, we were also adding a
  'modified' flag to the NEW node. The 'modified' flag added no
  new information, but when encountered, pushed selser into a
  conservative mode.

* By removing the flag, it turns out selser is more accurate as
  shown all the "newly failing" selser tests. I verified about
  3 or 4 of these, and in all cases, the selser output is more
  accurate than before (less dirtying).

* Also did some minor comment cleanup.

Change-Id: I14d2aaced

11665 of 13583 relevant lines covered (85.88%)

79045.21 hits per line

Jobs
ID Job ID Ran Files Coverage
1 574.1 07 Aug 2015 06:14PM UTC 0
85.88
Travis Job 574.1
2 574.2 07 Aug 2015 06:13PM UTC 0
85.88
Travis Job 574.2
3 574.3 07 Aug 2015 06:14PM UTC 0
85.87
Travis Job 574.3
4 574.4 07 Aug 2015 06:16PM UTC 0
85.87
Travis Job 574.4
Source Files on build 574
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #574
  • b0bd4076 on github
  • Prev Build on master (#573)
  • Next Build on master (#575)
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