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

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

Issue 9284027: Issue 1317. Mark test as failing in release (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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
« no previous file with comments | « no previous file | 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 prefix co19 5 prefix co19
6 6
7 7
8 # 8 #
9 # Problems specific to running on Mac OS X 9 # Problems specific to running on Mac OS X
10 # 10 #
(...skipping 15 matching lines...) Expand all
26 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219 26 LangGuideTest/02_Language_Constructs/02_11_Exceptions/A09/t04: Fail # Issue 219
27 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue 202 27 LibTest/core/Date/Date.withTimeZone/Date/Date.withTimeZone/A01/t09: Fail # Issue 202
28 LibTest/core/List/List/List/A01/t04: Fail # Issue 218 28 LibTest/core/List/List/List/A01/t04: Fail # Issue 218
29 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor y. 29 LibTest/core/List/sort/List/sort/A01/t06: Skip # Out of memor y.
30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail 30 LibTest/core/Math/parseInt/Math/parseInt/A01/t01: Fail
31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218 31 LibTest/core/Queue/Queue.from/Queue/Queue.from/A01/t02: Fail # Issue 218
32 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511 32 LibTest/core/Set/add/Set/add/A01/t05: Fail # Bug 5392511
33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511 33 LibTest/core/Set/addAll/Set/addAll/A01/t05: Fail # Bug 5392511
34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511 34 LibTest/core/Set/contains/Set/contains/A01/t04: Fail # Bug 5392511
35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511 35 LibTest/core/Set/containsAll/Set/containsAll/A01/t04: Fail # Bug 5392511
36 LibTest/core/String/contains/String/contains/A03/t01: Fail # Issue 1317
36 LibTest/core/int/operator-/int/operator-/A01/t01: Fail 37 LibTest/core/int/operator-/int/operator-/A01/t01: Fail
37 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail 38 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
38 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail 39 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
39 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 40 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
40 41
41 # 42 #
42 # Tests that pass in release mode but fail in debug mode 43 # Tests that pass in release mode but fail in debug mode
43 # 44 #
44 [ $component == dartc && $mode == debug ] 45 [ $component == dartc && $mode == debug ]
45 46
(...skipping 322 matching lines...) Expand 10 before | Expand all | Expand 10 after
368 369
369 [ $component == dartium ] 370 [ $component == dartium ]
370 *: Skip 371 *: Skip
371 372
372 373
373 [ $component == chromium ] 374 [ $component == chromium ]
374 *: Skip 375 *: Skip
375 376
376 [ $component == frogium ] 377 [ $component == frogium ]
377 *: Skip 378 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698