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

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

Issue 8513001: Fix syntax error in co19-*.status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: changes Created 9 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 | « no previous file | dart/tests/co19/co19-runtime.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) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 prefix co19 5 prefix co19
6 6
7 # 7 #
8 # Problems specific to compiler in release build (--optimize) 8 # Problems specific to compiler in release build (--optimize)
9 # 9 #
10 [ $component == dartc && $mode == release ] 10 [ $component == dartc && $mode == release ]
(...skipping 394 matching lines...) Expand 10 before | Expand all | Expand 10 after
405 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail 405 LibTest/core/int/toRadixString/int/toRadixString/A01/t01: Fail
406 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail 406 LibTest/core/int/toStringAsExponential/int/toStringAsExponential/A01/t01: Fail
407 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail 407 LibTest/core/int/toStringAsFixed/int/toStringAsFixed/A01/t01: Fail
408 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail 408 LibTest/core/int/toStringAsPrecision/int/toStringAsPrecision/A01/t01: Fail
409 409
410 # Started failing after making @static-type-error non-negative. 410 # Started failing after making @static-type-error non-negative.
411 [ $component == dartc ] 411 [ $component == dartc ]
412 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash 412 LangSpecTest/13_Types/13_4_Interface_Types/A11/t01: Crash
413 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash 413 LangSpecTest/13_Types/13_4_Interface_Types/A11/t02: Crash
414 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail 414 LibTest/core/Map/forEach/Map/forEach/A01/t03: Fail
415 LibTest/core/Map/operator\[\]/Map/operator\[\]/A01/t03: Fail 415 LibTest/core/Map/operator\[]/Map/operator\[]/A01/t03: Fail
416 LibTest/core/Map/operator\[\]=/Map/operator\[\]=/A01/t03: Fail 416 LibTest/core/Map/operator\[]=/Map/operator\[]=/A01/t03: Fail
417 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail 417 LibTest/core/Map/putIfAbsent/Map/putIfAbsent/A01/t04: Fail
418 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail 418 LibTest/core/String/toLowerCase/String/toLowerCase/A01/t04: Fail
419 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail 419 LibTest/core/String/toUpperCase/String/toUpperCase/A01/t04: Fail
420 420
421 [ $component == dartium ] 421 [ $component == dartium ]
422 *: Skip 422 *: Skip
423 423
424 424
425 [ $component == chromium ] 425 [ $component == chromium ]
426 *: Skip 426 *: Skip
OLDNEW
« no previous file with comments | « no previous file | dart/tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698