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

Fix the xml path separator for ps4/5 #1868

Closed
wants to merge 1 commit into from
Closed

Fix the xml path separator for ps4/5 #1868

wants to merge 1 commit into from

Conversation

oxve
Copy link
Contributor

@oxve oxve commented Oct 27, 2023

b/288331664

@oxve oxve requested a review from arjungm October 27, 2023 22:38
@datadog-cobalt-youtube
Copy link

datadog-cobalt-youtube bot commented Oct 27, 2023

Datadog Report

Branch report: oxve-patch-1
Commit report: 0cb10f6

cobalt: 0 Failed, 0 New Flaky, 29550 Passed, 1 Skipped, 9m 48.15s Wall Time

@codecov
Copy link

codecov bot commented Oct 27, 2023

Codecov Report

Merging #1868 (0cb10f6) into main (e7177db) will increase coverage by 0.02%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #1868      +/-   ##
==========================================
+ Coverage   57.75%   57.77%   +0.02%     
==========================================
  Files        1915     1915              
  Lines       95111    95111              
==========================================
+ Hits        54931    54952      +21     
+ Misses      40180    40159      -21     

see 8 files with indirect coverage changes

@@ -493,7 +493,13 @@ def MakeLauncher():
# The filename is used by MH to deduce the target name.
xml_filename = f"{target_name}_testoutput.xml"
if out_path:
test_result_xml_path = os.path.join(out_path, xml_filename)
if self.platform in ["ps4", "ps5"]:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would be nice to just include all the windows platforms anyway, but maybe the xb1 platforms are being deploy from linux so not sure how applicable this request is. I think NX is fine here too, but we can skip win32 and xb1.

@oxve oxve marked this pull request as draft January 2, 2024 22:29
@oxve oxve closed this May 17, 2024
@oxve
Copy link
Contributor Author

oxve commented May 17, 2024

The solution proposed here is not ideal. test_runner.py should be platform agnostic and use the launcher to deal with specifics.

@oxve oxve deleted the oxve-patch-1 branch May 17, 2024 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants