Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Failing EditableText vertical caret movement tests #98592

Closed
tgucio opened this issue Feb 16, 2022 · 4 comments
Closed

Failing EditableText vertical caret movement tests #98592

tgucio opened this issue Feb 16, 2022 · 4 comments
Assignees
Labels
a: tests "flutter test", flutter_test, or one of our tests a: text input Entering text in a text field or keyboard related problems c: regression It was better in the past than it is now found in release: 2.11 Found to occur in 2.11 framework flutter/packages/flutter repository. See also f: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on P1 High-priority issues at the top of the work list r: fixed Issue is closed as already fixed in a newer version

Comments

@tgucio
Copy link
Contributor

tgucio commented Feb 16, 2022

Wasn't sure where to submit it as it's a problem likely in the framework but is visible in tests.

Steps to Reproduce

  1. Clone Flutter repo
git clone git@github.com:flutter/flutter.git
  1. Run widgets tests from editable_text_shortcuts_tests.dart
cd flutter/packages/flutter
../../bin/flutter test test/widgets/editable_text_shortcuts_tests.dart

Expected results: Tests pass

Actual results: Tests fail

Test log
00:22 +342: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.android)                                                    
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.android)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:22 +342 -1: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.android) [E]                                             
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.android)
  
00:22 +342 -1: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.fuchsia)                                                 
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.fuchsia)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:22 +342 -2: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.fuchsia) [E]                                             
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.fuchsia)
  
00:22 +342 -2: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.iOS)                                                     
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.iOS)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:22 +342 -3: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.iOS) [E]                                                 
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.iOS)
  
00:22 +342 -3: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.linux)                                                   
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.linux)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:22 +342 -4: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.linux) [E]                                               
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.linux)
  
00:22 +342 -4: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.macOS)                                                   
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.macOS)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:22 +342 -5: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.macOS) [E]                                               
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.macOS)
  
00:23 +342 -5: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.windows)                                                 
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/tgucio/wrk/orig_flutter/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.windows)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:23 +342 -6: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.windows) [E]                                             
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.windows)
  
00:27 +366 -6: Some tests failed.                                                                                                                                     
flutter doctor -v
% ../../bin/flutter doctor -v
[✓] Flutter (Channel master, 2.11.0-0.0.pre.582, on macOS 12.1 21C52 darwin-x64, locale en-GB)
    • Flutter version 2.11.0-0.0.pre.582 at /Users/tgucio/wrk/orig_flutter/flutter
    • Upstream repository git@github.com:flutter/flutter.git
    • Framework revision 9514106108 (12 hours ago), 2022-02-16 00:00:11 -0500
    • Engine revision b09cf53269
    • Dart version 2.17.0 (build 2.17.0-105.0.dev)
    • DevTools version 2.10.0

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/tgucio/Library/Android/sdk
    • Platform android-31, build-tools 30.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7590822)

[✓] VS Code (version 1.64.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.34.0

[✓] Connected device (2 available)
    • macOS (desktop) • macos  • darwin-x64     • macOS 12.1 21C52 darwin-x64
    • Chrome (web)    • chrome • web-javascript • Google Chrome 98.0.4758.102

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

@danagbemava-nc danagbemava-nc added the in triage Presently being triaged by the triage team label Feb 17, 2022
@danagbemava-nc
Copy link
Member

This appears to be a regression as the tests pass on stable but not on master.

test logs (master)
[  +47 ms] executing: sysctl hw.optional.arm64
[   +7 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +2 ms] executing: [/Users/nexus/dev/sdks/flutters/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +12 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] 660c15ef7f6b70b9a8d0103b17ea6d157f6e0418
[        ] executing: [/Users/nexus/dev/sdks/flutters/] git tag --points-at 660c15ef7f6b70b9a8d0103b17ea6d157f6e0418
[  +50 ms] Exit code 0 from: git tag --points-at 660c15ef7f6b70b9a8d0103b17ea6d157f6e0418
[        ] executing: [/Users/nexus/dev/sdks/flutters/] git describe --match *.*.* --long --tags 660c15ef7f6b70b9a8d0103b17ea6d157f6e0418
[  +30 ms] Exit code 0 from: git describe --match *.*.* --long --tags 660c15ef7f6b70b9a8d0103b17ea6d157f6e0418
[        ] 2.10.0-0.0.pre-598-g660c15ef7f
[   +3 ms] executing: [/Users/nexus/dev/sdks/flutters/] git rev-parse --abbrev-ref --symbolic @{u}
[   +6 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/master
[        ] executing: [/Users/nexus/dev/sdks/flutters/] git ls-remote --get-url origin
[   +7 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +44 ms] executing: [/Users/nexus/dev/sdks/flutters/] git rev-parse --abbrev-ref HEAD
[   +7 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] master
[   +2 ms] executing: sw_vers -productName
[   +9 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   +7 ms] Exit code 0 from: sw_vers -productVersion
[        ] 12.2
[        ] executing: sw_vers -buildVersion
[   +7 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 21D49
[  +24 ms] Found 1 files which will be executed as Widget Tests.
[   +4 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   +4 ms] Artifact Instance of 'PubDependencies' is not required, skipping update.
[        ] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +25 ms] Skipping pub get: version match.
[  +97 ms] running test package with arguments: [-r, compact, --timeout, 30s, --concurrency=6, --chain-stack-traces, --,
/Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart]
00:00 +0: loading /Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart                                       [ +118 ms] test 0: starting test /Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart
[   +3 ms] Discovered flutter_test_config.dart in /Users/nexus/dev/sdks/flutters/packages/flutter/test
[   +1 ms] Compiler will use the following file as its incremental dill file:
/var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_compiler.TzXROS/output.dill
[        ] Listening to compiler controller...
[   +4 ms] Compiling file:///var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_listener.Mp5rOD/listener.dart
[  +15 ms] /Users/nexus/dev/sdks/flutters/bin/cache/dart-sdk/bin/dart --disable-dart-dev
/Users/nexus/dev/sdks/flutters/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root
/Users/nexus/dev/sdks/flutters/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --no-print-incremental-dependencies --target=flutter
--debugger-module-names --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
/var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_compiler.TzXROS/output.dill --packages
/Users/nexus/dev/sdks/flutters/packages/flutter/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts
--track-widget-creation --initialize-from-dill
/Users/nexus/dev/sdks/flutters/packages/flutter/build/test_cache/build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill
[   +9 ms] <- compile file:///var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_listener.Mp5rOD/listener.dart
[ +769 ms] <- accept
[        ] <- reset
[        ] Compiling file:///var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_listener.Mp5rOD/listener.dart took 795ms
[        ] test 0: starting test device
[   +2 ms] test 0: awaiting connection to test device
[        ] test 0: Observatory uri is not available
[   +1 ms] test 0: test harness socket server is running at port:56019
[   +5 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[        ] Using this directory for fonts configuration: /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_fonts.Quwh5J
[        ] test 0: Starting flutter_tester process with command=[/usr/bin/arch, -x86_64,
/Users/nexus/dev/sdks/flutters/bin/cache/artifacts/engine/darwin-x64/flutter_tester, --disable-observatory, --enable-checked-mode, --verify-entry-points,
--enable-software-rendering, --skia-deterministic-rendering, --enable-dart-profiling, --non-interactive, --use-test-fonts,
--packages=/Users/nexus/dev/sdks/flutters/packages/flutter/.dart_tool/package_config.json,
/var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_listener.Mp5rOD/listener.dart.dill], environment={FLUTTER_TEST: true,
FONTCONFIG_FILE: /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_fonts.Quwh5J/fonts.conf, SERVER_PORT: 56019,
APP_NAME: flutter, UNIT_TEST_ASSETS: /Users/nexus/dev/sdks/flutters/packages/flutter/build/unit_test_assets}
[   +3 ms] test 0: Started flutter_tester process at pid 65007
00:01 +0: loading /Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart                                       [ +577 ms] test 0: connected to test device, now awaiting test result
[        ] test 0: Waiting for test harness or tests to finish
00:15 +342: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.android)                                      
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.android)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:15 +342 -1: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.android) [E]                               
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.android)
  
00:15 +342 -1: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.fuchsia)                                   
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.fuchsia)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:15 +342 -2: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.fuchsia) [E]                               
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.fuchsia)
  
00:15 +342 -2: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.iOS)                                       
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.iOS)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:15 +342 -3: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.iOS) [E]                                   
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.iOS)
  
00:15 +342 -3: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.linux)                                     
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.linux)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:15 +342 -4: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.linux) [E]                                 
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.linux)
  
00:15 +342 -4: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.macOS)                                     
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.macOS)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:15 +342 -5: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.macOS) [E]                                 
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.macOS)
  
00:15 +342 -5: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.windows)                                   
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
The following TestFailure was thrown running a test:
Expected: TextSelection:<TextSelection.collapsed(offset: 7, affinity: TextAffinity.upstream,
isDirectional: false)>
  Actual: TextSelection:<TextSelection.collapsed(offset: 6, affinity: TextAffinity.downstream,
isDirectional: false)>

When the exception was thrown, this was the stack:
#4      main.<anonymous closure>.<anonymous closure>.<anonymous closure>.<anonymous closure> (file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart:1474:13)
<asynchronous suspension>
<asynchronous suspension>
(elided one frame from package:stack_trace)

This was caught by the test expectation on the following line:
  file:///Users/nexus/dev/sdks/flutters/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart line 1474
The test description was:
  run (variant: TargetPlatform.windows)
════════════════════════════════════════════════════════════════════════════════════════════════════
00:15 +342 -6: Common text editing shortcuts:  Arrow Movement vertical movement run (variant: TargetPlatform.windows) [E]                               
  Test failed. See exception logs above.
  The test description was: run (variant: TargetPlatform.windows)
  
00:17 +366 -6: macOS shortcuts line modifier + arrow key movement (variant: TargetPlatform.macOS)                                                       [+15991 ms] test 0: Test harness is no longer needed by test process
[        ] test 0: finished
[        ] test 0: cleaning up...
[        ] test 0: ensuring test device is terminated.
[        ] test 0: Terminating flutter_tester process
[        ] test 0: Shutting down test harness socket server
[        ] test 0: Test process is no longer needed by test harness
[  +21 ms] test 0: flutter_tester process at pid 65007 exited with code=-9
[        ] test 0: deleting temporary directory
[   +3 ms] test 0: finished
00:17 +366 -6: Some tests failed.                                                                                                                       
[   +6 ms] Deleting /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_compiler.TzXROS...
[   +1 ms] killing pid 65004
[  +12 ms] Deleting /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.b8mQgu/flutter_test_fonts.Quwh5J...
[   +1 ms] test package returned with exit code 1
[   +4 ms] "flutter test" took 17,711ms.
[   +2 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      TestCommand.runCommand (package:flutter_tools/src/commands/test.dart:472:7)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1165:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:209:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:94:3)
           <asynchronous suspension>
           
           
[ +253 ms] ensureAnalyticsSent: 251ms
[   +1 ms] Running shutdown hooks
[        ] Shutdown hooks complete
[        ] exiting with code 1
test log(stable)
[ +148 ms] executing: sysctl hw.optional.arm64
[  +37 ms] Exit code 0 from: sysctl hw.optional.arm64
[   +3 ms] hw.optional.arm64: 1
[  +14 ms] executing: [/Users/nexus/dev/sdks/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +71 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] db747aa1331bd95bc9b3874c842261ca2d302cd5
[   +1 ms] executing: [/Users/nexus/dev/sdks/flutter/] git tag --points-at db747aa1331bd95bc9b3874c842261ca2d302cd5
[  +66 ms] Exit code 0 from: git tag --points-at db747aa1331bd95bc9b3874c842261ca2d302cd5
[        ] 2.10.1
[  +12 ms] executing: [/Users/nexus/dev/sdks/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +18 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/nexus/dev/sdks/flutter/] git ls-remote --get-url origin
[  +17 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[ +163 ms] executing: [/Users/nexus/dev/sdks/flutter/] git rev-parse --abbrev-ref HEAD
[  +40 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +9 ms] executing: sw_vers -productName
[  +25 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +18 ms] Exit code 0 from: sw_vers -productVersion
[        ] 12.2
[        ] executing: sw_vers -buildVersion
[  +17 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 21D49
[  +63 ms] Found 1 files which will be executed as Widget Tests.
[   +9 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +50 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update.
[        ] Artifact Instance of 'GradleWrapper' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[        ] Artifact Instance of 'FlutterSdk' is not required, skipping update.
[        ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'WindowsUwpEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'PubDependencies' is not required, skipping update.
[  +78 ms] Skipping pub get: version match.
[ +224 ms] running test package with arguments: [-r, compact, --timeout, 30s, --concurrency=6, --chain-stack-traces, --,
/Users/nexus/dev/sdks/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart]
00:00 +0: loading /Users/nexus/dev/sdks/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart                                                                                          [ +423 ms] test 0: starting test /Users/nexus/dev/sdks/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart
[  +11 ms] Discovered flutter_test_config.dart in /Users/nexus/dev/sdks/flutter/packages/flutter/test
[   +6 ms] Compiler will use the following file as its incremental dill file: /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_compiler.HHWek6/output.dill
[        ] Listening to compiler controller...
[  +15 ms] Compiling file:///var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_listener.en5Sta/listener.dart
[  +46 ms] /Users/nexus/dev/sdks/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/nexus/dev/sdks/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/nexus/dev/sdks/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --no-print-incremental-dependencies --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_compiler.HHWek6/output.dill --packages
/Users/nexus/dev/sdks/flutter/packages/flutter/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --initialize-from-dill
/Users/nexus/dev/sdks/flutter/packages/flutter/build/test_cache/build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill
[  +49 ms] <- compile file:///var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_listener.en5Sta/listener.dart
00:01 +0: loading /Users/nexus/dev/sdks/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart                                                                                          [+1355 ms] <- accept
[        ] <- reset
[        ] Compiling file:///var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_listener.en5Sta/listener.dart took 1453ms
[        ] test 0: starting test device
[   +5 ms] test 0: awaiting connection to test device
[   +1 ms] test 0: Observatory uri is not available
[   +6 ms] test 0: test harness socket server is running at port:57676
[  +26 ms] executing: sysctl hw.optional.arm64
[  +16 ms] Exit code 0 from: sysctl hw.optional.arm64
[        ] hw.optional.arm64: 1
[   +3 ms] Using this directory for fonts configuration: /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_fonts.096X5a
[   +2 ms] test 0: Starting flutter_tester process with command=[/usr/bin/arch, -x86_64, /Users/nexus/dev/sdks/flutter/bin/cache/artifacts/engine/darwin-x64/flutter_tester, --disable-observatory,
--enable-checked-mode, --verify-entry-points, --enable-software-rendering, --skia-deterministic-rendering, --enable-dart-profiling, --non-interactive, --use-test-fonts,
--packages=/Users/nexus/dev/sdks/flutter/packages/flutter/.dart_tool/package_config.json,
/var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_listener.en5Sta/listener.dart.dill], environment={FLUTTER_TEST: true, FONTCONFIG_FILE:
/var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_fonts.096X5a/fonts.conf, SERVER_PORT: 57676, APP_NAME: flutter, UNIT_TEST_ASSETS:
/Users/nexus/dev/sdks/flutter/packages/flutter/build/unit_test_assets}
[  +20 ms] test 0: Started flutter_tester process at pid 68254
00:02 +0: loading /Users/nexus/dev/sdks/flutter/packages/flutter/test/widgets/editable_text_shortcuts_tests.dart                                                                                          [ +595 ms] test 0: connected to test device, now awaiting test result
[   +1 ms] test 0: Waiting for test harness or tests to finish
00:20 +372: macOS shortcuts line modifier + arrow key movement (variant: TargetPlatform.macOS)                                                                                                            [+18587 ms] test 0: Test harness is no longer needed by test process
[        ] test 0: finished
[   +1 ms] test 0: cleaning up...
[        ] test 0: ensuring test device is terminated.
[        ] test 0: Terminating flutter_tester process
[        ] test 0: Shutting down test harness socket server
[        ] test 0: Test process is no longer needed by test harness
[  +19 ms] test 0: flutter_tester process at pid 68254 exited with code=-9
[        ] test 0: deleting temporary directory
[   +2 ms] test 0: finished
00:20 +372: All tests passed!                                                                                                                                                                             
[  +17 ms] Deleting /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_compiler.HHWek6...
[   +2 ms] killing pid 68251
[  +21 ms] Deleting /var/folders/p0/m30kv62s231_1_zc_vxb_xqw0000gn/T/flutter_tools.KzoHfj/flutter_test_fonts.096X5a...
[   +3 ms] test package returned with exit code 0
[  +14 ms] "flutter test" took 21,651ms.
[ +267 ms] ensureAnalyticsSent: 254ms
[   +5 ms] Running shutdown hooks
[   +1 ms] Shutdown hooks complete
[   +1 ms] exiting with code 0
flutter doctor -v
[✓] Flutter (Channel stable, 2.10.1, on macOS 12.2 21D49 darwin-arm, locale en-GB)
    • Flutter version 2.10.1 at /Users/nexus/dev/sdks/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision db747aa133 (8 days ago), 2022-02-09 13:57:35 -0600
    • Engine revision ab46186b24
    • Dart version 2.16.1
    • DevTools version 2.9.2

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/nexus/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)

[☠] IntelliJ IDEA Community Edition (the doctor check crashed)
    ✗ Due to an error, the doctor check did not complete. If the error message below is not helpful, please let us know about this issue at https://github.com/flutter/flutter/issues.
    ✗ FormatException: Unexpected extension byte (at offset 5)
    • #0      _Utf8Decoder.convertSingle (dart:convert-patch/convert_patch.dart:1789:7)
      #1      Utf8Decoder.convert (dart:convert/utf.dart:351:42)
      #2      InputStream.readString (package:archive/src/util/input_stream.dart:207:30)
      #3      new ZipDirectory.read (package:archive/src/zip/zip_directory.dart:40:30)
      #4      ZipDecoder.decodeBuffer (package:archive/src/zip_decoder.dart:19:30)
      #5      ZipDecoder.decodeBytes (package:archive/src/zip_decoder.dart:14:12)
      #6      IntelliJPlugins._findPluginXml (package:flutter_tools/src/intellij/intellij.dart:130:44)
      #7      IntelliJPlugins._readPackageVersion (package:flutter_tools/src/intellij/intellij.dart:141:40)
      #8      IntelliJPlugins.validatePackage (package:flutter_tools/src/intellij/intellij.dart:63:35)
      #9      IntelliJValidator.validate (package:flutter_tools/src/intellij/intellij_validator.dart:103:15)
      #10     asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:111:32)
      #11     asyncGuard.<anonymous closure> (package:flutter_tools/src/base/async_guard.dart:109:18)
      #12     _rootRun (dart:async/zone.dart:1426:13)
      #13     _CustomZone.run (dart:async/zone.dart:1328:19)
      #14     _runZoned (dart:async/zone.dart:1861:10)
      #15     runZonedGuarded (dart:async/zone.dart:1849:12)
      #16     runZoned (dart:async/zone.dart:1780:12)
      #17     asyncGuard (package:flutter_tools/src/base/async_guard.dart:109:3)
      #18     Doctor.startValidatorTasks (package:flutter_tools/src/doctor.dart:205:9)
      #19     Doctor.diagnose (package:flutter_tools/src/doctor.dart:309:47)
      #20     DoctorCommand.runCommand (package:flutter_tools/src/commands/doctor.dart:50:48)
      #21     FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:1320:12)
      <asynchronous suspension>
      #22     FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1161:27)
      <asynchronous suspension>
      #23     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
      <asynchronous suspension>
      #24     CommandRunner.runCommand (package:args/command_runner.dart:209:13)
      <asynchronous suspension>
      #25     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:281:9)
      <asynchronous suspension>
      #26     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
      <asynchronous suspension>
      #27     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5)
      <asynchronous suspension>
      #28     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
      <asynchronous suspension>
      #29     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
      <asynchronous suspension>
      #30     main (package:flutter_tools/executable.dart:94:3)
      <asynchronous suspension>


[✓] VS Code (version 1.64.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.34.0

[✓] Connected device (3 available)
    • M2007J20CG (mobile) • 5dd3be00 • android-arm64  • Android 11 (API 30)
    • macOS (desktop)     • macos    • darwin-arm64   • macOS 12.2 21D49 darwin-arm
    • Chrome (web)        • chrome   • web-javascript • Google Chrome 98.0.4758.102

[✓] HTTP Host Availability
    • All required HTTP hosts are available

! Doctor found issues in 1 category.
[✓] Flutter (Channel master, 2.11.0-0.0.pre.598, on macOS 12.2 21D49 darwin-arm, locale en-GB)
    • Flutter version 2.11.0-0.0.pre.598 at /Users/nexus/dev/sdks/flutters
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 660c15ef7f (7 hours ago), 2022-02-16 23:09:13 -0500
    • Engine revision 754478998b
    • Dart version 2.17.0 (build 2.17.0-105.0.dev)
    • DevTools version 2.10.0

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/nexus/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 13.2.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.11.2

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2021.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.11+0-b60-7772763)

[✓] IntelliJ IDEA Community Edition (version 2021.3)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin version 213.5744.122

[✓] VS Code (version 1.64.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.34.0

[✓] Connected device (3 available)
    • M2007J20CG (mobile) • 5dd3be00 • android-arm64  • Android 11 (API 30)
    • macOS (desktop)     • macos    • darwin-arm64   • macOS 12.2 21D49 darwin-arm
    • Chrome (web)        • chrome   • web-javascript • Google Chrome 98.0.4758.102

[✓] HTTP Host Availability
    • All required HTTP hosts are available

• No issues found!

@danagbemava-nc danagbemava-nc added a: tests "flutter test", flutter_test, or one of our tests found in release: 2.11 Found to occur in 2.11 framework flutter/packages/flutter repository. See also f: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on c: regression It was better in the past than it is now a: text input Entering text in a text field or keyboard related problems and removed in triage Presently being triaged by the triage team labels Feb 17, 2022
@HansMuller
Copy link
Contributor

CC @justinmc

@goderbauer goderbauer added P1 High-priority issues at the top of the work list waiting for PR to land (fixed) A fix is in flight labels Feb 23, 2022
@tgucio
Copy link
Contributor Author

tgucio commented Mar 3, 2022

Closed via #98607.

@tgucio tgucio closed this as completed Mar 3, 2022
@danagbemava-nc danagbemava-nc added r: fixed Issue is closed as already fixed in a newer version and removed waiting for PR to land (fixed) A fix is in flight labels Mar 3, 2022
@github-actions
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: tests "flutter test", flutter_test, or one of our tests a: text input Entering text in a text field or keyboard related problems c: regression It was better in the past than it is now found in release: 2.11 Found to occur in 2.11 framework flutter/packages/flutter repository. See also f: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on P1 High-priority issues at the top of the work list r: fixed Issue is closed as already fixed in a newer version
Projects
None yet
Development

No branches or pull requests

4 participants