Skip to content

Tags: dart-lang/test

Tags

test-v1.26.3

Toggle test-v1.26.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expand Analyzer constraints to allow 8.x (#2518)

Ignore deprecated analyzer APIs to publish a cross-compatible version of
the test packages before bumping to require the latest version.

test_core-v0.6.12

Toggle test_core-v0.6.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expand Analyzer constraints to allow 8.x (#2518)

Ignore deprecated analyzer APIs to publish a cross-compatible version of
the test packages before bumping to require the latest version.

test_api-v0.7.7

Toggle test_api-v0.7.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Expand Analyzer constraints to allow 8.x (#2518)

Ignore deprecated analyzer APIs to publish a cross-compatible version of
the test packages before bumping to require the latest version.

checks-v0.3.1

Toggle checks-v0.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
prep to publish package:checks 0.3.1 (#2513)

test-v1.26.2

Toggle test-v1.26.2's commit message

test_core-v0.6.11

Toggle test_core-v0.6.11's commit message

test-v1.26.1

Toggle test-v1.26.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue with failed assertions using setUpAll/tearDownAll (#2499)

When groups are filtered using `filter()` and not `onPlatform`, we would clone the group and tests without also cloning `setUpAll`/`tearDownAll`, which led to an assertion failure when trying to set the parents.

This change ensures we clone tests in `filter()` like we do in `forPlatform()`.

Fixes #2498

test_core-v0.6.10

Toggle test_core-v0.6.10's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue with failed assertions using setUpAll/tearDownAll (#2499)

When groups are filtered using `filter()` and not `onPlatform`, we would clone the group and tests without also cloning `setUpAll`/`tearDownAll`, which led to an assertion failure when trying to set the parents.

This change ensures we clone tests in `filter()` like we do in `forPlatform()`.

Fixes #2498

test_api-v0.7.6

Toggle test_api-v0.7.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix an issue with failed assertions using setUpAll/tearDownAll (#2499)

When groups are filtered using `filter()` and not `onPlatform`, we would clone the group and tests without also cloning `setUpAll`/`tearDownAll`, which led to an assertion failure when trying to set the parents.

This change ensures we clone tests in `filter()` like we do in `forPlatform()`.

Fixes #2498

test-v1.26.0

Toggle test-v1.26.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
release test packages (#2495)

cc @DanTup