tests: test_ust_constructor: Use a C-compiled shared object
[lttng-tools.git] / tests / regression / ust / ust-constructor / test_ust_constructor.py
index f4d9cedf04b86cab779d1f2bb997931843596914..8b1fc613faf2dd29c6dfbbe87139ddc79e7a074b 100755 (executable)
@@ -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,
@@ -60,7 +60,7 @@ expected_events = [
         "count": 0,
     },
     {
-        "name": "tp_a:constructor_cplusplus_provider_static_archive",
+        "name": "tp_a_c:constructor_cplusplus_provider_static_archive",
         "msg": "global - static archive define and provider",
         "count": 0,
         "may_fail": compound_literal_on_heap,
@@ -259,12 +259,12 @@ expected_events = [
         "may_fail": compound_literal_on_heap,
     },
     {
-        "name": "tp_a:destructor_c_provider_static_archive",
+        "name": "tp_a_c:destructor_c_provider_static_archive",
         "msg": None,
         "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)
This page took 0.023347 seconds and 4 git commands to generate.