-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Conversation
I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label. |
@directhex Looks like the test fails with:
|
…e into tvos-specialdirectories
Not guilty. I reverted all my changes to System.Environment, and the device build still fails. /tmp is readonly on device. |
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs
Outdated
Show resolved
Hide resolved
…OS.cs Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
…OS.cs Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs
Outdated
Show resolved
Hide resolved
…OS.cs Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.NoniOS.cs
Outdated
Show resolved
Hide resolved
…oniOS.cs Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs
Outdated
Show resolved
Hide resolved
src/libraries/System.Private.CoreLib/src/System/IO/Path.Unix.iOS.cs
Outdated
Show resolved
Hide resolved
…OS.cs Co-authored-by: Adeel Mujahid <3840695+am11@users.noreply.github.com>
… its default value
i can't get a dang thing to run on my iPhone 😠 |
/backport to release/6.0-rc1 |
Started backporting to release/6.0-rc1: https://github.com/dotnet/runtime/actions/runs/1163777452 |
@directhex backporting to release/6.0-rc1 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Use a different Personal folder on tvOS, and a test that it works
Applying: Run this PR on device, the error does not happen on sim
Applying: CI fixes
Applying: Nullable
Applying: Test on devices
Applying: Just run one test to save disk space
Applying: Tweak to run only 1 test and make sure DevTeamProvisioning is right
Applying: Horrible hack to check something in CI
Applying: Revert all changes. Run as-is in CI to see if it's my changes to blame
Applying: nonsense
Applying: Set temp path to a valid location
Applying: Fix AppDomainTests.ExecuteAssembly to copy files to a valid place
Applying: Don't expect HOME to work on tvOS
Applying: We cannot get exit code from tvOS device, so runonly tests don't work
Applying: Revert infra changes made to enable CI of this PR, which passes now on device
error: sha1 information is lacking or useless (eng/testing/tests.mobile.targets).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0015 Revert infra changes made to enable CI of this PR, which passes now on device
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
/backport to release/6.0 |
Started backporting to release/6.0: https://github.com/dotnet/runtime/actions/runs/1175024534 |
@marek-safar backporting to release/6.0 failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Use a different Personal folder on tvOS, and a test that it works
Applying: Run this PR on device, the error does not happen on sim
Applying: CI fixes
Applying: Nullable
Applying: Test on devices
Applying: Just run one test to save disk space
Applying: Tweak to run only 1 test and make sure DevTeamProvisioning is right
Applying: Horrible hack to check something in CI
Applying: Revert all changes. Run as-is in CI to see if it's my changes to blame
Applying: nonsense
Applying: Set temp path to a valid location
Applying: Fix AppDomainTests.ExecuteAssembly to copy files to a valid place
Applying: Don't expect HOME to work on tvOS
Applying: We cannot get exit code from tvOS device, so runonly tests don't work
Applying: Revert infra changes made to enable CI of this PR, which passes now on device
error: sha1 information is lacking or useless (eng/testing/tests.mobile.targets).
error: could not build fake ancestor
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0015 Revert infra changes made to enable CI of this PR, which passes now on device
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
Fixes #34007
Fixes #57638