Skip to content

Instantly share code, notes, and snippets.

@dalehamel
Created April 11, 2019 23:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dalehamel/e46f1b8a380231722e9c1bf68236a5a5 to your computer and use it in GitHub Desktop.
Save dalehamel/e46f1b8a380231722e9c1bf68236a5a5 to your computer and use it in GitHub Desktop.
Failing tests on master
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
test_libbcc is a Catch v1.4.0 host application.
Run with -? for options
-------------------------------------------------------------------------------
test bpf stack_id table
-------------------------------------------------------------------------------
/home/dale.hamel/workspace/bcc/tests/cc/test_bpf_table.cc:226
...............................................................................
/home/dale.hamel/workspace/bcc/tests/cc/test_bpf_table.cc:265: FAILED:
REQUIRE( addrs.size() > 0 )
with expansion:
0 > 0
Parse error:
4@i%ra+1r
-------^
-------------------------------------------------------------------------------
test finding a probe in our own process
our test probe
-------------------------------------------------------------------------------
/home/dale.hamel/workspace/bcc/tests/cc/test_usdt_probes.cc:38
...............................................................................
/home/dale.hamel/workspace/bcc/tests/cc/test_usdt_probes.cc:46: FAILED:
REQUIRE( probe->in_shared_object(probe->bin_path()) == false )
with expansion:
true == false
-------------------------------------------------------------------------------
test listing all USDT probes in Ruby/MRI
without a running Ruby process
-------------------------------------------------------------------------------
/home/dale.hamel/workspace/bcc/tests/cc/test_usdt_probes.cc:147
...............................................................................
/home/dale.hamel/workspace/bcc/tests/cc/test_usdt_probes.cc:156: FAILED:
REQUIRE( ctx.num_probes() > 10 )
with expansion:
0 > 10
-------------------------------------------------------------------------------
test listing all USDT probes in Ruby/MRI
with a running Ruby process
get probe in running process
-------------------------------------------------------------------------------
/home/dale.hamel/workspace/bcc/tests/cc/test_usdt_probes.cc:147
...............................................................................
/home/dale.hamel/workspace/bcc/tests/cc/test_usdt_probes.cc:235: FAILED:
REQUIRE( probe )
with expansion:
false
===============================================================================
test cases: 29 | 26 passed | 3 failed
assertions: 639 | 635 passed | 4 failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment