From 456263a228e4e4327f036704a18ba442ae6dcad5 Mon Sep 17 00:00:00 2001 From: Florian Engelhardt Date: Fri, 8 Nov 2024 08:16:55 +0100 Subject: [PATCH] add tests --- profiling/tests/correctness/exceptions.json | 6 ++++++ profiling/tests/correctness/exceptions_zts.json | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/profiling/tests/correctness/exceptions.json b/profiling/tests/correctness/exceptions.json index 3fbbc66c36..bbf4a0a765 100644 --- a/profiling/tests/correctness/exceptions.json +++ b/profiling/tests/correctness/exceptions.json @@ -18,6 +18,12 @@ { "key": "thread id", "values_regex": "^[0-9]+$" + }, + { + "key": "thread name", + "values": [ + "cli" + ] } ] } diff --git a/profiling/tests/correctness/exceptions_zts.json b/profiling/tests/correctness/exceptions_zts.json index 11126b549c..622595d123 100644 --- a/profiling/tests/correctness/exceptions_zts.json +++ b/profiling/tests/correctness/exceptions_zts.json @@ -22,6 +22,12 @@ { "key": "thread id", "values_regex": "^[0-9]+$" + }, + { + "key": "thread name", + "values": [ + "cli" + ] } ] }