Skip to content

Instantly share code, notes, and snippets.

@sgraham
Created February 20, 2020 22:18
Show Gist options
  • Select an option

  • Save sgraham/12e24be6d800dfe28b11e1e9b8c7c6f0 to your computer and use it in GitHub Desktop.

Select an option

Save sgraham/12e24be6d800dfe28b11e1e9b8c7c6f0 to your computer and use it in GitHub Desktop.
[00010.051] 01073:01076> [ RUN ] InterruptTest.BindVcpuTest
[00010.051] 01073:01076>
[00010.052] 01073:01076> ../../zircon/system/utest/core/interrupt/interrupt-test.cc:254: Failure: Expected zx::interrupt::create(*root_resource_, kUnboundInterruptNumber, 0, &interrupt) is
[00010.052] 01073:01076>
[00010.052] 01073:01076> Expected: ZX_OK
[00010.052] 01073:01076>
[00010.052] 01073:01076> Which is: ZX_OK(0)
[00010.052] 01073:01076>
[00010.052] 01073:01076> Actual : zx::interrupt::create(*root_resource_, kUnboundInterruptNumber, 0, &interrupt)
[00010.052] 01073:01076>
[00010.052] 01073:01076> Which is: ZX_ERR_INVALID_ARGS(-10)
[00010.052] 01073:01076>
[00010.067] 01073:01076> [ FAILED ] InterruptTest.BindVcpuTest (15
[00010.067] 01073:01076> ms)
[00010.067] 01073:01076> [ RUN ] InterruptTest.UnableToBindVirtualToVcpuAfterPort
[00010.067] 01073:01076>
[00010.067] 01073:01076> pvclock: Clocksource is stable
[00010.070] 01073:01076> [ OK ] InterruptTest.UnableToBindVirtualToVcpuAfterPort (3
[00010.070] 01073:01076> ms)
[00010.070] 01073:01076> [ RUN ] InterruptTest.UnableToBindToVcpuAfterPort
[00010.070] 01073:01076>
[00010.070] 01073:01076> ../../zircon/system/utest/core/interrupt/interrupt-test.cc:300: Failure: Expected zx::interrupt::create(*root_resource_, kUnboundInterruptNumber, 0, &interrupt) is
[00010.070] 01073:01076>
[00010.070] 01073:01076> Expected: ZX_OK
[00010.070] 01073:01076>
[00010.070] 01073:01076> Which is: ZX_OK(0)
[00010.070] 01073:01076>
[00010.070] 01073:01076> Actual : zx::interrupt::create(*root_resource_, kUnboundInterruptNumber, 0, &interrupt)
[00010.070] 01073:01076>
[00010.070] 01073:01076> Which is: ZX_ERR_INVALID_ARGS(-10)
[00010.070] 01073:01076>
[00010.080] 01073:01076> [ FAILED ] InterruptTest.UnableToBindToVcpuAfterPort (9
[00010.080] 01073:01076> ms)
[00010.080] 01073:01076> [ RUN ] InterruptTest.UnableToBindVcpuMultipleGuests
[00010.080] 01073:01076>
[00010.080] 01073:01076> ../../zircon/system/utest/core/interrupt/interrupt-test.cc:325: Failure: Expected zx::interrupt::create(*root_resource_, kUnboundInterruptNumber, 0, &interrupt) is
[00010.080] 01073:01076>
[00010.080] 01073:01076> Expected: ZX_OK
[00010.080] 01073:01076>
[00010.080] 01073:01076> Which is: ZX_OK(0)
[00010.080] 01073:01076>
[00010.080] 01073:01076> Actual : zx::interrupt::create(*root_resource_, kUnboundInterruptNumber, 0, &interrupt)
[00010.080] 01073:01076>
[00010.080] 01073:01076> Which is: ZX_ERR_INVALID_ARGS(-10)
[00010.080] 01073:01076>
[00010.090] 01073:01076> [ FAILED ] InterruptTest.UnableToBindVcpuMultipleGuests (9
[00010.090] 01073:01076> ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment