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

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

Issue 23710024: Change the order of bitwise operators and equality/relational operators. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Updated expectations, filed co19 bug. Created 7 years, 3 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) 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 # This file contains the tests that have been identified as broken and have been filed 5 # This file contains the tests that have been identified as broken and have been filed
6 # on the co19 issue tracker. 6 # on the co19 issue tracker.
7 # In order to qualify here these tests need to fail both on the VM and dart2js. 7 # In order to qualify here these tests need to fail both on the VM and dart2js.
8 8
9 ### GENERAL FAILURES ### 9 ### GENERAL FAILURES ###
10 10
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548 95 LibTest/typed_data/Uint8ClampedList/retainAll_A01_t01: Fail # co19 issue 548
96 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548 96 LibTest/typed_data/Uint8List/removeAll_A01_t01: Fail # co19 issue 548
97 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548 97 LibTest/typed_data/Uint8List/retainAll_A01_t01: Fail # co19 issue 548
98 98
99 Language/12_Expressions/06_Lists_A08_t01: Fail # co19 issue 561 99 Language/12_Expressions/06_Lists_A08_t01: Fail # co19 issue 561
100 LibTest/core/String/String_class_A01_t01: Fail # co19 issue 561 100 LibTest/core/String/String_class_A01_t01: Fail # co19 issue 561
101 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561 101 LibTest/core/String/concat_A01_t01: Fail # co19 issue 561
102 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561 102 LibTest/core/String/concat_A02_t01: Fail # co19 issue 561
103 LibTest/core/String/hashCode_A01_t01: Fail # co19 issue 561 103 LibTest/core/String/hashCode_A01_t01: Fail # co19 issue 561
104 104
105 [ $compiler == none || $compiler == dart2dart ]
106 # Dart2js/Dart2dart succeedes due to a bug in their parser (issue 13223).
107 Language/12_Expressions/21_Bitwise_Expressions_A01_t01: Fail # co19 Issue 595
108
105 [ $compiler == dart2dart || $compiler == dart2js ] 109 [ $compiler == dart2dart || $compiler == dart2js ]
106 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: Fail # co19 Issue 590 110 Language/14_Libraries_and_Scripts/1_Imports_A03_t49: Fail # co19 Issue 590
107 111
108 ### CHECKED MODE FAILURES ### 112 ### CHECKED MODE FAILURES ###
109 113
110 [ ($runtime == vm || $compiler == dart2js) && $checked] 114 [ ($runtime == vm || $compiler == dart2js) && $checked]
111 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498 115 Language/13_Statements/09_Switch_A05_t01: FAIL, OK # co19 issue 498
112 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498 116 Language/14_Libraries_and_Scripts/1_Imports_A03_t26: FAIL, OK # co19 issue 498
113 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560 117 Language/14_Libraries_and_Scripts/1_Imports_A03_t46: PASS, FAIL, OK # co19 issue 560
114 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560 118 Language/14_Libraries_and_Scripts/1_Imports_A03_t66: PASS, FAIL, OK # co19 issue 560
115 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t his failure 119 Language/15_Types/1_Static_Types_A03_t01: Fail # co19-roll r559: Please triage t his failure
116 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498 120 LibTest/async/EventTransformStream/contains_A01_t01: FAIL, OK # co19 issue 498
117 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498 121 LibTest/core/DateTime/compareTo_A02_t01: FAIL, OK # co19 issue 498
118 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498 122 LibTest/core/List/removeAt_A02_t01: FAIL, OK # co19 issue 498
119 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510 123 LibTest/core/TypeError/column_A01_t01: FAIL, OK # co19 issue 510
120 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510 124 LibTest/core/TypeError/dstName_A01_t01: FAIL, OK # co19 issue 510
121 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510 125 LibTest/core/TypeError/dstType_A01_t01: FAIL, OK # co19 issue 510
122 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510 126 LibTest/core/TypeError/failedAssertion_A01_t01: FAIL, OK # co19 issue 510
123 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510 127 LibTest/core/TypeError/line_A01_t01: FAIL, OK # co19 issue 510
124 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510 128 LibTest/core/TypeError/srcType_A01_t01: FAIL, OK # co19 issue 510
125 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510 129 LibTest/core/TypeError/url_A01_t01: FAIL, OK # co19 issue 510
126 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589 130 LibTest/core/Uri/encodeFull_A01_t02: fail # co19 Issue 589
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/scanner/token.dart ('k') | tests/language/bit_operations_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698