Skip to content

Commit

Permalink
Add supported case
Browse files Browse the repository at this point in the history
  • Loading branch information
r-abishek committed Mar 6, 2024
1 parent f014ef3 commit dc05835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utilities/test_suite/HIP/runTests_voxel.py
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ def rpp_test_suite_parser_and_validator():
subprocess.run(["make", "-j16"], cwd=".") # nosec

# List of cases supported
supportedCaseList = ['0', '1', '2', '3', '5']
supportedCaseList = ['0', '1', '2', '3', '4', '5']

# Create folders based on testType and profilingOption
if testType == 1 and profilingOption == "YES":
Expand Down
2 changes: 1 addition & 1 deletion utilities/test_suite/HOST/runTests_voxel.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def rpp_test_suite_parser_and_validator():
subprocess.run(["make", "-j16"], cwd=".") # nosec

# List of cases supported
supportedCaseList = ['0', '1', '2', '3', '5']
supportedCaseList = ['0', '1', '2', '3', '4', '5']

print("\n\n\n\n\n")
print("##########################################################################################")
Expand Down

0 comments on commit dc05835

Please sign in to comment.