Skip to main content
Homepage
Explore
Search or go to…
/
Sign in
Explore
Primary navigation
Project
M
MPI-BugBench
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Collapse sidebar
Snippets
Groups
Projects
Show more breadcrumbs
High Performance Computing - Public
MPI-BugBench
Commits
1de0db21
Commit
1de0db21
authored
Jul 10, 2024
by
Jammer, Tim
Browse files
Options
Downloads
Patches
Plain Diff
fix categorization of false positives
parent
0fe6f80e
Branches
Branches containing commit
No related tags found
1 merge request
!20
Parsing and tools updates
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
MBI.py
+3
-3
3 additions, 3 deletions
MBI.py
with
3 additions
and
3 deletions
MBI.py
+
3
−
3
View file @
1de0db21
...
...
@@ -620,10 +620,10 @@ def cmd_csv(rootdir, toolnames):
for
toolname
in
used_toolnames
:
(
res_category
,
elapsed
,
diagnostic
,
outcome
)
=
categorize
(
tool
=
tools
[
toolname
],
toolname
=
toolname
,
test_id
=
test_id
,
logs_dir
=
args
.
logs_dir
,
expected
=
expected
)
test
=
test
,
test_id
=
test_id
,
logs_dir
=
args
.
logs_dir
,
)
##(res_category, elapsed, diagnostic, outcome) = categorize(tool=tools[toolname], toolname=toolname, test_id=test_id, expected=expected)
error
=
possible_details
[
test
[
'
detail
'
]
]
error
=
test
[
'
detail
'
]
results
[
error
][
toolname
][
res_category
].
append
(
test_id
)
results
[
'
total
'
][
toolname
][
res_category
].
append
(
test_id
)
results
[
test_category
][
toolname
][
res_category
].
append
(
test_id
)
...
...
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
sign in
to comment