Skip to content

Prettify output #5

@PiotrSikora

Description

@PiotrSikora

The current output is a bit rough and while fine for debugging, it's not very readable output that you want to see when running tests.

Consider using something like this:

  • [vm->host] function(params...) for host call entry,
  • [vm<-host] function return: X for host call return,
  • [host->vm] function(params...) for callback entry,
  • [host<-vm] function return: X for callback return.

with either OK, FAILED, UNEXPECTED being printed out on the right hand side, depending on the expectations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions