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

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

Issue 10870037: Throw a NoSuchMethodException when attempting to call an undefined constructor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
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 Language/05_Variables/05_Variables_A05_t03: Fail, OK 6 Language/05_Variables/05_Variables_A05_t03: Fail, OK
7 Language/05_Variables/05_Variables_A04_t09: Fail, OK 7 Language/05_Variables/05_Variables_A04_t09: Fail, OK
8 Language/05_Variables/05_Variables_A03_t09: Fail, OK 8 Language/05_Variables/05_Variables_A03_t09: Fail, OK
9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK 9 Language/12_Libraries_and_Scripts/3_Includes_A02_t03: Fail, OK
10 LibTest/core/double/ceil_A01_t03: Fail, OK 10 LibTest/core/double/ceil_A01_t03: Fail, OK
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 303
304 304
305 [ $compiler == dart2js && $browser ] 305 [ $compiler == dart2js && $browser ]
306 *: Skip 306 *: Skip
307 307
308 308
309 # 309 #
310 # Issues with co19 test suite. 310 # Issues with co19 test suite.
311 # 311 #
312 # If you add anything here, either file a bug against the Dart 312 # If you add anything here, either file a bug against the Dart
313 # langauge specification, co19 test suite, or add a comment that ahe@ 313 # language specification, co19 test suite, or add a comment that ahe@
314 # can understand so he can file a bug later. 314 # can understand so he can file a bug later.
315 # 315 #
316 [ $compiler == dart2js ] 316 [ $compiler == dart2js ]
317 Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170. 317 Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170.
318 Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loadin g. 318 Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loadin g.
319 Language/07_Classes/5_Constructors_A02_t03: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
320 Language/07_Classes/07_Classes_A02_t32: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
321 Language/08_Interfaces/3_Factories_and_Constructors_A02_t08: Fail, OK # Unresolv able constructors are not a compile-time error after 0.11.
319 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145. 322 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
320 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 323 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
321 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 324 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
325 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
326 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
327 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
322 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145. 328 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145.
323 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 329 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
324 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 330 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
325 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 331 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
326 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 332 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
327 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 333 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
328 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 334 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
329 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 335 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
330 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 336 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
331 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. 337 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145.
(...skipping 499 matching lines...) Expand 10 before | Expand all | Expand 10 after
831 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 837 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
832 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 838 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
833 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 839 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
834 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 840 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
835 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 841 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
836 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 842 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
837 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 843 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
838 844
839 [ $compiler == dart2dart ] 845 [ $compiler == dart2dart ]
840 *: Skip 846 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698