Skip to content

Commit

Permalink
add tests
Browse files Browse the repository at this point in the history
  • Loading branch information
realFlowControl committed Nov 8, 2024
1 parent a092a0a commit 456263a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions profiling/tests/correctness/exceptions.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@
{
"key": "thread id",
"values_regex": "^[0-9]+$"
},
{
"key": "thread name",
"values": [
"cli"
]
}
]
}
Expand Down
6 changes: 6 additions & 0 deletions profiling/tests/correctness/exceptions_zts.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@
{
"key": "thread id",
"values_regex": "^[0-9]+$"
},
{
"key": "thread name",
"values": [
"cli"
]
}
]
}
Expand Down

0 comments on commit 456263a

Please sign in to comment.