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

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

Issue 12048003: Issue 8025. Disallow mixing in classes that have constructors. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 11 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
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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 6
7 # co19 issue 365 (iterator changes) 7 # co19 issue 365 (iterator changes)
8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365 8 Language/12_Statements/06_For/2_For_in_A01_t05: Fail # co19 issue 365
9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365 9 LibTest/core/Set/Set.from_A01_t02: Fail # co19 issue 365
10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365 10 LibTest/core/Queue/Queue.from_A01_t02: Fail # co19 issue 365
(...skipping 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 LibTest/core/StringBuffer/clear_A02_t01: Fail 115 LibTest/core/StringBuffer/clear_A02_t01: Fail
116 116
117 # co19 issue 352 (use function expression with return type and name) 117 # co19 issue 352 (use function expression with return type and name)
118 LibTest/isolate/SendPort/send_A01_t01: Fail 118 LibTest/isolate/SendPort/send_A01_t01: Fail
119 119
120 120
121 # co19 issue 354 121 # co19 issue 354
122 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail 122 Language/07_Classes/6_Constructors/2_Factories_A01_t02: Fail
123 123
124 124
125 # co19 issue 372 (@static-clean where type warnings are expected)
126 Language/07_Classes/6_Constructors_A03_t03: Fail
127 Language/11_Expressions/11_Instance_Creation/1_New_A06_t04: Fail
128 Language/11_Expressions/11_Instance_Creation/1_New_A06_t05: Fail
129 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A01_t01: F ail
130 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A02_t01: F ail
131 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A06_t01: F ail
132
133
134
135
125 # testing framework or VM issue 7388 (dies on Turkish character) 136 # testing framework or VM issue 7388 (dies on Turkish character)
126 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip 137 Language/11_Expressions/30_Identifier_Reference_A01_t08: Skip
127 138
128 139
129 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax 140 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t02: Fail, OK # deprecated parameter syntax
130 141
131 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323 142 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail # Iss ue 3323
132 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477 143 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # Issue 2477
133 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477 144 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: Fail # Issue 2477
134 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477 145 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # Issue 2477
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after
481 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 492 LibTest/core/Queue/length_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
482 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 493 LibTest/core/Queue/removeFirst_A01_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
483 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371. 494 LibTest/core/Queue/removeFirst_A02_t01: Fail # Moved collection classes from cor e to collection. co19 issue 371.
484 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 495 LibTest/core/Queue/removeLast_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
485 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 496 LibTest/core/Queue/removeLast_A02_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
486 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371. 497 LibTest/core/Set/Set.from_A01_t01: Fail # Moved collection classes from core to collection. co19 issue 371.
487 498
488 499
489 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 500 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
490 *: Skip 501 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698