X-Git-Url: https://git.liburcu.org/?a=blobdiff_plain;f=tests%2Fregression%2Fust%2Fust-constructor%2Ftest_ust_constructor.py;h=8b1fc613faf2dd29c6dfbbe87139ddc79e7a074b;hb=ed1b6b66f5b5d319e86aa7522edbf7517c7ed25d;hp=f9d97e20b39af30f2b375f31c5282e877e2539b7;hpb=ab4919b5b443ac46269a5ba9f6bd00f0cbd9f35b;p=lttng-tools.git diff --git a/tests/regression/ust/ust-constructor/test_ust_constructor.py b/tests/regression/ust/ust-constructor/test_ust_constructor.py index f9d97e20b..8b1fc613f 100755 --- a/tests/regression/ust/ust-constructor/test_ust_constructor.py +++ b/tests/regression/ust/ust-constructor/test_ust_constructor.py @@ -47,7 +47,7 @@ if process.returncode == 0: compound_literal_on_heap = True expected_events = [ - {"name": "tp_so:constructor_c_provider_shared_library", "msg": None, "count": 0}, + {"name": "tp_so_c:constructor_c_provider_shared_library", "msg": None, "count": 0}, { "name": "tp_a:constructor_c_provider_static_archive", "msg": None, @@ -264,7 +264,7 @@ expected_events = [ "count": 0, "may_fail": compound_literal_on_heap, }, - {"name": "tp_so:destructor_c_provider_shared_library", "msg": None, "count": 0}, + {"name": "tp_so_c:destructor_c_provider_shared_library", "msg": None, "count": 0}, ] num_tests = 7 + len(expected_events)