Skip to content

Update dependency test to ^1.32.0 - #742

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/test-1.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/test-1.x

Conversation

@renovate

@renovate renovate Bot commented Sep 3, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
test (source) dev_dependencies minor ^1.30.0^1.32.0

Release Notes

dart-lang/test (test)

v1.32.0

Compare Source

  • Precompiled browser tests: stop serving files from outside the precompiled
    root directory. The static handler no longer sets serveFilesOutsidePath,
    restoring path-containment parity with the dart2js and dart2wasm compilers.
  • Export TestFailure from package:test/scaffolding.dart.
  • Support --compiler cli with the vm-asan, vm-msan, and vm-tsan
    runtimes.
  • Add support for DART_TEST_REPORTER environment variable in test runner and
    when tests are run directly on platforms which support dart:io. The
    environment variable takes precedence over configuration in dart_test.yaml
    but is overridden by the --reporter flag when passed to the test runner.
  • Suppress dart2js compiler output for successful compiles.
  • Include output from passing tests messages within the Passing tests group
    in GithubReporter.
  • Only include VM debugger in output when using interactive debugging, suppress
    it when only using coverage.
  • Use a redirect html file for browser tests to avoid leaking websocket details
    through process starting arguments.
  • Migrate out of process VM tests communication channel from TCP sockets to Unix
    domain sockets inside a restricted temporary directory.
  • Pass Node.js test process connection configuration and secret token via a
    restricted temporary authentication file to prevent secret leakage in command
    line process arguments.
  • Enable asserts in the exe compiler.
  • Keep the CHROME_EXECUTABLE, MS_EDGE_EXECUTABLE, FIREFOX_EXECUTABLE, and
    SAFARI_EXECUTABLE overrides working when the browser is also configured
    through override_platforms or define_platforms. Any setting on those
    platforms used to drop the variable.
  • Fix race conditions in Chrome coverage collection where tests could finish
    before DevTools connection and coverage profiling were initialized.
  • Fix deadlock that may occur running tests with the exe compiler.

v1.31.2

Compare Source

  • Add support for running tests as native CLI bundles (vm platform only).
    • You can run tests this way with --compiler cli.
  • Impacts Configuration Support using the OS platform selector to configure
    browser tests.
    Previously tests loaded for the browser would have an operating system of
    "none", now they will have an operating system matching the system the browser
    is running on. This allows more specific configuration, such as skipping a
    particular browser test on a particular platform. This may impact existing
    configuration which relied on the configuration for browser tests being
    independent from any OS specific configuration. For instance a wide skip of
    all tests with OS 'windows' would previously still run browser tests on
    windows, but will now skip all tests including browser tests.
  • Use a DevTools URL instead of a defunct observatory URL.
  • Disable throttling in chrome launch arguments.
  • Allow package_config 3.x.x.
  • Require analyzer: '>=13.0.0 <15.0.0'
  • Use the compact or failures-only reporters by default for tests run directly
    instead of through the test runner.

v1.31.1

Compare Source

  • Ignore an error locating the SDK directory on platforms where the
    resolvedExecutable is unexpectedly null.
  • Fix a bug where -c exe tests would hang on exit on windows.
  • Fix a bug where the web test runner would not find custom HTML files when
    using the dart2wasm compiler.
  • GithubReporter:
    • Group contiguous passing and skipped tests into collapsible groups to
      reduce log noise in GitHub Actions.
    • Updated skipped icon to ⏭️.
  • Increase SDK constraint to ^3.10.0.
  • Allow analyzer version 13.x.x.

v1.31.0

Compare Source

  • Print a summary of failed tests at the end of the expanded reporter output.
  • Add vm-asan, vm-msan, and vm-tsan runtimes to run tests on the standalone
    Dart VM under Address Sanitizer, Memory Sanitizer or Thread Sanitizer. This is
    useful for finding issues when using foreign libraries through dart:ffi, such
    as use-after-free, use of initialized memory and data races, or for detecting
    data races in Dart code using shared fields.
  • Change return type on the body callback argument to group to void from
    dynamic. This may surface cases where the group callback was erroneously
    returning an ignored value.
  • Fix a hang when a test run with --compiler exe crashes.
  • Require analyzer: '>=8.0.0 <13.0.0'

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot added the pub label Sep 3, 2026
@github-actions github-actions Bot added frontend Frontend related changes cliq_term Issues regarding cliq's terminal emulator labels Sep 3, 2026
@renovate
renovate Bot force-pushed the renovate/test-1.x branch 2 times, most recently from 2734608 to 44afa1c Compare September 7, 2026 22:40
@renovate
renovate Bot force-pushed the renovate/test-1.x branch from 44afa1c to c704149 Compare September 15, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cliq_term Issues regarding cliq's terminal emulator frontend Frontend related changes pub

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants