Updated co19 status file to skip initializing_formals_execution_t02 until it is updated to expect a compilation error when trying to reinitialize a final field: https://github.com/dart-lang/co19/issues/114.

BUG=

Review-Url: https://codereview.chromium.org/2944073002 .
This commit is contained in:
Ben Konyi
2017-06-19 13:13:57 -07:00
parent e8131d6f1a
commit 2cdfc0cdab
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -9,6 +9,7 @@
LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269
LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269
Language/Classes/Constructors/Generative_Constructors/initializing_formals_execution_t02: CompileTimeError
[$runtime == vm && $compiler == none && $system == fuchsia]
*: Skip # Tests not included in the image.
+1 -1
View File
@@ -28,7 +28,7 @@ regress_23408_test: Skip # don't care about the static warning.
regress_25246_test: Skip
getter_setter_in_lib_test: Fail # Issue 23286
final_attempt_reinitialization_test.dart: Skip # Issue 29657
final_attempt_reinitialization_test: CompileTimeError # Issue 29657
override_field_test/03: Fail # Issue 29703
method_override7_test/03: Fail # Issue 11497