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

Side by Side Diff: dart/tests/language/language_dart2js.status

Issue 10917170: Improve handling of built-in identifiers. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
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 || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 # VM specific tests that should not be run by dart2js. 6 # VM specific tests that should not be run by dart2js.
7 *vm_test: Skip 7 *vm_test: Skip
8 *vm_negative_test: Skip 8 *vm_negative_test: Skip
9 9
10 [ $compiler == dart2js && $checked ] 10 [ $compiler == dart2js && $checked ]
(...skipping 210 matching lines...) Expand 10 before | Expand all | Expand 10 after
221 map_literal1_negative_test: Fail # Negative language test. 221 map_literal1_negative_test: Fail # Negative language test.
222 map_literal2_negative_test: Fail # Negative language test. 222 map_literal2_negative_test: Fail # Negative language test.
223 non_const_super_negative_test: Fail # Negative language test. 223 non_const_super_negative_test: Fail # Negative language test.
224 number_identifier_negative_test: Fail # Negative language test. 224 number_identifier_negative_test: Fail # Negative language test.
225 operator1_negative_test: Fail # Negative language test. 225 operator1_negative_test: Fail # Negative language test.
226 override_field_test/04: Fail # Broken test. 226 override_field_test/04: Fail # Broken test.
227 prefix16_test: Fail 227 prefix16_test: Fail
228 prefix18_negative_test: Fail # Negative language test. 228 prefix18_negative_test: Fail # Negative language test.
229 prefix20_negative_test: Fail # Negative language test. 229 prefix20_negative_test: Fail # Negative language test.
230 prefix23_negative_test: Fail # Negative language test. 230 prefix23_negative_test: Fail # Negative language test.
231 pseudo_kw_illegal_test/01: Fail # Negative language test.
232 pseudo_kw_illegal_test/02: Fail # Negative language test.
233 pseudo_kw_illegal_test/03: Fail # Negative language test. 231 pseudo_kw_illegal_test/03: Fail # Negative language test.
234 pseudo_kw_illegal_test/05: Fail # Negative language test.
235 pseudo_kw_illegal_test/06: Fail # Negative language test.
236 pseudo_kw_illegal_test/07: Fail # Negative language test.
237 pseudo_kw_illegal_test/08: Fail # Negative language test. 232 pseudo_kw_illegal_test/08: Fail # Negative language test.
238 pseudo_kw_illegal_test/09: Fail # Negative language test.
239 pseudo_kw_illegal_test/10: Fail # Negative language test. 233 pseudo_kw_illegal_test/10: Fail # Negative language test.
240 pseudo_kw_illegal_test/11: Fail # Negative language test. 234 pseudo_kw_illegal_test/11: Fail # Negative language test.
241 pseudo_kw_illegal_test/12: Fail # Negative language test.
242 pseudo_kw_illegal_test/13: Fail # Negative language test.
243 pseudo_kw_illegal_test/14: Fail # Negative language test. 235 pseudo_kw_illegal_test/14: Fail # Negative language test.
244 pseudo_kw_illegal_test/15: Fail # Negative language test.
245 pseudo_kw_illegal_test/16: Fail # Negative language test.
246 scope_negative_test: Fail # Negative language test. 236 scope_negative_test: Fail # Negative language test.
247 setter_declaration2_negative_test: Fail # Negative language test. 237 setter_declaration2_negative_test: Fail # Negative language test.
248 setter_declaration_negative_test: Fail # Negative language test. 238 setter_declaration_negative_test: Fail # Negative language test.
249 static_field_test/01: Fail # Negative language test. 239 static_field_test/01: Fail # Negative language test.
250 static_field_test/03: Fail # Negative language test. 240 static_field_test/03: Fail # Negative language test.
251 static_final_field2_negative_test: Fail # Negative language test.too 241 static_final_field2_negative_test: Fail # Negative language test.too
252 static_final_field_negative_test: Fail # Negative language test. 242 static_final_field_negative_test: Fail # Negative language test.
253 static_top_level_test/00: Fail # Negative language test. 243 static_top_level_test/00: Fail # Negative language test.
254 static_top_level_test/01: Fail # Negative language test. 244 static_top_level_test/01: Fail # Negative language test.
255 static_top_level_test/02: Fail # Negative language test. 245 static_top_level_test/02: Fail # Negative language test.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
313 303
314 [ $compiler == dart2js && $runtime == safari ] 304 [ $compiler == dart2js && $runtime == safari ]
315 arithmetic_test: Skip # BUG(3492): Times out. 305 arithmetic_test: Skip # BUG(3492): Times out.
316 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 306 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
317 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 307 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
318 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 308 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
319 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 309 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
320 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 310 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
321 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 311 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
322 312
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698