Skip to content

VM test has started failing #44709

@lrhn

Description

@lrhn

A VM test has started failing after a change which affected stack traces.

See: https://logs.chromium.org/logs/dart/buildbucket/cr-buildbucket.appspot.com/8857679151829657616/+/steps/test_results/0/logs/new_test_failures__logs_/0

The test has very specific regexps to match particular stack traces. Those stack traces no longer match, and I'm not in a position to guess which changes are needed.
If your test depends on recognizing specific structure which is not guaranteed to be stable against changes outside of your code, you need to have a script that can automatically update the expectations, and link to that script in the error message. Alternatively, you can modify the regexps to be more permissive and only check for the parts that you are in control of.

I'll mark the failures as accepted for now, so you can update the tests at your leisure. The affected tests are:

  • vm/dart_2/causal_stacks/async_throws_stack_no_causal_non_symbolic_test
  • vm/dart_2/causal_stacks/async_throws_stack_no_causal_test

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-vmUse area-vm for VM related issues, including code coverage, and the AOT and JIT backends.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions