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

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

Issue 23542041: Make "as" a built-in identifier aka pseudo keyword (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 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
« no previous file with comments | « runtime/vm/token.h ('k') | tests/language/language.status » ('j') | 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 [ $runtime == vm ] 5 [ $runtime == vm ]
6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392
7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392 7 Language/12_Expressions/01_Constants_A16_t05: fail # Issue 392
8 LibTest/typed_data/Float32List/buffer_A01_t01: fail # Issue 549 8 LibTest/typed_data/Float32List/buffer_A01_t01: fail # Issue 549
9 LibTest/typed_data/Float32List/Float32List.view_A01_t01: fail # Issue 549 9 LibTest/typed_data/Float32List/Float32List.view_A01_t01: fail # Issue 549
10 LibTest/typed_data/Float32List/Float32List.view_A01_t02: fail # Issue 549 10 LibTest/typed_data/Float32List/Float32List.view_A01_t02: fail # Issue 549
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
109 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544 109 Language/05_Variables/05_Variables_A16_t02: fail # Dart issue 12544
110 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar t issue 12543 110 Language/07_Classes/6_Constructors/1_Generative_Constructors_A09_t01: fail # Dar t issue 12543
111 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547 111 Language/12_Expressions/05_Strings_A02_t46: fail # Dart issue 12547
112 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547 112 Language/12_Expressions/05_Strings_A02_t48: fail # Dart issue 12547
113 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518 113 Language/12_Expressions/05_Strings_A20_t01: fail # Dart issue 12518
114 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549 114 Language/12_Expressions/12_Instance_Creation/1_New_A06_t12: fail # Dart issue 12 549
115 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72 115 Language/12_Expressions/12_Instance_Creation/1_New_A09_t09: fail # Dart issue 13 72
116 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525 116 Language/12_Expressions/12_Instance_Creation/2_Const_A10_t01: fail # co19 issue 525
117 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail # Dart issue 12550 117 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A05_t01: fail # Dart issue 12550
118 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # Dart issue 12549 118 Language/12_Expressions/15_Method_Invocation/3_Static_Invocation_A04_t09: fail # Dart issue 12549
119 Language/12_Expressions/30_Identifier_Reference_A05_t02: fail # Dart issue 12551
120 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593 119 Language/12_Expressions/30_Identifier_Reference_A08_t02: fail # Dart issue 12593
121 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19 issue 503 120 Language/12_Expressions/32_Type_Test_A04_t02: fail # co19 issue 503
122 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19 issue 534 121 Language/12_Expressions/32_Type_Test_A04_t03: fail # co19 issue 534
123 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19 issue 534 122 Language/12_Expressions/32_Type_Test_A04_t04: fail # co19 issue 534
124 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19 issue 534 123 Language/12_Expressions/33_Type_Cast_A03_t02: fail # co19 issue 534
125 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19 issue 534 124 Language/12_Expressions/33_Type_Cast_A03_t03: fail # co19 issue 534
126 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535 125 Language/13_Statements/03_Variable_Declaration_A04_t07: fail # co19 issue 535
127 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535 126 Language/13_Statements/03_Variable_Declaration_A04_t08: fail # co19 issue 535
128 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675 127 Language/13_Statements/06_For_A01_t11: fail # Dart issue 5675
129 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908 128 Language/13_Statements/09_Switch_A01_t02: fail # Dart issue 12908
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861 179 LibTest/typed_data/Float32x4List/skip_A01_t01: Fail # Dart issue 12861
181 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 180 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861
182 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 181 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861
183 182
184 [ $compiler == none && $runtime == vm && $system == windows ] 183 [ $compiler == none && $runtime == vm && $system == windows ]
185 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # co19-roll r576: Ple ase triage this failure 184 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # co19-roll r576: Ple ase triage this failure
186 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # co19-roll r576: Ple ase triage this failure 185 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # co19-roll r576: Ple ase triage this failure
187 LibTest/core/Uri/toFilePath_A02_t01: fail # co19-roll r576: Please triage this f ailure 186 LibTest/core/Uri/toFilePath_A02_t01: fail # co19-roll r576: Please triage this f ailure
188 LibTest/core/Uri/Uri.file_A01_t01: fail # co19-roll r576: Please triage this fai lure 187 LibTest/core/Uri/Uri.file_A01_t01: fail # co19-roll r576: Please triage this fai lure
189 188
OLDNEW
« no previous file with comments | « runtime/vm/token.h ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698