Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Side by Side Diff: tests/co19/co19-runtime.status

Issue 2947043002: Updated parser to produce error when trying to reinitialize final variables in class constructors. … (Closed)
Patch Set: Added issue #'s to status file updates, fixed language const_error_multiply test Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/const_error_multiply_initialized_test.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $runtime == vm ] 5 [ $runtime == vm ]
6 # These tests are timing dependent and should be non-flaky once the fix for 6 # These tests are timing dependent and should be non-flaky once the fix for
7 # https://github.com/dart-lang/co19/issues/86 is merged into master. 7 # https://github.com/dart-lang/co19/issues/86 is merged into master.
8 # (They are skipped on $runtime == pre_compiled below.) 8 # (They are skipped on $runtime == pre_compiled below.)
9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269 9 LibTest/isolate/Isolate/spawnUri_A01_t06: Pass, Fail # Issue 28269
10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269 10 LibTest/isolate/Isolate/spawnUri_A01_t07: Pass, Fail # Issue 28269
11 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269 11 LibTest/isolate/Isolate/spawn_A04_t01: Pass, Fail # Issue 28269
12 12
13 [$runtime == vm && $compiler == none && $system == fuchsia] 13 [$runtime == vm && $compiler == none && $system == fuchsia]
14 *: Skip # Tests not included in the image. 14 *: Skip # Tests not included in the image.
15 15
16 [ $runtime == vm || $runtime == dart_precompiled ]
17 Language/Classes/Constructors/Generative_Constructors/initializing_formals_execu tion_t02: CompileTimeError # Issue 114
18
19 [ $runtime == dart_precompiled ]
20 Language/Classes/Constructors/Generative_Constructors/execution_of_an_initialize r_t02: CompileTimeError # Issue 114
21
16 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ] 22 [ $runtime == vm || $runtime == flutter || $runtime == dart_precompiled ]
17 # Failures ok in tests below. VM moves super initializer to end of list. 23 # Failures ok in tests below. VM moves super initializer to end of list.
18 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK 24 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK
19 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK 25 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK
20 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK 26 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK
21 27
22 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 28 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200
23 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200 29 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 22200
24 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 30 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
25 31
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 Language/Types/Static_Types/malformed_type_t02: CompileTimeError 394 Language/Types/Static_Types/malformed_type_t02: CompileTimeError
389 Language/Types/Static_Types/malformed_type_t03: CompileTimeError 395 Language/Types/Static_Types/malformed_type_t03: CompileTimeError
390 Language/Types/Static_Types/malformed_type_t04: CompileTimeError 396 Language/Types/Static_Types/malformed_type_t04: CompileTimeError
391 Language/Types/Static_Types/malformed_type_t05: CompileTimeError 397 Language/Types/Static_Types/malformed_type_t05: CompileTimeError
392 Language/Types/Static_Types/malformed_type_t06: CompileTimeError 398 Language/Types/Static_Types/malformed_type_t06: CompileTimeError
393 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError 399 Language/Expressions/Await_Expressions/syntax_t07: CompileTimeError
394 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError 400 Language/Expressions/Await_Expressions/syntax_t08: CompileTimeError
395 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError 401 Language/Expressions/Await_Expressions/syntax_t09: CompileTimeError
396 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror 402 Language/Expressions/Identifier_Reference/async_and_generator_t01: CompileTimeEr ror
397 403
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/const_error_multiply_initialized_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698