Skip to content

test: move uncoupled debugger tests to sequential

Rodrigo Muino Tomonari requested to merge github/fork/Trott/move-debug into master
Checklist
  • tests and code linting passes
  • the commit message follows commit guidelines
Affected core subsystem(s)

test debugger

Description of change

Move tests from test/debugger to test/sequential so that they are exercised by CI and make test. This change only moves tests that have no dependencies that break when moved to a different directory.

The remaining tests can move in a subsequent PR that will have other (minor) changes required so the tests can run in sequential.

/cc @bnoordhuis @santigimeno

Merge request reports

Loading