From 0cd8f3d02b8a0c8a0a09ac1c075f52e4b7b1dafe Mon Sep 17 00:00:00 2001 From: Alexander Markov Date: Tue, 14 Jun 2022 07:56:32 -0700 Subject: [PATCH] Restore expectations for dev/automated_tests/flutter_test/exception_handling_test (#105778) --- .../flutter_test/exception_handling_expectation.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/dev/automated_tests/flutter_test/exception_handling_expectation.txt b/dev/automated_tests/flutter_test/exception_handling_expectation.txt index 9089082d4672..c1c85c06adad 100644 --- a/dev/automated_tests/flutter_test/exception_handling_expectation.txt +++ b/dev/automated_tests/flutter_test/exception_handling_expectation.txt @@ -46,6 +46,14 @@ Who lives, who dies, who tells your story\? When the exception was thrown, this was the stack: #[0-9]+ +main. \(.+[/\\]dev[/\\]automated_tests[/\\]flutter_test[/\\]exception_handling_test\.dart:16:5\) <> +#[0-9]+ +.+ \(package:flutter_test[/\\]src[/\\]widget_tester\.dart:[0-9]+:[0-9]+\) +<> +#[0-9]+ +.+ \(package:flutter_test[/\\]src[/\\]binding.dart:[0-9]+:[0-9]+\) +<> +#[0-9]+ +.+ \(package:flutter_test[/\\]src[/\\]widget_tester\.dart:[0-9]+:[0-9]+\) +<> +^\(elided ([0-9]+|one) .+$ +<> The test description was: Exception handling in test harness - uncaught Future error ════════════════════════════════════════════════════════════════════════════════════════════════════