Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Conversation

@cbracken
Copy link
Member

@cbracken cbracken commented Mar 8, 2021

Seeing many web tests fail with errors like:

00:07 +0 -11: test/cupertino/search_field_test.dart: clear button removes text
══╡ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ╞═════════════════════════════════════════════════════════
The following message was thrown:
Could not navigate to initial route.
The requested route name was: "/default"
There was no corresponding route in the app, and therefore the initial route specified will be
ignored and "/" will be used instead.
════════════════════════════════════════════════════════════════════════════════════════════════════

00:07 +0 -12: test/cupertino/search_field_test.dart: clear button removes text [E]
  Test failed. See exception logs above.
  The test description was: clear button removes text

Re-opening flutter/flutter#75987.

This reverts commit 510d2ab.

Seeing many web tests fail with errors like:

```
00:07 +0 -11: test/cupertino/search_field_test.dart: clear button removes text
══╡ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ╞═════════════════════════════════════════════════════════
The following message was thrown:
Could not navigate to initial route.
The requested route name was: "/default"
There was no corresponding route in the app, and therefore the initial route specified will be
ignored and "/" will be used instead.
════════════════════════════════════════════════════════════════════════════════════════════════════

00:07 +0 -12: test/cupertino/search_field_test.dart: clear button removes text [E]
  Test failed. See exception logs above.
  The test description was: clear button removes text
```

This reverts commit 510d2ab.
@cbracken cbracken requested a review from mdebbar March 8, 2021 19:22
@google-cla google-cla bot added the cla: yes label Mar 8, 2021
@cbracken cbracken requested a review from zanderso March 8, 2021 19:23
@cbracken
Copy link
Member Author

cbracken commented Mar 8, 2021

@mdebbar This seems to trigger hundreds of failures in the framework roll. Is there a way we can add a similar test for the engine?

@cbracken
Copy link
Member Author

cbracken commented Mar 8, 2021

Cirrus re-run triggered.

@cbracken cbracken merged commit 6602df4 into flutter:master Mar 8, 2021
@cbracken cbracken deleted the revert-pr branch March 8, 2021 20:21
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Mar 8, 2021
zanderso pushed a commit to flutter/flutter that referenced this pull request Mar 8, 2021
* 968e69d vulkan: Fix build issue due to missing VK_RESULT_RANGE_SIZE (flutter/engine#24829)

* d9fdce4 Roll Skia from 3dc6c190dabb to 9ef3f2e3da9f (9 revisions) (flutter/engine#24830)

* 510d2ab [web] Fix url updates when using Router (flutter/engine#24798)

* fee85ab [web] Don't set both color and foreground at the same time (flutter/engine#24828)

* 45ff1a2 Roll Fuchsia Mac SDK from Ks1dVR_ST... to PPdB-GHCt... (flutter/engine#24832)

* 81e219e Roll Fuchsia Linux SDK from zPlM6iYY3... to Suchs2RGt... (flutter/engine#24834)

* c49b2fa Roll Skia from 9ef3f2e3da9f to 8f440b4e1e22 (2 revisions) (flutter/engine#24835)

* ce21b84 Roll Dart SDK from 4693d6d4f88e to b77641194368 (3 revisions) (flutter/engine#24836)

* 9662a38 Prevent race condition while switching surfaces (flutter/engine#24838)

* 805a93c Roll Dart SDK from b77641194368 to fee865ec6404 (1 revision) (flutter/engine#24839)

* 0a2ffe4 Roll Fuchsia Mac SDK from PPdB-GHCt... to Xkten1Nxc... (flutter/engine#24841)

* 8c8eafd Roll Fuchsia Linux SDK from Suchs2RGt... to 4_MXZyYYE... (flutter/engine#24842)

* 09b2468 Roll Skia from 8f440b4e1e22 to 00d6cf436884 (1 revision) (flutter/engine#24843)

* f4b2244 Roll Dart SDK from fee865ec6404 to 9bc9e48fe908 (2 revisions) (flutter/engine#24844)

* ac795b8 Roll Dart SDK from 9bc9e48fe908 to b191fb71063c (1 revision) (flutter/engine#24847)

* 55bb5c9 Roll Fuchsia Mac SDK from Xkten1Nxc... to Ler-DhxPF... (flutter/engine#24849)

* 4f49758 Roll Fuchsia Linux SDK from 4_MXZyYYE... to -kU3jhhRL... (flutter/engine#24850)

* 6450de9 Roll Skia from 00d6cf436884 to 1314913ff569 (1 revision) (flutter/engine#24851)

* 6c4b145 Roll Skia from 1314913ff569 to 5f2932e0e391 (1 revision) (flutter/engine#24852)

* 0f6f52b Roll Fuchsia Mac SDK from Ler-DhxPF... to Rw36pWO5J... (flutter/engine#24853)

* 122c99d Roll Fuchsia Linux SDK from -kU3jhhRL... to hnDJ6SZhJ... (flutter/engine#24855)

* 286f20a Roll Skia from 5f2932e0e391 to 07ee548d5bcd (1 revision) (flutter/engine#24856)

* 3b625f5 Roll Dart SDK from b191fb71063c to 64a5583ffbc9 (2 revisions) (flutter/engine#24860)

* 5bb3725 Roll Fuchsia Mac SDK from Rw36pWO5J... to C8RDwF3IB... (flutter/engine#24862)

* 49c1b7d Roll Fuchsia Linux SDK from hnDJ6SZhJ... to yDVPrfGq5... (flutter/engine#24863)

* 6602df4 Revert "[web] Fix url updates when using Router (#24798)" (flutter/engine#24870)
hjfreyer pushed a commit to hjfreyer/engine that referenced this pull request Mar 22, 2021
…tter#24870)

Seeing many web tests fail with errors like:

```
00:07 +0 -11: test/cupertino/search_field_test.dart: clear button removes text
══╡ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ╞═════════════════════════════════════════════════════════
The following message was thrown:
Could not navigate to initial route.
The requested route name was: "/default"
There was no corresponding route in the app, and therefore the initial route specified will be
ignored and "/" will be used instead.
════════════════════════════════════════════════════════════════════════════════════════════════════

00:07 +0 -12: test/cupertino/search_field_test.dart: clear button removes text [E]
  Test failed. See exception logs above.
  The test description was: clear button removes text
```

This reverts commit 510d2ab.
chriscraws pushed a commit to chriscraws/engine that referenced this pull request Mar 23, 2021
…tter#24870)

Seeing many web tests fail with errors like:

```
00:07 +0 -11: test/cupertino/search_field_test.dart: clear button removes text
══╡ EXCEPTION CAUGHT BY FLUTTER FRAMEWORK ╞═════════════════════════════════════════════════════════
The following message was thrown:
Could not navigate to initial route.
The requested route name was: "/default"
There was no corresponding route in the app, and therefore the initial route specified will be
ignored and "/" will be used instead.
════════════════════════════════════════════════════════════════════════════════════════════════════

00:07 +0 -12: test/cupertino/search_field_test.dart: clear button removes text [E]
  Test failed. See exception logs above.
  The test description was: clear button removes text
```

This reverts commit 510d2ab.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants