Skip to content

test: skip cpu-intensive tests on slow hosts

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

test arm V8

Description of change

The test-tick-processor-* tests are now passing everywhere except for the single-processor 700MHz Raspberry Pi 1 devices.

The tests are CPU-intensive. Skip the tests if there is only one CPU and it runs at a speed not more than 700 MHz.

Merge request reports

Loading