Attention needed from Matt Sandy and Owners Override
Chris Suter has uploaded the change for review![Open in Gerrit]()
Chris Suter would like Owners Override to review this change.
Commit message
[magma] Prepare for switch to IOBuffers for logging
Bug: 441642041
Bug: 377963307
Change-Id: Ic0c70a33ff19dab8237ca45c56790c39733c8c51
Change diff
diff --git a/src/graphics/lib/magma/gnbuild/imported_symbols.allowlist b/src/graphics/lib/magma/gnbuild/imported_symbols.allowlist
index 6514e3a..f4f73e3 100644
--- a/src/graphics/lib/magma/gnbuild/imported_symbols.allowlist
+++ b/src/graphics/lib/magma/gnbuild/imported_symbols.allowlist
@@ -465,6 +465,7 @@
zx_handle_replace
zx_interrupt_bind
zx_interrupt_create
+zx_iob_writev
zx_iommu_create
zx_job_create
zx_object_get_child
diff --git a/src/graphics/magma/tests/integration/meta/magma_conformance_tests_child.shard.cml b/src/graphics/magma/tests/integration/meta/magma_conformance_tests_child.shard.cml
index 7687247..bb61eef 100644
--- a/src/graphics/magma/tests/integration/meta/magma_conformance_tests_child.shard.cml
+++ b/src/graphics/magma/tests/integration/meta/magma_conformance_tests_child.shard.cml
@@ -3,7 +3,11 @@
// found in the LICENSE file.
{
include: [
- "//src/sys/test_runners/gtest/default.shard.cml",
+ // TODO(https://fxbug.dev/441642041): Stabilize zx_iob_create_shared_region
+ // We use the zxtest runner for VDSO next which is currently required
+ // for some of the IOB API which is used by logging fakes. We can switch
+ // back to the default runner when it is stabilised.
+ "//src/sys/test_runners/gtest/zxtest.shard.cml",
"syslog/client.shard.cml",
],
use: [
Change information
Files:
- M src/graphics/lib/magma/gnbuild/imported_symbols.allowlist
- M src/graphics/magma/tests/integration/meta/magma_conformance_tests_child.shard.cml
Change size: XS
Delta: 2 files changed, 6 insertions(+), 1 deletion(-)
Open in GerritRelated details
Attention is currently required from:
- Matt Sandy
- Owners Override
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Ic0c70a33ff19dab8237ca45c56790c39733c8c51
Gerrit-Change-Number: 1356526
Gerrit-PatchSet: 2
You received this message because you are subscribed to the Google Groups "owners-override" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
.