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

wikimedia / parsoid / 390
85%

Build:
DEFAULT BRANCH: master
Ran 30 Apr 2015 09:41PM UTC
Jobs 4
Files 69
Run time 17min
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
390

push

travis-ci

cscott
Ensure that embedded Maps and Sets are properly deep-frozen.

Object.freeze() doesn't actually have any effect on Map and Set, since
their mutable data is held in a hidden internal field.  Stomp on the
mutator methods to ensure that any attempt to alter the map is
rejected.  (You could still mutate the collection if you try
really hard, for example `Map.prototype.set.call(m, ...)`, but
we're just trying to avoid foot-guns here.)

Tweak deepFreeze to recurse correctly through included maps and sets,
freezing the keys/values as appropriate.

Change-Id: Ia16738e88

10969 of 12787 relevant lines covered (85.78%)

89856.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 390.1 30 Apr 2015 09:43PM UTC 0
85.78
Travis Job 390.1
2 390.2 30 Apr 2015 09:41PM UTC 0
85.78
Travis Job 390.2
3 390.3 30 Apr 2015 09:56PM UTC 0
85.77
Travis Job 390.3
4 390.4 30 Apr 2015 09:58PM UTC 0
85.77
Travis Job 390.4
Source Files on build 390
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #390
  • 85e54670 on github
  • Prev Build on master (#389)
  • Next Build on master (#391)
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