Skip to content

test: fix failing test in test-tick-processor

Rodrigo Muino Tomonari requested to merge github/fork/ghaiklor/fix/5903 into master

Pull Request check-list

  • Does make -j8 test (UNIX) or vcbuild test nosign (Windows) pass with this change (including linting)?
  • Is the commit message formatted according to [CONTRIBUTING.md][0]?

Affected core subsystem(s)

test

Description of change

Fixes #5903 (closed)

The problem in /RunInDebugContext/ regular expression. After investigating the isolate logs for this test-case, I've found nothing that satisfy this expression.

Possible solution can be flag i that fixes it.

Though, I think that it's just a typo in regular expression and there is should be lower-cased first letter.

Merge request reports

Loading