|
|
@ -1029,7 +1029,7 @@ DeathTest::TestRole FuchsiaDeathTest::AssumeRole() { |
|
|
|
// Note: The test component must have `fuchsia.process.Launcher` declared
|
|
|
|
// Note: The test component must have `fuchsia.process.Launcher` declared
|
|
|
|
// in its manifest. (Fuchsia integration tests require creating a
|
|
|
|
// in its manifest. (Fuchsia integration tests require creating a
|
|
|
|
// "Fuchsia Test Component" which contains a "Fuchsia Component Manifest")
|
|
|
|
// "Fuchsia Test Component" which contains a "Fuchsia Component Manifest")
|
|
|
|
// Launching processes is a privileged operation in Fuschia, and the
|
|
|
|
// Launching processes is a privileged operation in Fuchsia, and the
|
|
|
|
// declaration indicates that the ability is required for the component.
|
|
|
|
// declaration indicates that the ability is required for the component.
|
|
|
|
std::unique_ptr<char*[]> argv = CreateArgvFromArgs(args); |
|
|
|
std::unique_ptr<char*[]> argv = CreateArgvFromArgs(args); |
|
|
|
status = fdio_spawn_etc(child_job, FDIO_SPAWN_CLONE_ALL, argv[0], argv.get(), |
|
|
|
status = fdio_spawn_etc(child_job, FDIO_SPAWN_CLONE_ALL, argv[0], argv.get(), |
|
|
|