Skip to content

Conversation

@chrisbobbe
Copy link
Contributor

This updates to the following change in Zulip:
zulip/zulip-flutter@834834b
zulip/zulip-flutter#1547

in order to unblock this PR:
flutter/flutter#165832

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.

Copy link
Contributor

@justinmc justinmc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 . Thank you for the quick fix here!

Copy link
Contributor

@chunhtai chunhtai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@justinmc justinmc requested a review from Piinks June 5, 2025 23:23
@justinmc
Copy link
Contributor

justinmc commented Jun 5, 2025

@Piinks I think I also need a special review from someone like you?

@Piinks
Copy link
Contributor

Piinks commented Jun 5, 2025

Interesting, I needed to enable the workflow. I will check in with the infra team on that. Good to go!

@auto-submit
Copy link
Contributor

auto-submit bot commented Jun 5, 2025

autosubmit label was removed for flutter/tests/460, because - The status or check suite linux_tests (shard 1 of 3, 0) has failed. Please fix the issues identified (or deflake) before re-applying this label.

@auto-submit auto-submit bot removed the autosubmit label Jun 5, 2025
@justinmc
Copy link
Contributor

justinmc commented Jun 6, 2025

It looks like the failure is actually in superlist's tests? Here's one file it's referring to: https://github.com/superlistapp/super_sliver_list/blob/main/example/lib/shell/app.dart

How do we typically deal with that?

|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/shell/app.dart:266:33 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/shell/app.dart:268:31 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/shell/scaffold.dart:74:55 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/shell/sidebar.dart:107:51 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/shell/sidebar.dart:108:51 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/button.dart:68:35 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/button.dart:196:33 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/button.dart:251:44 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/button.dart:252:29 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/button.dart:253:29 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/check_box.dart:79:39 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/focus_indicator.dart:54:46 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/list_header.dart:20:39 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/list_header.dart:21:40 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/sliver_decoration.dart:41:29 • deprecated_member_use
|    info • 'withOpacity' is deprecated and shouldn't be used. Use .withValues() to avoid precision loss • example/lib/widgets/sliver_decoration.dart:55:29 • deprecated_member_use
|    info • Don't make a function 'async' if it doesn't use 'await' • test/extent_list_test.dart:177:22 • unnecessary_async
|    info • Don't make a function 'async' if it doesn't use 'await' • test/extent_list_test.dart:204:25 • unnecessary_async
|    info • Don't make a function 'async' if it doesn't use 'await' • test/super_sliver_list_test.dart:55:13 • unnecessary_async

@Piinks
Copy link
Contributor

Piinks commented Jun 11, 2025

Hmm, this is strange. I just saw another PR move along ok recently. Let me rebase this just in case.

@Piinks Piinks force-pushed the pr-zulip-route-animation-durations branch from 78415f2 to 47060fc Compare June 11, 2025 20:02
@auto-submit auto-submit bot merged commit 9a7ff44 into flutter:main Jun 11, 2025
1 check passed
@chrisbobbe chrisbobbe deleted the pr-zulip-route-animation-durations branch June 12, 2025 20:09
chrisbobbe added a commit to chrisbobbe/flutter that referenced this pull request Jun 18, 2025
This pulls in the 3 commits below:

flutter/tests@7f55026...9a7ff44

2025-06-11 cbobbe@zulip.com Bump Zulip pin to update some tests that hard-code route animation duration (flutter/tests#460)
2025-06-10 37781044+piotruela@users.noreply.github.com Bump patrol tests to b8bcebf96ff13e37fdc5474804d68e2352e472a4 (flutter/tests#451)
2025-06-02 21270878+elliette@users.noreply.github.com Re-enable DevTools tests (flutter/tests#459)

(using the command from 5ce5251 / flutter#162763 to make the log).

The latest change just went into flutter/tests yesterday and is why
I'm making this PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants