Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow multiple comments with add_comment #752

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
enable tests again
camillobruni committed Feb 6, 2023
commit 1004fc588b85e4b85147478d7c6f27a89187dbf3
8 changes: 4 additions & 4 deletions internal/driver/driver_test.go
Original file line number Diff line number Diff line change
@@ -51,10 +51,10 @@ func TestParse(t *testing.T) {
testcase := []struct {
flags, source string
}{
// {"text,functions,flat", "cpu"},
// {"text,functions,noinlines,flat", "cpu"},
// {"text,filefunctions,noinlines,flat", "cpu"},
// {"text,addresses,noinlines,flat", "cpu"},
{"text,functions,flat", "cpu"},
{"text,functions,noinlines,flat", "cpu"},
{"text,filefunctions,noinlines,flat", "cpu"},
{"text,addresses,noinlines,flat", "cpu"},
{"tree,addresses,flat,nodecount=4", "cpusmall"},
{"text,functions,flat,nodecount=5,call_tree", "unknown"},
{"text,alloc_objects,flat", "heap_alloc"},