Skip to content

Commit 0b6b5e9

Browse files
authored
Roll DevTools (#473)
<!-- Thanks for filing a pull request! Reviewers are typically assigned within a week of filing a request. To learn more about code review, see our documentation on Tree Hygiene: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md --> Updates DevTools in customer testing to roll: flutter/devtools#9459 This unblocks: flutter/flutter#173862 > [!IMPORTANT] > This repository is a testing suite that contains references to tests (in the `registry` directory) that are run with every commit to Flutter > to verify that no breaking changes have been introduced (in the "customer_testing" shards). Your merged PR is _not_ automatically run in the > Flutter CI tree. > > After merging this PR, you must send another PR to flutter/flutter updating `dev/customer_testing/tests.version` in that repo with the latest git commit SHA of the flutter/test repo. > > See <flutter/flutter#162048> for details.
1 parent f74c552 commit 0b6b5e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

registry/flutter_devtools.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
77
# NOTE: this commit hash should also match the hash in flutter_devtools_analysis.test.
88
# The analysis and testing for DevTools have been split into two different
99
# registry to speed up performance.
10-
fetch=git -c core.longPaths=true -C tests checkout 51d23c09e5992cc33dcda3ff20863de00c4c516c
10+
fetch=git -c core.longPaths=true -C tests checkout 9701f74f2159e15045ead836e4336479a05510d5
1111

1212
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt
1313

registry/flutter_devtools_analysis.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fetch=git -c core.longPaths=true clone https://github.com/flutter/devtools.git t
77
# NOTE: this commit hash should also match the hash in flutter_devtools.test.
88
# The analysis and testing for DevTools have been split into two different
99
# registry to speed up performance.
10-
fetch=git -c core.longPaths=true -C tests checkout 51d23c09e5992cc33dcda3ff20863de00c4c516c
10+
fetch=git -c core.longPaths=true -C tests checkout 9701f74f2159e15045ead836e4336479a05510d5
1111

1212
# Mock generation required. Otherwise the test code will show analysis errors.
1313
setup.linux=./tool/flutter_customer_tests/setup.sh >> output.txt

0 commit comments

Comments
 (0)