Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Give tvOS a special value for Personal/MyDocuments #57508
Give tvOS a special value for Personal/MyDocuments #57508
Changes from 30 commits
6354dd0
0ee7a71
5854dfc
7473c19
877258f
b032fc0
43573f7
a39e472
392a09b
cfcb6dc
c50a1af
7e7d49b
064670d
a48cfe7
26354d7
4ee0555
75bf9e2
07660e2
e57d693
4b49b07
84609fc
b936dc1
5ad98b9
9ebb6b0
fc2cf38
74ddcff
a619fa7
33788e1
a3d96ed
0baf69f
e85a9e4
6f338fa
eb5706a
67a6c1d
e3cbd8c
538b631
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should work on tvOS right? please file an issue so we follow up to reenable the "run-only" apps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The reference I have for runonly not working on tvOS is something @steveisok said in chat - Steve, is there an actual record of "runonly doesn't work on tvOS"?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can't get a return code from an iOS or tvOS device, which the functional tests expect.
Not sure if there's an issue in xharness. @premun would know.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I don't think this is supported in mlaunch. I will confirm this on Monday
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If that were the case then this would fail on iOS too (and it doesn't seem to).
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@akoeplinger have you tested on device? Right now we have no Apple device runs anywhere
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I thought we ran it on the staging pipeline? anyway, if it doesn't work on iOS we should exclude it too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No
iOS_
runs in runtime-staging.yml.It likely doesn't work on iOS either, but it'll take me ages to check on device via CI.
I could exclude it too, here, though. Or exclude neither since we don't know the state of things for sure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I can test this for you on an iPhone. Can you give me instructions on how to build the app?