Ran
|
Jobs
13
|
Files
114
|
Run time
16min
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/gccxml/pygccxml/commit/1b7a4683d">Fix for differences in nesting of cv-qual types between GCCXML/CastXML There is a difference in behavior between GCCXML and CastXML for cv-qual arrays. GCCXML produces the following nesting of types: -> volatile_t(const_t(array_t)) while CastXML produces the following nesting: -> array_t(volatile_t(const_t)) For both cases, we must unwrap the types, remove const_t, and add back the outer layers. Change-Id: I</a><a class="double-link" href="https://github.com/gccxml/pygccxml/commit/17c1e1b03">17c1e1b03</a>
78 of 78 new or added lines in 3 files covered. (100.0%)
8347 of 10131 relevant lines covered (82.39%)
10.46 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
78.95 |
0.82% | pygccxml/declarations/type_traits.py |
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
98.27 |
0.0% | unittests/type_traits_tester.py |
1 |
86.51 |
-0.29% | pygccxml/declarations/class_declaration.py |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 396.1 (XML_GENERATOR="gccxml") | 114 |
80.21 |
Travis Job 396.1 | |
2 | 396.2 (XML_GENERATOR="gccxml") | 114 |
80.17 |
Travis Job 396.2 | |
3 | 396.3 (XML_GENERATOR="gccxml") | 113 |
80.35 |
Travis Job 396.3 | |
4 | 396.4 (XML_GENERATOR="gccxml") | 113 |
80.35 |
Travis Job 396.4 | |
5 | 396.5 (XML_GENERATOR="gccxml") | 113 |
80.35 |
Travis Job 396.5 | |
6 | 396.6 (XML_GENERATOR="gccxml") | 113 |
80.34 |
Travis Job 396.6 | |
7 | 396.7 (XML_GENERATOR="castxml") | 114 |
80.67 |
Travis Job 396.7 | |
8 | 396.8 (XML_GENERATOR="castxml") | 113 |
80.84 |
Travis Job 396.8 | |
9 | 396.9 (XML_GENERATOR="castxml" COMPILER=g++-5) | 113 |
80.87 |
Travis Job 396.9 | |
10 | 396.10 (XML_GENERATOR="castxml") | 113 |
80.84 |
Travis Job 396.10 | |
11 | 396.11 (XML_GENERATOR="castxml" COMPILER=g++-5) | 113 |
80.87 |
Travis Job 396.11 | |
12 | 396.12 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="2") | 114 |
80.66 |
Travis Job 396.12 | |
13 | 396.13 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="3") | 113 |
80.83 |
Travis Job 396.13 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|