From 7a50bd7e5ab31a0cb8d0333289e48420a0e5ded9 Mon Sep 17 00:00:00 2001 From: Khairul Azhar Kasmiran Date: Fri, 15 Sep 2023 00:21:19 +0800 Subject: [PATCH] Fix "missing main stack frame fix (#3806)" test (#3857) --- test/db/archos/linux-x64/dbg_trace | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/db/archos/linux-x64/dbg_trace b/test/db/archos/linux-x64/dbg_trace index fa0c90b6604..bfffcf11286 100644 --- a/test/db/archos/linux-x64/dbg_trace +++ b/test/db/archos/linux-x64/dbg_trace @@ -61,7 +61,7 @@ echo ---- ds 2 # Should be dsui call; ds dbt~[6-] # dbtt here would be nice EOF -REGEXP_FILTER_OUT=(loc\.\S+.|main\S*.|entry0\+\d+\s+|-+.) +REGEXP_FILTER_OUT=(loc\.[^_]\S*.|main\S*.|entry0\+\d+\s+|-+.) EXPECT=<