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

open-source-parsers / jsoncpp / 1581
94%
master: 90%

Build:
Build:
LAST BUILD BRANCH: refs/pull/1667/merge
DEFAULT BRANCH: master
Ran 18 Dec 2019 04:26PM UTC
Jobs 1
Files 15
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

pending completion
1581

Pull #1120

travis-ci

web-flow
json_writer: fix inverted sense in isAnyCharRequiredQuoting

This bug is only affects platforms where `char` is unsigned.

When char is a signed type, values >= 0x80 are also considered < 0,
and hence require escaping due to the < ' ' condition.

When char is an unsigned type, values >= 0x80 match none of the
conditions and are considered safe to emit without escaping.

This shows up as a test failure:

* Detail of EscapeSequenceTest/writeEscapeSequence test failure:
/build/source/src/test_lib_json/main.cpp(3370): expected == result
  Expected: '["\"","\\","\b","\f","\n","\r","\t","\u0278","\ud852\udf62"]
  '
  Actual  : '["\"","\\","\b","\f","\n","\r","\t","ɸ","𤭢"]
  '
Pull Request #1120: json_writer: fix inverted sense in isAnyCharRequiredQuoting

3 of 3 new or added lines in 1 file covered. (100.0%)

2763 of 2952 relevant lines covered (93.6%)

801.46 hits per line

Jobs
ID Job ID Ran Files Coverage
2 1581.2 (CXX=g++ CC=gcc DO_Coverage=ON BUILD_TOOL="Unix Makefiles" BUILD_TYPE=Debug LIB_TYPE=shared DESTDIR=/tmp/cmake_json_cpp) 18 Dec 2019 04:26PM UTC 0
93.6
Travis Job 1581.2
Source Files on build 1581
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1581
  • Pull Request #1120
  • PR Base - master (#1579)
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