| platform | vm |
|---|
| Duration | 0.0 sec |
|---|---|
| Tests | 20 |
| Failures | 0 |
| Test case: | tests unit/catcher/custom_catcher_report_mode_test.dart CustomCatcherReportMode: returns correct supported platforms |
|---|---|
| Outcome: | Passed |
| Duration: | 0.018 sec |
| Test case: | tests unit/catcher/custom_catcher_report_mode_test.dart CustomCatcherReportMode: does not require context |
|---|---|
| Outcome: | Passed |
| Duration: | 0.003 sec |
| Test case: | tests unit/catcher/custom_catcher_report_mode_test.dart CustomCatcherReportMode: does not show dialog when context is null |
|---|---|
| Outcome: | Passed |
| Duration: | 0.251 sec |
ERROR ERROR #0 AppSystemError.createFlutterError (package:core/admin/app_system_error.dart:64:11) ERROR #1 CustomCatcherReportMode._createError (package:manager/catcher/custom_catcher_report_mode.dart:62:27) ERROR ERROR --------------------------------------------------- ERROR --------------------------------------------------- ERROR Location: manager-catcher ERROR Time: 2026-07-14 21:51:29.520081 ERROR System error: Exception: Mock Error ERROR Exception: Mock Error ERROR null --------------------------------------------------- ERROR --------------------------------------------------- ERROR ERROR
| Test case: | tests unit/catcher/custom_catcher_report_mode_test.dart CustomCatcherReportMode: shows dialog when requestAction is called |
|---|---|
| Outcome: | Passed |
| Duration: | 0.53 sec |
ERROR ERROR #0 AppSystemError.createFlutterError (package:core/admin/app_system_error.dart:64:11) ERROR #1 CustomCatcherReportMode._createError (package:manager/catcher/custom_catcher_report_mode.dart:62:27) ERROR ERROR --------------------------------------------------- ERROR --------------------------------------------------- ERROR Location: manager-catcher ERROR Time: 2026-07-14 21:51:29.604080 ERROR System error: Exception: Mock Error ERROR Exception: Mock Error ERROR #0 new MockReport (file:///d:/working/flipdare/code/packages/manager/test/unit/catcher/custom_catcher_report_mode_test.dart:161:20) ERROR #1 _runShowDialogOk.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/catcher/custom_catcher_report_mode_test.dart:71:24) ERROR #2 testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:192:29) ERROR <asynchronous suspension> ERROR #3 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1952:5) ERROR <asynchronous suspension> ERROR #4 StackZoneSpecification._registerCallback.<anonymous closure> (package:stack_trace/src/stack_zone_specification.dart:114:42) ERROR <asynchronous suspension> ERROR --------------------------------------------------- ERROR --------------------------------------------------- ERROR ERROR
| Test case: | tests unit/catcher/custom_catcher_report_mode_test.dart CustomCatcherReportMode: dialog can be dismissed by tapping Ok button |
|---|---|
| Outcome: | Passed |
| Duration: | 0.087 sec |
ERROR ERROR #0 AppSystemError.createFlutterError (package:core/admin/app_system_error.dart:64:11) ERROR #1 CustomCatcherReportMode._createError (package:manager/catcher/custom_catcher_report_mode.dart:62:27) ERROR ERROR --------------------------------------------------- ERROR --------------------------------------------------- ERROR Location: manager-catcher ERROR Time: 2026-07-14 21:51:30.132096 ERROR System error: Exception: Mock Error ERROR Exception: Mock Error ERROR #0 new MockReport (file:///d:/working/flipdare/code/packages/manager/test/unit/catcher/custom_catcher_report_mode_test.dart:161:20) ERROR #1 _runDismissedOk.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/catcher/custom_catcher_report_mode_test.dart:109:24) ERROR #2 testWidgets.<anonymous closure>.<anonymous closure> (package:flutter_test/src/widget_tester.dart:192:29) ERROR <asynchronous suspension> ERROR #3 TestWidgetsFlutterBinding._runTestBody (package:flutter_test/src/binding.dart:1952:5) ERROR <asynchronous suspension> ERROR #4 StackZoneSpecification._registerCallback.<anonymous closure> (package:stack_trace/src/stack_zone_specification.dart:114:42) ERROR <asynchronous suspension> ERROR --------------------------------------------------- ERROR --------------------------------------------------- ERROR ERROR
| Test case: | tests unit/config/launch_config_test.dart LaunchConfig should create a valid LaunchConfig |
|---|---|
| Outcome: | Passed |
| Duration: | 0.004 sec |
| Test case: | tests unit/config/launch_config_test.dart LaunchConfig easyNotifier notifies |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - registered task TestRegisteredLaunchTask should return correct name and result |
|---|---|
| Outcome: | Passed |
| Duration: | 0.003 sec |
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - registered task register does not call registerSingleton on GetIt if not setup |
|---|---|
| Outcome: | Passed |
| Duration: | 0.01 sec |
WARNING WARNING #0 LaunchTask.register (package:manager/launch/launch_task.dart:63:11) WARNING #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:55:31) WARNING WARNING TestRegisteredLaunchTask is not set up yet, cannot register... WARNING
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - registered task register calls registerSingleton on GetIt |
|---|---|
| Outcome: | Passed |
| Duration: | 0.009 sec |
INFO INFO #0 LaunchTask.setup (package:manager/launch/launch_task.dart:48:9) INFO #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:64:18) INFO INFO Setting up TestRegisteredLaunchTask... INFO INFO INFO #0 LaunchTask.register (package:manager/launch/launch_task.dart:69:11) INFO #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:66:31) INFO INFO Registering TestRegisteredLaunchTask in LaunchContext... INFO
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - registered task register does not register again if already registered |
|---|---|
| Outcome: | Passed |
| Duration: | 0.005 sec |
INFO INFO #0 LaunchTask.setup (package:manager/launch/launch_task.dart:48:9) INFO #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:75:18) INFO INFO Setting up TestRegisteredLaunchTask... INFO INFO INFO #0 LaunchTask.register (package:manager/launch/launch_task.dart:69:11) INFO #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:76:34) INFO INFO Registering TestRegisteredLaunchTask in LaunchContext... INFO WARNING WARNING #0 LaunchTask.register (package:manager/launch/launch_task.dart:58:11) WARNING #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:79:35) WARNING WARNING TestRegisteredLaunchTask is already registered, skipping registration... WARNING
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - non-registered task TestNonRegisteredLaunchTask should return correct name and result |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - non-registered task register should not attempt to register in GetIt |
|---|---|
| Outcome: | Passed |
| Duration: | 0.004 sec |
INFO INFO #0 LaunchTask.setup (package:manager/launch/launch_task.dart:48:9) INFO #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:109:18) INFO INFO Setting up TestNonRegisteredLaunchTask... INFO WARNING WARNING #0 LaunchTask.register (package:manager/launch/launch_task.dart:55:11) WARNING #1 _runLaunchRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:111:31) WARNING WARNING TestNonRegisteredLaunchTask does not require registration, skipping... WARNING
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - non-registered task TestNonRegisteredLaunchTask should return correct name and result |
|---|---|
| Outcome: | Passed |
| Duration: | 0.002 sec |
| Test case: | tests unit/launch/launch_task_test.dart LaunchTask: LaunchTask - non-registered task register should not attempt to register in GetIt |
|---|---|
| Outcome: | Passed |
| Duration: | 0.004 sec |
INFO INFO #0 LaunchTask.setup (package:manager/launch/launch_task.dart:48:9) INFO #1 _runLaunchNonRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:143:18) INFO INFO Setting up TestNonRegisteredLaunchTask... INFO WARNING WARNING #0 LaunchTask.register (package:manager/launch/launch_task.dart:55:11) WARNING #1 _runLaunchNonRegisteredTaskTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/launch/launch_task_test.dart:145:31) WARNING WARNING TestNonRegisteredLaunchTask does not require registration, skipping... WARNING
| Test case: | tests unit/startup/app_launcher_test.dart AppLauncher Unit Tests should initialize correctly |
|---|---|
| Outcome: | Passed |
| Duration: | 0.011 sec |
| Test case: | tests unit/startup/app_launcher_test.dart AppLauncher Unit Tests should launch app successfully |
|---|---|
| Outcome: | Passed |
| Duration: | 0.122 sec |
DEBUG DEBUG #0 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:48:9) DEBUG #1 AppLauncher.launch (package:manager/startup/app_launcher.dart:37:11) DEBUG DEBUG Starting launch process with 1 tasks... DEBUG INFO INFO #0 LaunchTask.setup (package:manager/launch/launch_task.dart:48:9) INFO #1 AppLauncher._runTasks.<anonymous closure> (package:manager/startup/app_launcher.dart:53:24) INFO INFO Setting up Mock Launch Task... INFO DEBUG DEBUG #0 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:70:13) DEBUG #1 <asynchronous suspension> DEBUG DEBUG Registering task: Mock Launch Task DEBUG INFO INFO #0 LaunchTask.register (package:manager/launch/launch_task.dart:69:11) INFO #1 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:71:14) INFO INFO Registering Mock Launch Task in LaunchContext... INFO INFO INFO #0 AppLauncher.launch (package:manager/startup/app_launcher.dart:41:9) INFO #1 <asynchronous suspension> INFO INFO All launch tasks completed (launch errors=false), marking LaunchConfig as ready INFO
| Test case: | tests unit/startup/app_launcher_test.dart AppLauncher Unit Tests should NOT throw an exception even if launch fails |
|---|---|
| Outcome: | Passed |
| Duration: | 0.013 sec |
DEBUG DEBUG #0 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:48:9) DEBUG #1 AppLauncher.launch (package:manager/startup/app_launcher.dart:37:11) DEBUG DEBUG Starting launch process with 1 tasks... DEBUG INFO INFO #0 LaunchTask.setup (package:manager/launch/launch_task.dart:48:9) INFO #1 AppLauncher._runTasks.<anonymous closure> (package:manager/startup/app_launcher.dart:53:24) INFO INFO Setting up Mock Launch Error Task... INFO ERROR ERROR Exception: Mock setupState error ERROR ERROR #0 MockLaunchErrorTask.setupState (file:///d:/working/flipdare/code/packages/manager/test/unit/startup_mocks.dart:77:5) ERROR #1 LaunchTask.setup (package:manager/launch/launch_task.dart:49:22) ERROR #2 AppLauncher._runTasks.<anonymous closure> (package:manager/startup/app_launcher.dart:53:24) ERROR #3 MappedListIterable.elementAt (dart:_internal/iterable.dart:442:31) ERROR #4 ListIterator.moveNext (dart:_internal/iterable.dart:371:26) ERROR #5 Future.wait (dart:async/future.dart:544:26) ERROR #6 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:49:18) ERROR #7 AppLauncher.launch (package:manager/startup/app_launcher.dart:37:11) ERROR ERROR Error during task setup: MockLaunchErrorTask ERROR DEBUG DEBUG #0 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:70:13) DEBUG #1 <asynchronous suspension> DEBUG DEBUG Registering task: Mock Launch Error Task DEBUG WARNING WARNING #0 LaunchTask.register (package:manager/launch/launch_task.dart:63:11) WARNING #1 AppLauncher._runTasks (package:manager/startup/app_launcher.dart:71:14) WARNING WARNING Mock Launch Error Task is not set up yet, cannot register... WARNING INFO INFO #0 AppLauncher.launch (package:manager/startup/app_launcher.dart:41:9) INFO #1 <asynchronous suspension> INFO INFO All launch tasks completed (launch errors=true), marking LaunchConfig as ready INFO
| Test case: | tests unit/tasks/sentry_task_test.dart SentryTask: run |
|---|---|
| Outcome: | Passed |
| Duration: | 0.078 sec |
INFO INFO #0 new MockWidget (file:///d:/working/flipdare/code/packages/manager/test/unit/tasks/sentry_task_test.dart:71:9) INFO #1 runSentryTaskUnitTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/tasks/sentry_task_test.dart:41:30) INFO INFO doSomethingThatThrows: false INFO INFO INFO #0 SentryTask.run (package:manager/tasks/sentry_task.dart:21:9) INFO #1 runSentryTaskUnitTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/tasks/sentry_task_test.dart:41:26) INFO INFO Initializing sentry and running app INFO
| Test case: | tests unit/tasks/sentry_task_test.dart SentryTask: sentry can capture |
|---|---|
| Outcome: | Passed |
| Duration: | 0.01 sec |
INFO INFO #0 new MockWidget (file:///d:/working/flipdare/code/packages/manager/test/unit/tasks/sentry_task_test.dart:71:9) INFO #1 runSentryTaskUnitTests.<anonymous closure>.<anonymous closure> (file:///d:/working/flipdare/code/packages/manager/test/unit/tasks/sentry_task_test.dart:54:11) INFO INFO doSomethingThatThrows: true INFO