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

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

Issue 14211008: Add support for rethrow and start treating throw <expr> as an expression. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Use ?:. Created 7 years, 8 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 && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 7
8 8
9 # Crashes first, please. Then untriaged bugs. There is a section below 9 # Crashes first, please. Then untriaged bugs. There is a section below
10 # for co19 bugs. 10 # for co19 bugs.
11 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
12 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 12 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
13 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 13 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
14 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 14 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
15 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure. 15 Language/05_Variables/05_Variables_A05_t05: Fail # TODO(ahe): Please triage this failure.
16 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure. 16 Language/05_Variables/05_Variables_A05_t06: Fail # TODO(ahe): Please triage this failure.
17 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure. 17 Language/05_Variables/05_Variables_A05_t07: Fail # TODO(ahe): Please triage this failure.
18 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure. 18 Language/05_Variables/05_Variables_A05_t08: Fail # TODO(ahe): Please triage this failure.
19 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure. 19 Language/05_Variables/05_Variables_A05_t09: Fail # TODO(ahe): Please triage this failure.
20 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure. 20 Language/05_Variables/05_Variables_A05_t10: Fail # TODO(ahe): Please triage this failure.
21 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure. 21 Language/05_Variables/05_Variables_A07_t05: Fail # TODO(ahe): Please triage this failure.
22 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure. 22 Language/05_Variables/05_Variables_A07_t06: Fail # TODO(ahe): Please triage this failure.
23 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure. 23 Language/05_Variables/05_Variables_A07_t07: Fail # TODO(ahe): Please triage this failure.
24 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure. 24 Language/05_Variables/05_Variables_A07_t08: Fail # TODO(ahe): Please triage this failure.
25 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure. 25 Language/05_Variables/05_Variables_A08_t01: Fail # TODO(ahe): Please triage this failure.
26 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure. 26 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail # TODO(ahe): Please triage this failure.
27 Language/06_Functions/06_Functions_A01_t22: Fail # TODO(ahe): Please triage this failure.
28 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure. 27 Language/07_Classes/07_Classes_A03_t07: Fail # TODO(ahe): Please triage this fai lure.
29 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure. 28 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # TODO(ahe): Please triage this failure.
30 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure. 29 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # TODO(ahe): Please triage this failure.
31 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(ahe): Please triage this failure. 30 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(ahe): Please triage this failure.
32 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(ahe): Please triage this failure. 31 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(ahe): Please triage this failure.
33 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(ahe): Please triage this failure. 32 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(ahe): Please triage this failure.
34 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(ahe): Please triage this failure. 33 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(ahe): Please triage this failure.
35 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(ahe): Please triage this failure. 34 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(ahe): Please triage this failure.
36 Language/07_Classes/6_Constructors/2_Factories_A02_t05: Fail # TODO(ahe): Please triage this failure. 35 Language/07_Classes/6_Constructors/2_Factories_A02_t05: Fail # TODO(ahe): Please triage this failure.
37 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure. 36 Language/07_Classes/6_Constructors/2_Factories_A07_t01: Fail # TODO(ahe): Please triage this failure.
38 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure. 37 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t01: Fail # TODO( ahe): Please triage this failure.
39 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure. 38 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t03: Fail # TODO( ahe): Please triage this failure.
40 Language/07_Classes/6_Constructors_A01_t02: Fail # TODO(ahe): Please triage this failure. 39 Language/07_Classes/6_Constructors_A01_t02: Fail # TODO(ahe): Please triage this failure.
41 Language/07_Classes/6_Constructors_A01_t03: Fail # TODO(ahe): Please triage this failure. 40 Language/07_Classes/6_Constructors_A01_t03: Fail # TODO(ahe): Please triage this failure.
42 Language/07_Classes/6_Constructors_A01_t04: Fail # TODO(ahe): Please triage this failure. 41 Language/07_Classes/6_Constructors_A01_t04: Fail # TODO(ahe): Please triage this failure.
43 Language/07_Classes/6_Constructors_A01_t05: Fail # TODO(ahe): Please triage this failure. 42 Language/07_Classes/6_Constructors_A01_t05: Fail # TODO(ahe): Please triage this failure.
44 Language/07_Classes/6_Constructors_A01_t06: Fail # TODO(ahe): Please triage this failure. 43 Language/07_Classes/6_Constructors_A01_t06: Fail # TODO(ahe): Please triage this failure.
45 Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure. 44 Language/11_Expressions/01_Constants_A13_t06: Fail # TODO(ahe): Please triage th is failure.
46 Language/11_Expressions/01_Constants_A18_t07: Fail # TODO(ahe): Please triage th is failure. 45 Language/11_Expressions/01_Constants_A18_t07: Fail # TODO(ahe): Please triage th is failure.
47 Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(ahe): Please triage th is failure. 46 Language/11_Expressions/01_Constants_A20_t03: Fail # TODO(ahe): Please triage th is failure.
48 Language/11_Expressions/08_Throw_A01_t01: Fail # TODO(ahe): Please triage this f ailure.
49 Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 47 Language/11_Expressions/08_Throw_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
50 Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 48 Language/11_Expressions/08_Throw_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
51 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure. 49 Language/11_Expressions/11_Instance_Creation/1_New_A02_t03: Fail # TODO(ahe): Pl ease triage this failure.
52 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure. 50 Language/11_Expressions/11_Instance_Creation/1_New_A02_t05: Fail # TODO(ahe): Pl ease triage this failure.
53 Language/11_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure. 51 Language/11_Expressions/11_Instance_Creation/1_New_A02_t06: Fail # TODO(ahe): Pl ease triage this failure.
54 Language/11_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure. 52 Language/11_Expressions/11_Instance_Creation/1_New_A02_t07: Fail # TODO(ahe): Pl ease triage this failure.
55 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure. 53 Language/11_Expressions/11_Instance_Creation/2_Const_A01_t02: Fail # TODO(ahe): Please triage this failure.
56 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail # TODO(ahe): Please triage this failure. 54 Language/11_Expressions/11_Instance_Creation/2_Const_A03_t01: Fail # TODO(ahe): Please triage this failure.
57 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t01: Fail # TODO(ahe): Please triage this failure. 55 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t01: Fail # TODO(ahe): Please triage this failure.
58 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t03: Fail # TODO(ahe): Please triage this failure. 56 Language/11_Expressions/11_Instance_Creation/2_Const_A11_t03: Fail # TODO(ahe): Please triage this failure.
(...skipping 601 matching lines...) Expand 10 before | Expand all | Expand 10 after
660 # Missing compile-time errors. 658 # Missing compile-time errors.
661 # 659 #
662 [ $compiler == dart2js ] 660 [ $compiler == dart2js ]
663 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'. 661 Language/05_Variables/05_Variables_A01_t04: Fail # Checks that a variable declar ation cannot contain both 'final' and 'var'.
664 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'. 662 Language/05_Variables/05_Variables_A01_t05: Fail # Checks that a variable declar ation cannot contain both 'var' and 'type'.
665 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas. 663 Language/05_Variables/05_Variables_A01_t08: Fail # Checks different variables in a single variable declaration must be delimited by commas.
666 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'. 664 Language/05_Variables/05_Variables_A01_t12: Fail # Checks that variable declarat ion cannot contain both 'const' and 'var'.
667 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'. 665 Language/05_Variables/05_Variables_A01_t13: Fail # Checks that variable declarat ion cannot contain both 'const' and 'final'.
668 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously. 666 Language/05_Variables/05_Variables_A01_t14: Fail # Checks that variable declarat ion cannot contain 'const', 'final' and 'var' simultaneously.
669 Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declar ation cannot contain the 'abstract' keyword. 667 Language/05_Variables/05_Variables_A01_t15: Fail # Checks that a variable declar ation cannot contain the 'abstract' keyword.
670 Language/05_Variables/05_Variables_A04_t01: Fail # Checks that a compile-time er ror occurs if a local constant variable is redefined.
671 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error. 668 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t03: Fail # Che cks that a required parameter can be constant. Reassigning it should produce a c ompile-time error.
672 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che cks that static variable declaration can't be a required formal parameter 669 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t04: Fail # Che cks that static variable declaration can't be a required formal parameter
673 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final. 670 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t06: Fail # Che cks that a functionSignature parameter cannot be final.
674 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable. 671 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t07: Fail # Che cks that a functionSignature parameter cannot be declared as variable.
675 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant variable. 672 Language/06_Functions/2_Formal_Parameters_A03_t01: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant variable.
676 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant typed variabl e. 673 Language/06_Functions/2_Formal_Parameters_A03_t02: Fail # Checks that it is a co mpile-time error if a required parameter is declared as a constant typed variabl e.
677 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional named parameter is declared as a constant typed variable. 674 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional named parameter is declared as a constant typed variable.
678 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional positional parameter is declared as a constant v ariable. 675 Language/06_Functions/2_Formal_Parameters_A03_t05: Fail # Checks that it is a co mpile-time error if an optional positional parameter is declared as a constant v ariable.
679 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body. 676 Language/07_Classes/07_Classes_A02_t02: Fail # Checks that it is a compile-time error if a constant constructor declaration includes a body.
680 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time error if a constant constructor declaration with initializers includes a body. 677 Language/07_Classes/07_Classes_A02_t04: Fail # Checks that it is a compile-time error if a constant constructor declaration with initializers includes a body.
(...skipping 78 matching lines...) Expand 10 before | Expand all | Expand 10 after
759 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 756 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
760 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 757 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
761 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 758 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
762 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 759 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
763 760
764 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 761 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
765 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 762 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
766 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 763 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
767 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 764 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
768 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 765 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/typechecker.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698