forked from angulardart/angular
-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(all): test 1.25.0 causes parallel browser tests to hang
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
1 parent
74986e5
commit e97d038
Showing
7 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters