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

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

Issue 10868069: Throw a runtime error when trying to call a constructor of a class that could not be resolved. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 [ $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 306 matching lines...) Expand 10 before | Expand all | Expand 10 after
317 317
318 318
319 # 319 #
320 # Issues with co19 test suite. 320 # Issues with co19 test suite.
321 # 321 #
322 # If you add anything here, either file a bug against the Dart 322 # If you add anything here, either file a bug against the Dart
323 # language specification, co19 test suite, or add a comment that ahe@ 323 # language specification, co19 test suite, or add a comment that ahe@
324 # can understand so he can file a bug later. 324 # can understand so he can file a bug later.
325 # 325 #
326 [ $compiler == dart2js ] 326 [ $compiler == dart2js ]
327 Language/03_Overview/2_Privacy_A01_t02: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
327 Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170. 328 Language/07_Classes/2_Getters_A01_t03: Fail, OK # co19 issue 170.
328 Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loadin g. 329 Language/07_Classes/3_Setters_A01_t03: Fail, OK # Bad test: assumes eager loadin g.
330 Language/07_Classes/5_Constructors_A01_t01: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
329 Language/07_Classes/5_Constructors_A02_t03: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11. 331 Language/07_Classes/5_Constructors_A02_t03: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
330 Language/07_Classes/07_Classes_A02_t32: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11. 332 Language/07_Classes/07_Classes_A02_t32: Fail, OK # Unresolvable constructors are not a compile-time error after 0.11.
331 Language/08_Interfaces/3_Factories_and_Constructors_A02_t08: Fail, OK # Unresolv able constructors are not a compile-time error after 0.11. 333 Language/08_Interfaces/3_Factories_and_Constructors_A02_t08: Fail, OK # Unresolv able constructors are not a compile-time error after 0.11.
332 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145. 334 Language/10_Expressions/06_Lists_A08_t01: Fail, OK # co19 issue 145.
333 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug). 335 Language/10_Expressions/07_Maps_A01_t01: Fail, OK # Bad test: an expression stat ement cannot start with a map literal (specification bug).
334 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression. 336 Language/10_Expressions/08_Function_Expressions_A01_t05: Fail, OK # Function dec laration takes precedence over function expression.
337 Language/10_Expressions/10_Instance_Creation/1_New_A02_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
338 Language/10_Expressions/10_Instance_Creation/1_New_A02_t02: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
335 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11. 339 Language/10_Expressions/10_Instance_Creation/1_New_A02_t04: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
336 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11. 340 Language/10_Expressions/10_Instance_Creation/1_New_A03_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
337 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11. 341 Language/10_Expressions/10_Instance_Creation/1_New_A04_t01: Fail, OK # Unresolva ble constructors are not a compile-time error after 0.11.
338 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145. 342 Language/10_Expressions/13_Function_Invocation/1_Actual_Argument_List_Evaluation _A01_t01: Fail, OK # co19 issue 145.
339 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression. 343 Language/10_Expressions/19_Bitwise_Expressions_A01_t01: Fail, OK # Function decl aration takes precedence over function expression.
340 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression. 344 Language/10_Expressions/20_Equality_A01_t01: Fail, OK # Function declaration tak es precedence over function expression.
341 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression. 345 Language/10_Expressions/21_Relational_Expressions_A01_t01: Fail, OK # Function d eclaration takes precedence over function expression.
342 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression. 346 Language/10_Expressions/22_Shift_A01_t01: Fail, OK # Function declaration takes precedence over function expression.
343 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement. 347 Language/10_Expressions/26_Postfix_Expressions_A01_t01: Fail, OK # A map literal cannot start an expression statement.
344 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement. 348 Language/10_Expressions/27_Assignable_Expressions_A01_t27: Fail, OK # A map lite ral cannot start an expression statement.
(...skipping 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 844 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
841 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 845 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
842 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 846 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
843 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 847 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
844 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 848 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
845 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 849 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
846 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 850 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
847 851
848 [ $compiler == dart2dart ] 852 [ $compiler == dart2dart ]
849 *: Skip 853 *: Skip
OLDNEW
« no previous file with comments | « lib/compiler/implementation/ssa/builder.dart ('k') | tests/language/call_constructor_on_unresolvable_class_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698