Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
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
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Sean McBride
VTK
Commits
6fefb751
Commit
6fefb751
authored
1 month ago
by
Jaswant Panchumarti (Kitware)
Browse files
Options
Downloads
Patches
Plain Diff
return `EXIT_FAILURE` in TestHardwareSelector.cxx when ids do not match
parent
1264efad
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Rendering/WebGPU/Testing/Cxx/TestHardwareSelector.cxx
+3
-0
3 additions, 0 deletions
Rendering/WebGPU/Testing/Cxx/TestHardwareSelector.cxx
with
3 additions
and
0 deletions
Rendering/WebGPU/Testing/Cxx/TestHardwareSelector.cxx
+
3
−
0
View file @
6fefb751
...
...
@@ -179,6 +179,7 @@ int TestHardwareSelector(int argc, char* argv[])
{
std
::
cerr
<<
"Expected selected Ids = "
<<
oss
.
str
()
<<
" got 4 5 6 7 67 76 77 86 87 88 89
\n
"
;
return
EXIT_FAILURE
;
}
}
}
...
...
@@ -294,6 +295,7 @@ int TestHardwareSelector(int argc, char* argv[])
"4733 4734 4735 4736 4737 4738 4739 4740 4742 4743 4744 4745 4746 4747 4748 4749 "
"4751 4752 4753 4755 4756 4757 4758 4759 4761 4783 4787 4789 4790 4795 4796 4797 "
"4798
\n
"
;
return
EXIT_FAILURE
;
}
}
}
...
...
@@ -319,6 +321,7 @@ int TestHardwareSelector(int argc, char* argv[])
if
(
oss
.
str
()
!=
"3 4 5 "
)
{
std
::
cerr
<<
"Expected selected Ids = "
<<
oss
.
str
()
<<
" got 3 4 5
\n
"
;
return
EXIT_FAILURE
;
}
}
}
...
...
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
register
or
sign in
to comment