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

Bareflank / hypervisor / 1465
100%

Build:
DEFAULT BRANCH: master
Ran 27 Jul 2017 11:03PM UTC
Jobs 1
Files 396
Run time 14s
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
1465

push

travis-ci

rianquinn
bfelf_loader/test: compile fix for test (#465)

Fixes error compiling:

/home/chris/git/hypervisor/bfelf_loader/test/test_loader_relocate.cpp: In member function ‘void bfelf_loader_ut::test_bfelf_loader_relocate_uninitialized_files()’:
/home/chris/git/hypervisor/bfelf_loader/test/test_loader_relocate.cpp:56:63: error: no match for ‘operator=’ (operand types are ‘std::shared_ptr<char>’ and ‘std::remove_reference<std::unique_ptr<char []>&>::type {aka std::unique_ptr<char []>}’)
     m_dummy_misc_exec = std::move(std::get<0>(dummy_misc_pair));
...

Convert m_dummy_misc_exec and m_dummy_code_exec from:
- shared_ptr to unique_ptr
- from char to char[].

On a side note, how is this not caught by automated CI build/test?

Signed-off-by: Chris Patterson <pattersonc@ainfosec.com>

40110 of 40110 relevant lines covered (100.0%)

185.71 hits per line

Jobs
ID Job ID Ran Files Coverage
4 1465.4 (TEST="Coveralls") 27 Jul 2017 11:03PM UTC 0
100.0
Travis Job 1465.4
Source Files on build 1465
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1465
  • 2ca80ac1 on github
  • Prev Build on master (#1461)
  • Next Build on master (#1484)
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

© 2025 Coveralls, Inc