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

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

Issue 11267027: More fixes for super[] (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 1 month 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 | « tests/co19/co19-dart2dart.status ('k') | no next file » | 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 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282: 5 # These tests either wrongly expect a compile-time error or wrongly reject a typ e error in production mode, co19 issue 282:
6 [ $compiler == none && $runtime == vm ] 6 [ $compiler == none && $runtime == vm ]
7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK 7 Language/13_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK
8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK 8 Language/13_Libraries_and_Scripts/1_Imports_A03_t08: Fail, OK
9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK 9 Language/13_Libraries_and_Scripts/1_Imports_A03_t25: Fail, OK
10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK 10 Language/13_Libraries_and_Scripts/1_Imports_A03_t28: Fail, OK
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
281 Language/10_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175 281 Language/10_Expressions/07_Maps_A10_t02: Pass, Fail # co19 175
282 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 282 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175
283 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 283 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175
284 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 284 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175
285 285
286 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. 286 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90.
287 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning. 287 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning.
288 288
289 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604. 289 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604.
290 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call) 290 Language/10_Expressions/27_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call)
291 Language/10_Expressions/27_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable)
292 Language/10_Expressions/27_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call) 291 Language/10_Expressions/27_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
293 Language/10_Expressions/28_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
294 292
295 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79) 293 LibTest/core/List/every_A03_t01: Skip # Promise removed (co19 issue #79)
296 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79) 294 LibTest/core/List/filter_A03_t01: Skip # Promise removed (co19 issue #79)
297 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79) 295 LibTest/core/List/some_A03_t01: Skip # Promise removed (co19 issue #79)
298 296
299 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail 297 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail
300 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail 298 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail
301 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail 299 LibTest/core/RegExp/Pattern_semantics/firstMatch_DecimalEscape_A01_t02: Fail
302 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail 300 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail
303 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail 301 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after
492 490
493 491
494 [ $compiler == none && $runtime == vm && $mode == debug ] 492 [ $compiler == none && $runtime == vm && $mode == debug ]
495 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 493 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
496 494
497 [ $compiler == none && $arch == simarm ] 495 [ $compiler == none && $arch == simarm ]
498 *: Skip 496 *: Skip
499 497
500 [ $compiler == none && $arch == arm ] 498 [ $compiler == none && $arch == arm ]
501 *: Skip 499 *: Skip
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698