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

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

Issue 10426002: Disallow repeated type parameters (issues 2239 & 2240). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 7 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 5
6 [ $runtime == vm ] 6 [ $runtime == vm ]
7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression) 7 Language/10_Expressions/01_Constants_A17_t03: Crash # issue 1681 (recursion in c ompile-time constant expression)
8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM 8 Language/10_Expressions/01_Constants_A16_t02: Crash, Pass # Should result in OOM
9 9
10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented) 10 Language/07_Classes/1_Instance_Methods/2_Operators_A01_t01: Fail # issue 1604 (c all operator not implemented)
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue 92 313 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A01_t01: Fail # co19 issue 92
314 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue 92 314 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A03_t01: Fail # co19 issue 92
315 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1 9 issue 92 315 LibTest/core/RegExp/Pattern_semantics/firstMatch_Disjunction_A01_t01: Fail # co1 9 issue 92
316 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19 issue 92 316 LibTest/core/RegExp/Pattern_semantics/firstMatch_Quantifier_A03_t01: Fail # co19 issue 92
317 LibTest/core/SendPort/send_A02_t01: Fail 317 LibTest/core/SendPort/send_A02_t01: Fail
318 LibTest/core/String/contains_A01_t02: Fail 318 LibTest/core/String/contains_A01_t02: Fail
319 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103 319 LibTest/core/String/replaceFirst_A02_t01: Fail # co19 issue 103
320 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103 320 LibTest/core/String/replaceAll_A02_t01: Fail # co19 issue 103
321 321
322 322
323 Language/03_Overview/1_Scoping_A01_t34: Fail # TODO(vm-team): New failure at r16 4. Please triage.
324 Language/03_Overview/1_Scoping_A01_t35: Fail # TODO(vm-team): New failure at r16 4. Please triage.
325 Language/03_Overview/1_Scoping_A01_t36: Fail # TODO(vm-team): New failure at r16 4. Please triage.
326 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(vm-team): New failure at r16 4. Please triage. 323 Language/03_Overview/1_Scoping_A01_t39: Fail # TODO(vm-team): New failure at r16 4. Please triage.
327 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(vm-team): New failure at r16 4. Please triage. 324 Language/03_Overview/1_Scoping_A01_t40: Fail # TODO(vm-team): New failure at r16 4. Please triage.
328 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(vm-team): New failure at r16 4. Please triage. 325 Language/03_Overview/1_Scoping_A01_t41: Fail # TODO(vm-team): New failure at r16 4. Please triage.
329 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): New failure at r16 4. Please triage. 326 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(vm-team): New failure at r16 4. Please triage.
330 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(vm-team): New failure at r16 4. Please triage. 327 Language/03_Overview/2_Privacy_A01_t11: Fail # TODO(vm-team): New failure at r16 4. Please triage.
331 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(vm-team): New failure at r16 4. Please triage. 328 Language/03_Overview/2_Privacy_A01_t16: Fail # TODO(vm-team): New failure at r16 4. Please triage.
332 Language/11_Statements/11_Labels_A01_t03: Fail # TODO(vm-team): New failure at r 164. Please triage. 329 Language/11_Statements/11_Labels_A01_t03: Fail # TODO(vm-team): New failure at r 164. Please triage.
333 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(vm-team): New f ailure at r164. Please triage. 330 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail # TODO(vm-team): New f ailure at r164. Please triage.
334 331
335 332
336 [ $runtime == vm && $arch == ia32 ] 333 [ $runtime == vm && $arch == ia32 ]
337 LibTest/core/int/operator_left_shift_A01_t02: Fail 334 LibTest/core/int/operator_left_shift_A01_t02: Fail
338 335
339 336
340 [ $runtime == vm && $unchecked ] 337 [ $runtime == vm && $unchecked ]
341 Language/09_Generics/09_Generics_A04_t04: Fail # co19 issue 117 338 Language/09_Generics/09_Generics_A04_t04: Fail # co19 issue 117
342 Language/13_Types/1_Static_Types_A02_t08: Fail 339 Language/13_Types/1_Static_Types_A02_t08: Fail
343 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97 340 Language/13_Types/2_Dynamic_Type_System_A02_t01: Fail # # co19 issue 97
344 341
345 342
346 [ $arch == simarm ] 343 [ $arch == simarm ]
347 *: Skip 344 *: Skip
348 345
349 346
350 [ $arch == arm ] 347 [ $arch == arm ]
351 *: Skip 348 *: Skip
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