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

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

Issue 10825451: Update co19 status file for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 4 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after
219 219
220 220
221 # 221 #
222 # Issues with co19 test suite. 222 # Issues with co19 test suite.
223 # 223 #
224 # If you add anything here, either file a bug against the Dart 224 # If you add anything here, either file a bug against the Dart
225 # langauge specification, co19 test suite, or add a comment that ahe@ 225 # langauge specification, co19 test suite, or add a comment that ahe@
226 # can understand so he can file a bug later. 226 # can understand so he can file a bug later.
227 # 227 #
228 [ $compiler == dart2js ] 228 [ $compiler == dart2js ]
229 Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170.
230 Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loadin g.
229 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145. 231 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
230 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 232 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
231 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 233 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
232 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145. 234 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145.
233 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 235 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
234 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 236 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
235 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 237 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
236 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 238 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
237 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 239 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
238 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 240 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
741 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 743 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 744 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 745 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
744 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 746 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
745 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 747 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
746 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 748 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
747 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 749 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
748 750
749 [ $compiler == dart2dart ] 751 [ $compiler == dart2dart ]
750 *: Skip 752 *: 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