Skip to content

Commit

Permalink
test(all): test 1.25.0 causes parallel browser tests to hang
Browse files Browse the repository at this point in the history
Take `_tests` for example. `dart run build_runner test -- -P browser
-j1` works fine, but `-j8`, which is the default, hangs after all tests
cases succeeded. This should warrant a bug reprot.

Signed-off-by: Gavin Zhao <[email protected]>
  • Loading branch information
GZGavinZhao committed Feb 5, 2024
1 parent 74986e5 commit e97d038
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion _tests/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
ngdart: ^8.0.0-dev.3
ngtest: ^5.0.0-dev.2
source_gen: ^1.4.0
test: ^1.24.4
test: ">=1.24.0 <1.25.0"

dev_dependencies:
analyzer: ^6.0.0
Expand Down
2 changes: 1 addition & 1 deletion ngast/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ dependencies:
dev_dependencies:
lints: ^2.1.0
path: ^1.8.3
test: ^1.24.4
test: ">=1.24.0 <1.25.0"
2 changes: 1 addition & 1 deletion ngcompiler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ dev_dependencies:
build_test: ^2.2.1
lints: ^2.1.0
package_config: ^2.1.0
test: ^1.24.4
test: ">=1.24.0 <1.25.0"
2 changes: 1 addition & 1 deletion ngforms/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ dev_dependencies:
lints: ^2.1.0
mockito: ^5.4.3
ngtest: ^5.0.0-dev.2
test: ^1.24.4
test: ">=1.24.0 <1.25.0"
2 changes: 1 addition & 1 deletion ngrouter/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ dev_dependencies:
lints: ^2.1.0
mockito: ^5.4.3
ngtest: ^5.0.0-dev.2
test: ^1.24.4
test: ">=1.24.0 <1.25.0"
2 changes: 1 addition & 1 deletion ngtest/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ dev_dependencies:
build_test: ^2.2.1
build_web_compilers: ^4.0.4
lints: ^2.1.0
test: ^1.24.4
test: ">=1.24.0 <1.25.0"
4 changes: 2 additions & 2 deletions tool/package_versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ source_span: ^1.10.0
string_scanner: ^1.2.0
stream_transform: ^2.1.0
term_glyph: ^1.2.1
test: ^1.24.4
watcher: ^1.1.0
test: ">=1.24.0 <1.25.0"
watcher: ^1.1.0

0 comments on commit e97d038

Please sign in to comment.