Ran
|
Jobs
13
|
Files
114
|
Run time
16min
|
Badge
Embed ▾
README BADGES
|
travis-ci
<a href="https://github.com/gccxml/pygccxml/commit/83ce09465">Fix errors in -std=c++11 mode `free_operators.hpp` had a couple of instances of narrowing conversions within braced initializers, which is ill-formed since C++11. `type_traits.hpp` had two instances of aggregates being value-initialized using empty parentheses. Since these aggregates had implicitly deleted default constructors (due to the presence of `const` data members), value-initialization performs default-initialization, which is ill-formed. We need aggregate-initialization to be performed, so the initialization must use braces instead of parentheses for C++11 and later. Change-Id: I</a><a class="double-link" href="https://github.com/gccxml/pygccxml/commit/e4d0365fe">e4d0365fe</a>
8356 of 10144 relevant lines covered (82.37%)
10.46 hits per line
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 427.1 (XML_GENERATOR="gccxml") | 114 |
80.21 |
Travis Job 427.1 | |
2 | 427.2 (XML_GENERATOR="gccxml") | 114 |
80.17 |
Travis Job 427.2 | |
3 | 427.3 (XML_GENERATOR="gccxml") | 113 |
80.34 |
Travis Job 427.3 | |
4 | 427.4 (XML_GENERATOR="gccxml") | 113 |
80.34 |
Travis Job 427.4 | |
5 | 427.5 (XML_GENERATOR="gccxml") | 113 |
80.34 |
Travis Job 427.5 | |
6 | 427.6 (XML_GENERATOR="gccxml") | 113 |
80.33 |
Travis Job 427.6 | |
7 | 427.7 (XML_GENERATOR="castxml") | 114 |
80.63 |
Travis Job 427.7 | |
8 | 427.8 (XML_GENERATOR="castxml") | 113 |
80.8 |
Travis Job 427.8 | |
9 | 427.9 (XML_GENERATOR="castxml" COMPILER=g++-5) | 113 |
80.83 |
Travis Job 427.9 | |
10 | 427.10 (XML_GENERATOR="castxml") | 113 |
80.8 |
Travis Job 427.10 | |
11 | 427.11 (XML_GENERATOR="castxml" COMPILER=g++-5) | 113 |
80.83 |
Travis Job 427.11 | |
12 | 427.12 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="2") | 114 |
80.62 |
Travis Job 427.12 | |
13 | 427.13 (XML_GENERATOR="castxml" TRAVIS_PYTHON_VERSION="3") | 113 |
80.79 |
Travis Job 427.13 |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line |
---|