The set of runtimes on which to run tests.
List<String> get runtimes => _runtimes == null ? const ['vm'] : List.unmodifiable(_runtimes.map((runtime) => runtime.name));