Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
hpc
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shae Erisson
hpc
Commits
956887d4
Commit
956887d4
authored
9 years ago
by
Thomas Miedema
Browse files
Options
Downloads
Patches
Plain Diff
Testsuite: only ignore stdout for T9619 and hpc_raytrace
parent
b52ab0cc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tests/raytrace/test.T
+2
-2
2 additions, 2 deletions
tests/raytrace/test.T
tests/simple/tixs/test.T
+1
-1
1 addition, 1 deletion
tests/simple/tixs/test.T
with
3 additions
and
3 deletions
tests/raytrace/test.T
+
2
−
2
View file @
956887d4
...
...
@@ -4,13 +4,13 @@ hpc_prefix = "perl hpcrun.pl --clear --exeext={exeext} --hpc={hpc}"
# TODO. It is unclear what the purpose of this test is. It produces lots of
# output, but the expected output file is missing. I (thomie) added
# the ignore_
outp
ut setup function, just to make the test pass for the
# the ignore_
stdo
ut setup function, just to make the test pass for the
# moment.
# Note that the subdirectory tixs also has a test.T file, and those tests
# depend on some of the files in this directory.
# Also note that testsuite/tests/programs/galois_raytrace has a similar (but
# not the same) copy of this program.
test
('
hpc_raytrace
',
[
cmd_prefix
(
hpc_prefix
),
reqlib
('
parsec
'),
ignore_
outp
ut
],
[
cmd_prefix
(
hpc_prefix
),
reqlib
('
parsec
'),
ignore_
stdo
ut
],
multimod_compile_and_run
,
['
Main
','
-fhpc -package parsec
'])
This diff is collapsed.
Click to expand it.
tests/simple/tixs/test.T
+
1
−
1
View file @
956887d4
...
...
@@ -68,7 +68,7 @@ test('hpc_hand_overlay',
test
('
hpc_bad_001
',
exit_code
(
1
),
run_command
,
["
{hpc} bad arguments
"])
test
('
T9619
',
ignore_
outp
ut
,
run_command
,
test
('
T9619
',
ignore_
stdo
ut
,
run_command
,
# Having the same mix file in two different hpcdirs should work.
["
{hpc} report hpc_sample.tix --hpcdir=.hpc --hpcdir=.hpc.copy
"])
...
...
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