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

micropython / micropython / 11266
98%

Build:
DEFAULT BRANCH: master
Ran 02 Sep 2019 03:39AM UTC
Jobs 1
Files 246
Run time 21s
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
11266

push

travis-ci

dpgeorge
py/bc: Fix size calculation of UNWIND_JUMP opcode in mp_opcode_format.

Prior to this patch mp_opcode_format would calculate the incorrect size of
the MP_BC_UNWIND_JUMP opcode, missing the additional byte.  But, because
opcodes below 0x10 are unused and treated as bytes in the .mpy load/save
and freezing code, this bug did not show any symptoms, since nested unwind
jumps would rarely (if ever) reach a depth of 16 (so the extra byte of this
opcode would be between 0x01 and 0x0f and be correctly loaded/saved/frozen
simply as an undefined opcode).

This patch fixes this bug by correctly accounting for the additional byte.
        .

18450 of 18828 relevant lines covered (97.99%)

367217.89 hits per line

Jobs
ID Job ID Ran Files Coverage
3 11266.3 (NAME="unix coverage build and tests") 02 Sep 2019 03:39AM UTC 0
97.99
Travis Job 11266.3
Source Files on build 11266
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #11266
  • b29fae0c on github
  • Prev Build on master (#11265)
  • Next Build on master (#11277)
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