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

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

Issue 23478005: Add compilation error on named parameters with private names (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 3 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 | Annotate | Revision Log
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('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 && $system == windows ] 5 [ $runtime == vm && $system == windows ]
6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382. 6 LibTest/core/Stopwatch/elapsed_A01_t01: Pass, Fail # Issue 11382.
7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383. 7 LibTest/core/Stopwatch/elapsed_A01_t03: Pass, Fail # Issue 12383.
8 8
9 [ $compiler == none && $runtime == vm ] 9 [ $compiler == none && $runtime == vm ]
10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428) 10 # The following tests fail because they contain number literals with a + prefix (co19 issue 428)
11 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428 11 LibTest/core/double/floor_A01_t05: Fail # co19 issue 428
12 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428 12 LibTest/core/double/ceil_A01_t05: Fail # co19 issue 428
13 13
14 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t04: Fail # Iss ue 5743
15
16 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978 14 Language/07_Classes/4_Abstract_Instance_Members_A03_t02: Fail # Dart issue 978
17 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978 15 Language/07_Classes/4_Abstract_Instance_Members_A03_t03: Fail # Dart issue 978
18 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978 16 Language/07_Classes/4_Abstract_Instance_Members_A03_t04: Fail # Dart issue 978
19 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978 17 Language/07_Classes/4_Abstract_Instance_Members_A03_t05: Fail # Dart issue 978
20 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978 18 Language/07_Classes/4_Abstract_Instance_Members_A04_t05: Fail # Dart issue 978
21 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978 19 Language/07_Classes/4_Abstract_Instance_Members_A04_t06: Fail # Dart issue 978
22 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954 20 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # Dar t issue 6954
23 LibTest/math/pow_A18_t01: Fail # co19 issue 507 21 LibTest/math/pow_A18_t01: Fail # co19 issue 507
24 22
25 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802 23 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail # Dart issue 5802
26 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894 24 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # Dart issue 5894
27 25
28
29 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t03: Fail # Iss ue 6085
30
31 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8 26 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250 8
32 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8 27 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250 8
33 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508 28 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail # I ssue 12508
34 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508 29 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # Issue 12508
35 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508 30 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # Issue 12508
36 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508 31 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 12508
37 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508 32 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail # Issue 12508
38 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508 33 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa il # Issue 12508
39 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508 34 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 12508
40 35
(...skipping 195 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498 231 LibTest/core/int/ceilToDouble_A01_t01: fail # co19 issue 498
237 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498 232 LibTest/core/int/floorToDouble_A01_t01: fail # co19 issue 498
238 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498 233 LibTest/core/int/roundToDouble_A01_t01: fail # co19 issue 498
239 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498 234 LibTest/core/int/truncateToDouble_A01_t01: fail # co19 issue 498
240 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497 235 LibTest/isolate/isolate_api/spawnFunction_A03_t01: fail # co19 issue 497
241 236
242 # co19-roll r546 (11.08.2013) caused these failures 237 # co19-roll r546 (11.08.2013) caused these failures
243 [ $compiler == none && $runtime == vm && $unchecked ] 238 [ $compiler == none && $runtime == vm && $unchecked ]
244 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496 239 Language/12_Expressions/12_Instance_Creation/2_Const_A09_t02: Fail # co19 issue 496
245 240
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698