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

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

Issue 9192007: Simplify equality checks and get rid of unreachable code in number and bool. (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
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 # 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
37 LibTest/core/int/operator-/int/operator-/A01/t01: Fail 36 LibTest/core/int/operator-/int/operator-/A01/t01: Fail
38 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail 37 LibTest/core/int/operator_div/int/operator/div/A01/t01: Fail
39 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail 38 LibTest/core/int/operator_~div/int/operator/~div/A01/t01: Fail
40 LibTest/core/int/toInt/int/toInt/A01/t01: Fail 39 LibTest/core/int/toInt/int/toInt/A01/t01: Fail
41 40
42 # 41 #
43 # Tests that pass in release mode but fail in debug mode 42 # Tests that pass in release mode but fail in debug mode
44 # 43 #
45 [ $component == dartc && $mode == debug ] 44 [ $component == dartc && $mode == debug ]
46 45
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
370 369
371 [ $component == dartium ] 370 [ $component == dartium ]
372 *: Skip 371 *: Skip
373 372
374 373
375 [ $component == chromium ] 374 [ $component == chromium ]
376 *: Skip 375 *: Skip
377 376
378 [ $component == frogium ] 377 [ $component == frogium ]
379 *: Skip 378 *: Skip
OLDNEW
« compiler/lib/implementation/string.js ('K') | « compiler/lib/implementation/string.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698