Attention needed from Owners Override
Oliver Newman has uploaded the change for review![Open in Gerrit]()
Oliver Newman would like Owners Override to review this change.
Commit message
[emulator.go] Rename methods for clarity
Rename "CreateContext" to "NewInstance". I assume "CreateContext" was so
called because it accepted a context.Context argument and there used to
be a "Create" method that didn't accept a context, but the latter no
longer exists, so the "Context" is unnecessary and just served to make
it harder to understand what the method was actually "creating".
Change-Id: Ie706613b53e9e984d1e4bfcbe58bc502ca749f30
Change information
Files:
- M src/bringup/bin/console-launcher/qemu-tests/console_qemu_test.go
- M src/connectivity/network/testing/conformance/emulator/emulator.go
- M src/devices/block/drivers/ufs/test/e2e/qemu_ufs_test.go
- M src/recovery/simulator/boot_test/boot_test.go
- M src/recovery/simulator/serial_test/serial_test.go
- M src/tests/disable_shell/shell_default/shell_default_test.go
- M src/tests/disable_shell/shell_disabled/shell_disabled_test.go
- M src/tests/disable_shell/shell_enabled/shell_enabled_test.go
- M src/tests/dlog/dlog_test.go
- M src/tests/drivers_serial_log/drivers_serial_log_test.go
- M src/tests/early-boot-coverage/host-test/coverage_verifier_test.go
- M src/tests/end_to_end/component_tool/component_tool_test.go
- M src/tests/kernel_cprng/kernel_cprng_test.go
- M src/tests/kernel_crashlog/kernel_crashlog_test.go
- M src/tests/kernel_lockup_detector/kernel_lockup_detector_test.go
- M src/tests/kernel_panic/kernel_panic_test.go
- M src/tests/limited_netsvc/limited_netsvc_test.go
- M src/tests/memory_budget/boot_test.go
- M src/tests/oom/oom_test.go
- M src/tests/reboot/reboottest/reboottest.go
- M src/tests/shutdown/shutdown_test.go
- M tools/emulator/emulator.go
- M tools/emulator/emulatortest/emulatortest.go
- M zircon/system/ulib/uart/test/interrupt-test/uart_interrupt_host_test.go
- M zircon/system/ulib/uart/test/polling-input-test/uart_input_host_test.go
Change size: M
Delta: 25 files changed, 56 insertions(+), 85 deletions(-)
Open in GerritRelated details
Attention is currently required from:
Gerrit-MessageType: newchange
Gerrit-Project: fuchsia
Gerrit-Branch: main
Gerrit-Change-Id: Ie706613b53e9e984d1e4bfcbe58bc502ca749f30
Gerrit-Change-Number: 1658422
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
.