This reverts commit b0b2c0077a56e313cb00a9c5285e4bf4fb43f3b0.
This commit is contained in:
parent
b0b2c0077a
commit
7dd166fac5
@ -43,7 +43,7 @@ Who lives, who dies, who tells your story\?
|
|||||||
|
|
||||||
When the exception was thrown, this was the stack:
|
When the exception was thrown, this was the stack:
|
||||||
#[0-9]+ +main.<anonymous closure> \(.+[/\\]dev[/\\]automated_tests[/\\]flutter_test[/\\]exception_handling_test\.dart:16:9\)
|
#[0-9]+ +main.<anonymous closure> \(.+[/\\]dev[/\\]automated_tests[/\\]flutter_test[/\\]exception_handling_test\.dart:16:9\)
|
||||||
<<skip until matching line>>
|
#[0-9]+ +main.<anonymous closure> \(.+[/\\]dev[/\\]automated_tests[/\\]flutter_test[/\\]exception_handling_test\.dart:15:77\)
|
||||||
#[0-9]+ +.+ \(package:flutter_test[/\\]src[/\\]widget_tester\.dart:[0-9]+:[0-9]+\)
|
#[0-9]+ +.+ \(package:flutter_test[/\\]src[/\\]widget_tester\.dart:[0-9]+:[0-9]+\)
|
||||||
<<skip until matching line>>
|
<<skip until matching line>>
|
||||||
^\(elided [0-9]+ .+\)$
|
^\(elided [0-9]+ .+\)$
|
||||||
|
@ -18,10 +18,6 @@ When the exception was thrown, this was the stack:
|
|||||||
The test description was:
|
The test description was:
|
||||||
TestAsyncUtils - custom guarded sections
|
TestAsyncUtils - custom guarded sections
|
||||||
════════════════════════════════════════════════════════════════════════════════════════════════════
|
════════════════════════════════════════════════════════════════════════════════════════════════════
|
||||||
══╡ EXCEPTION CAUGHT BY FLUTTER TEST FRAMEWORK ╞════════════════════════════════════════════════════
|
|
||||||
The following message was thrown:
|
|
||||||
Multiple exceptions \(2\) were detected during the running of the current test, and at least one was unexpected.
|
|
||||||
════════════════════════════════════════════════════════════════════════════════════════════════════
|
|
||||||
.*(this line has more of the test framework's output)?
|
.*(this line has more of the test framework's output)?
|
||||||
Test failed\. See exception logs above\.
|
Test failed\. See exception logs above\.
|
||||||
The test description was: TestAsyncUtils - custom guarded sections
|
The test description was: TestAsyncUtils - custom guarded sections
|
||||||
|
@ -90,7 +90,6 @@ Future<CompilerOutput> compile(
|
|||||||
'--sdk-root',
|
'--sdk-root',
|
||||||
sdkRoot,
|
sdkRoot,
|
||||||
'--strong',
|
'--strong',
|
||||||
'--sync-async',
|
|
||||||
'--target=flutter',
|
'--target=flutter',
|
||||||
];
|
];
|
||||||
if (trackWidgetCreation)
|
if (trackWidgetCreation)
|
||||||
@ -216,7 +215,6 @@ class ResidentCompiler {
|
|||||||
_sdkRoot,
|
_sdkRoot,
|
||||||
'--incremental',
|
'--incremental',
|
||||||
'--strong',
|
'--strong',
|
||||||
'--sync-async',
|
|
||||||
'--target=flutter',
|
'--target=flutter',
|
||||||
];
|
];
|
||||||
if (outputPath != null) {
|
if (outputPath != null) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user