flutter/dev/devicelab/test
Matan Lurey f070ffc53b
Get reasonable output when a stream test fails. (#154377)
Debugging https://github.com/flutter/flutter/issues/154268 was hard; when I removed `--disable-dart-dev` I would get the following error from this test:

<img width="627" alt="Screenshot 2024-08-29 at 4 25 43 PM" src="https://github.com/user-attachments/assets/2cc3266e-cc6e-425f-b909-12d7556ff110">

After my change, this is what the error looks like:

<img width="1055" alt="Screenshot 2024-08-29 at 4 26 50 PM" src="https://github.com/user-attachments/assets/8b0ecccc-a7c9-4da7-bf22-15cef24c4cc7">

In general we should embrace more of the test package and matchers when appropriate.
2024-09-03 21:36:24 +00:00
..
framework [devicelab] Web benchmarks now run on Chromium 89+ (#98629) 2022-02-16 19:04:14 -08:00
tasks Copy artifacts to applicationBinaryPath when specified for build+test separation (#109879) 2022-08-23 16:32:39 +00:00
ab_test.dart Update dev/devicelab/** to provide --local-engine-host. (#132342) 2023-08-10 17:25:30 -07:00
adb_test.dart allow adb to set canfail then use canFail=true for clearing logs (#150517) 2024-06-24 19:13:24 +00:00
cocoon_test.dart Enable no_leading_underscores_for_local_identifiers (#96422) 2022-01-21 14:43:59 -08:00
common.dart Align more closely with package:test (#77118) (#78343) 2021-03-16 13:58:02 -07:00
host_agent_test.dart Migrate devicelab tests and test runners to null safety. (#85999) 2021-07-23 13:37:57 -07:00
metrics_center_test.dart add missing trailing commas in list/set/map literals (#102585) 2022-04-27 09:15:35 +02:00
perf_tests_test.dart Ensure that the output path used by perf_tests_test matches the path used by perf_tests if the FLUTTER_TEST_OUTPUTS_DIR variable is set (#153888) 2024-08-22 03:30:24 +00:00
run_test.dart Get reasonable output when a stream test fails. (#154377) 2024-09-03 21:36:24 +00:00
runner_test.dart Migrate device lab runner to nulls safety (#110582) 2022-08-30 19:46:05 +02:00
running_processes_test.dart Refactor devicelab bin/run.dart and other cleanup (#96320) 2022-01-10 13:40:17 -08:00
task_result_test.dart Migrate devicelab tests and test runners to null safety. (#85999) 2021-07-23 13:37:57 -07:00
utils_test.dart Update dev/devicelab/** to provide --local-engine-host. (#132342) 2023-08-10 17:25:30 -07:00