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

Side by Side Diff: tests/language_2/language_2_dart2js.status

Issue 3001173002: Update status file for dart2js. (Closed)
Patch Set: Created 3 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
« no previous file with comments | « no previous file | no next file » | 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dart2js". 5 # Sections in this file should contain "$compiler == dart2js".
6 6
7 # dart2js does not implement the Dart 2.0 static type errors yet. 7 # dart2js does not implement the Dart 2.0 static type errors yet.
8 [ $compiler == dart2js ] 8 [ $compiler == dart2js ]
9 abstract_beats_arguments_test: MissingCompileTimeError 9 abstract_beats_arguments_test: MissingCompileTimeError
10 abstract_exact_selector_test/01: MissingCompileTimeError 10 abstract_exact_selector_test/01: MissingCompileTimeError
(...skipping 153 matching lines...) Expand 10 before | Expand all | Expand 10 after
164 black_listed_test/14c: Crash # Issue 27394 164 black_listed_test/14c: Crash # Issue 27394
165 bootstrap_test: RuntimeError # Issue 27394 165 bootstrap_test: RuntimeError # Issue 27394
166 call_nonexistent_static_test/10: Crash # Issue 27394 166 call_nonexistent_static_test/10: Crash # Issue 27394
167 167
168 [ $compiler == dart2js && !$checked ] 168 [ $compiler == dart2js && !$checked ]
169 function_subtype_inline2_test: RuntimeError 169 function_subtype_inline2_test: RuntimeError
170 170
171 [ $compiler == dart2js && !$checked && $minified ] 171 [ $compiler == dart2js && !$checked && $minified ]
172 function_subtype_inline2_test: RuntimeError 172 function_subtype_inline2_test: RuntimeError
173 173
174 [ $compiler == dart2js && $runtime == d8 && $host_checked ]
175 function_subtype_inline2_test: RuntimeError
176
177 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ] 174 [ $compiler == dart2js && $runtime == d8 && $checked && $dart2js_with_kernel_in_ ssa && ! $dart2js_with_kernel ]
178 assertion_initializer_const_function_test/none: RuntimeError 175 assertion_initializer_const_function_test/none: RuntimeError
179 176
180 [ $compiler == dart2js && $runtime == d8 && $checked ] 177 [ $compiler == dart2js && $runtime == d8 && $checked ]
181 assertion_test: RuntimeError 178 assertion_test: RuntimeError
182 regress_30339_test: RuntimeError # Issue 26429 179 regress_30339_test: RuntimeError # Issue 26429
183 180
184 [ $compiler == dart2js && $runtime == drt && $checked ] 181 [ $compiler == dart2js && $runtime == drt && $checked ]
185 regress_30339_test: RuntimeError # Issue 30393 182 regress_30339_test: RuntimeError # Issue 30393
186 183
(...skipping 725 matching lines...) Expand 10 before | Expand all | Expand 10 after
912 function_type/function_type55_test: Crash # Issue 27394 909 function_type/function_type55_test: Crash # Issue 27394
913 function_type/function_type62_test: Crash # Issue 27394 910 function_type/function_type62_test: Crash # Issue 27394
914 function_type/function_type63_test: Crash # Issue 27394 911 function_type/function_type63_test: Crash # Issue 27394
915 function_type/function_type6_test: Crash # Issue 27394 912 function_type/function_type6_test: Crash # Issue 27394
916 function_type/function_type7_test: Crash # Issue 27394 913 function_type/function_type7_test: Crash # Issue 27394
917 function_type/function_type98_test: Crash # Issue 27394 914 function_type/function_type98_test: Crash # Issue 27394
918 function_type/function_type99_test: Crash # Issue 27394 915 function_type/function_type99_test: Crash # Issue 27394
919 916
920 [ $compiler == dart2js && $runtime == safarimobilesim ] 917 [ $compiler == dart2js && $runtime == safarimobilesim ]
921 call_through_getter_test: Fail, OK 918 call_through_getter_test: Fail, OK
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698