commit | 386d4c930ca9f40da9aede6f3276468bca577ee7 | [log] [tgz] |
---|---|---|
author | Rui Qi Sim <rqsim@fuchsia.infra.roller.google.com> | Mon Nov 25 01:49:16 2024 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Sun Nov 24 17:50:30 2024 -0800 |
tree | b1ab9e34cc8bd176d4af6b72cc231d16f7c52a45 | |
parent | 47dab5028bf68fa7bcb6f11c848fcf134b669e46 [diff] |
[roll] Roll fuchsia [component_debug] fdio open_deprecated -> open The test utils requires the handling of `RealmQueryRequest::Open` which takes the io1` OpenFlags`. It calls FDIO namespace open method which we want to transition to call the new Open3 and thus take the io2 `Flags`. As part of this change, do a mapping from the (io1) OpenFlags to (io2) Flags. The mapping assumes that the incoming open flags only has RIGHT_READABLE, RIGHT_WRITABLE, or RIGHT_EXECUTABLE set. Original-Bug: 376575307 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1162093 Original-Revision: ff0fea774dbec0cb6b0c87f870a1a023ab646075 GitOrigin-RevId: b06298ac3790908f07849a7db448862547a978e9 Change-Id: I6293eda2d5b147a7b0697d00df2737b3469370f0
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance in one of the communication channels documented at get involved.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.