Ran
|
Jobs
1
|
Files
479
|
Run time
1min
|
Badge
Embed ▾
README BADGES
|
push
github
test/fuzz: update compiler and library flags Clang compiler is linking by default against libc++ rather than libstdc++, which the code seems to be built against. The patch adds "-stdlib=libstdc++" that is required by build on OSS Fuzz and also removes dirty hacks in a build script [2][3] and allows to switch to a static build in OSS Fuzz. 1. https://libcxx.llvm.org/docs/UsingLibcxx.html 2. https://github.com/google/oss-fuzz/commit/92d4e951c 3. https://github.com/google/oss-fuzz/commit/7a6315db9 4. https://github.com/google/oss-fuzz/pull/12322 NO_CHANGELOG=testing NO_DOC=testing (cherry picked from commit 79737d9d1)
62947 of 114211 branches covered (55.11%)
93840 of 109264 relevant lines covered (85.88%)
2454913.34 hits per line
Lines | Coverage | ∆ | File |
---|---|---|---|
1 |
96.55 |
-1.15% | src/histogram.c |
1 |
92.81 |
-0.72% | src/box/vy_point_lookup.c |
1 |
96.02 |
-0.22% | src/box/vy_read_iterator.c |
1 |
92.02 |
0.05% | src/box/vinyl.c |
1 |
91.45 |
-0.11% | src/lib/swim/swim.c |
1 |
97.67 |
-0.78% | src/lib/fakesys/fakeev.c |
1 |
94.52 |
-0.15% | src/box/vy_tx.c |
2 |
85.71 |
-9.52% | src/lib/core/tt_sigaction.c |
3 |
89.46 |
-0.21% | src/box/vy_scheduler.c |
4 |
86.61 |
-0.08% | src/box/box.cc |
5 |
89.62 |
-0.41% | src/box/memtx_engine.cc |
ID | Job ID | Ran | Files | Coverage | |
---|---|---|---|---|---|
1 | 10489921578.1 | 479 |
85.88 |
GitHub Action Run |
Coverage | ∆ | File | Lines | Relevant | Covered | Missed | Hits/Line | Branch Hits | Branch Misses |
---|