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

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

Issue 19250002: Support for inlining small methods (independent of they're called inside a loop or not) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Status file change Created 7 years, 5 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 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
(...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after
65 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure. 65 Language/12_Statements/03_Variable_Declaration_A04_t03: Fail # TODO(ahe): Please triage this failure.
66 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure. 66 Language/12_Statements/03_Variable_Declaration_A04_t04: Fail # TODO(ahe): Please triage this failure.
67 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure. 67 Language/12_Statements/03_Variable_Declaration_A04_t05: Fail # TODO(ahe): Please triage this failure.
68 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure. 68 Language/12_Statements/03_Variable_Declaration_A04_t06: Fail # TODO(ahe): Please triage this failure.
69 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure. 69 Language/12_Statements/03_Variable_Declaration_A04_t07: Fail # TODO(ahe): Please triage this failure.
70 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure. 70 Language/12_Statements/03_Variable_Declaration_A04_t08: Fail # TODO(ahe): Please triage this failure.
71 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure. 71 Language/12_Statements/04_Local_Function_Declaration_A01_t01: Fail # TODO(ahe): Please triage this failure.
72 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure. 72 Language/12_Statements/04_Local_Function_Declaration_A02_t02: Fail # TODO(ahe): Please triage this failure.
73 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure. 73 Language/12_Statements/09_Switch_A02_t02: Fail # TODO(ahe): Please triage this f ailure.
74 Language/12_Statements/09_Switch_A06_t02: Fail # co19 issue 413 74 Language/12_Statements/09_Switch_A06_t02: Fail # co19 issue 413
75 Language/12_Statements/10_Try_A06_t01: Fail # Issue 11850: dart2js inlining resu lts in stack traces not as accurate
75 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure. 76 Language/12_Statements/10_Try_A07_t03: Fail # TODO(ahe): Please triage this fail ure.
76 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure. 77 Language/12_Statements/11_Return_A05_t01: Fail # TODO(ahe): Please triage this f ailure.
77 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure. 78 Language/12_Statements/11_Return_A05_t02: Fail # TODO(ahe): Please triage this f ailure.
78 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure. 79 Language/12_Statements/11_Return_A05_t03: Fail # TODO(ahe): Please triage this f ailure.
79 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # TODO( ahe): Please triage this failure. 80 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t03: Fail # TODO( ahe): Please triage this failure.
80 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(ahe): Please tr iage this failure. 81 Language/13_Libraries_and_Scripts/1_Imports_A02_t12: Fail # TODO(ahe): Please tr iage this failure.
81 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure. 82 Language/13_Libraries_and_Scripts/1_Imports_A02_t14: Fail # TODO(ahe): Please tr iage this failure.
82 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(ahe): Please tr iage this failure. 83 Language/13_Libraries_and_Scripts/1_Imports_A02_t15: Fail # TODO(ahe): Please tr iage this failure.
83 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure. 84 Language/13_Libraries_and_Scripts/1_Imports_A02_t28: Fail # TODO(ahe): Please tr iage this failure.
84 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(ahe): Please tr iage this failure. 85 Language/13_Libraries_and_Scripts/1_Imports_A02_t29: Fail # TODO(ahe): Please tr iage this failure.
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
742 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
743 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
746 747
747 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 748 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
748 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 749 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
749 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 750 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
750 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 751 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
751 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 752 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/builder.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698