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

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

Issue 11225006: Handle super != and ? (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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/argument_definition_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 [ $compiler == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
(...skipping 312 matching lines...) Expand 10 before | Expand all | Expand 10 after
323 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175 323 Language/10_Expressions/07_Maps_A10_t03: Pass, Fail # co19 175
324 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175 324 Language/10_Expressions/07_Maps_A10_t04: Pass, Fail # co19 175
325 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175 325 Language/10_Expressions/07_Maps_A10_t05: Pass, Fail # co19 175
326 326
327 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90. 327 Language/10_Expressions/05_Strings_A02_t01: Skip # co19 issue 90.
328 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning. 328 Language/10_Expressions/07_Maps_A01_t01: Skip # co19 issue 91: map literals ille gal at statement beginning.
329 329
330 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604. 330 Language/10_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: Fail # issue 1604.
331 Language/10_Expressions/21_Bitwise_Expressions_A01_t01: Fail # issue 1286 (funct ion literals vs. function statements) 331 Language/10_Expressions/21_Bitwise_Expressions_A01_t01: Fail # issue 1286 (funct ion literals vs. function statements)
332 Language/10_Expressions/22_Equality_A01_t01: Fail # issue 2033 (super call of != , === etc) 332 Language/10_Expressions/22_Equality_A01_t01: Fail # issue 2033 (super call of != , === etc)
333 Language/10_Expressions/22_Equality_A05_t01: Fail # issue 2033 (super call of != , === etc)
334 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail # issue 1286 (fu nction literals vs. function statements) 333 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail # issue 1286 (fu nction literals vs. function statements)
335 Language/10_Expressions/22_Shift_A01_t01: Fail # issue 1286 (function literals v s. function statements) 334 Language/10_Expressions/22_Shift_A01_t01: Fail # issue 1286 (function literals v s. function statements)
336 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call) 335 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # issue 1288 (unary s uper operator call)
337 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable) 336 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # issue 2037 (super.x is assignable)
338 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call) 337 Language/10_Expressions/25_Unary_Expressions_A06_t01: Fail # issue 1288 (unary s uper operator call)
339 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call) 338 Language/10_Expressions/25_Unary_Expressions_A08_t01: Fail # issue 1288 (unary s uper operator call)
340 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning. 339 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail # co19 issue 91: ma p literals illegal at statement beginning.
341 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements) 340 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # issue 1286 (fu nction literals vs. function statements)
342 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning. 341 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail # co19 issue 91: map literals illegal at statement beginning.
343 Language/11_Statements/09_Try_A05_t06: Fail # issue 430 342 Language/11_Statements/09_Try_A05_t06: Fail # issue 430
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 519
521 520
522 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 521 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
523 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 522 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
524 523
525 [ $compiler == none && $arch == simarm ] 524 [ $compiler == none && $arch == simarm ]
526 *: Skip 525 *: Skip
527 526
528 [ $compiler == none && $arch == arm ] 527 [ $compiler == none && $arch == arm ]
529 *: Skip 528 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/argument_definition_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698