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

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

Issue 10915083: Change assert implementation to not depend on a top-level function called 'assert'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Revert to using lexicalScope 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 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
52 compile_time_constant8_test: Fail # We don't take the generic type into account yet. 52 compile_time_constant8_test: Fail # We don't take the generic type into account yet.
53 canonical_const_test: Fail # We don't take the generic type into account yet. 53 canonical_const_test: Fail # We don't take the generic type into account yet.
54 54
55 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux. 55 # Fail "const EmptyLink<Element>" must be a compile-time constant if unchecked o n linux.
56 # Crash infinite loop on Mac and dart2js checked mode on linux. 56 # Crash infinite loop on Mac and dart2js checked mode on linux.
57 function_type_alias6_test: Crash, Fail 57 function_type_alias6_test: Crash, Fail
58 58
59 static_initializer_type_error_test: Fail # Checked mode not supported. 59 static_initializer_type_error_test: Fail # Checked mode not supported.
60 60
61 # Compilation errors. 61 # Compilation errors.
62 assert_lexical_scope_test: Fail # A setter named "assert" will inhibit asserts.
62 const_var_test: Fail # Map literals take 2 type arguments. 63 const_var_test: Fail # Map literals take 2 type arguments.
63 map_literal3_test: Fail # Map literals take 2 type arguments. 64 map_literal3_test: Fail # Map literals take 2 type arguments.
64 ct_const_test: Fail # We don't take the generic type into account yet. 65 ct_const_test: Fail # We don't take the generic type into account yet.
65 char_escape_test: Fail # Unhandled non-BMP character: U+10000 66 char_escape_test: Fail # Unhandled non-BMP character: U+10000
66 constructor6_test: Fail # Closures inside initializers not implemented. 67 constructor6_test: Fail # Closures inside initializers not implemented.
67 default_factory_library_test: Fail # lib is not a type 68 default_factory_library_test: Fail # lib is not a type
68 dynamic_test: Fail # cannot resolve type F1 69 dynamic_test: Fail # cannot resolve type F1
69 factory3_test: Fail # internal error: visitIs for type variables not implemented 70 factory3_test: Fail # internal error: visitIs for type variables not implemented
70 function_literals2_test: Fail # Closures inside initializers not implemented. 71 function_literals2_test: Fail # Closures inside initializers not implemented.
71 function_syntax_test/none: Fail # Closures inside initializers not implemented. 72 function_syntax_test/none: Fail # Closures inside initializers not implemented.
(...skipping 131 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 map_literal2_negative_test: Fail # Negative language test. 204 map_literal2_negative_test: Fail # Negative language test.
204 non_const_super_negative_test: Fail # Negative language test. 205 non_const_super_negative_test: Fail # Negative language test.
205 number_identifier_negative_test: Fail # Negative language test. 206 number_identifier_negative_test: Fail # Negative language test.
206 operator1_negative_test: Fail # Negative language test. 207 operator1_negative_test: Fail # Negative language test.
207 override_field_test/04: Fail # Broken test. 208 override_field_test/04: Fail # Broken test.
208 prefix16_test: Fail 209 prefix16_test: Fail
209 prefix18_negative_test: Fail # Negative language test. 210 prefix18_negative_test: Fail # Negative language test.
210 prefix20_negative_test: Fail # Negative language test. 211 prefix20_negative_test: Fail # Negative language test.
211 prefix23_negative_test: Fail # Negative language test. 212 prefix23_negative_test: Fail # Negative language test.
212 pseudo_kw_illegal_test/01: Fail # Negative language test. 213 pseudo_kw_illegal_test/01: Fail # Negative language test.
214 pseudo_kw_illegal_test/02: Fail # Negative language test.
213 pseudo_kw_illegal_test/03: Fail # Negative language test. 215 pseudo_kw_illegal_test/03: Fail # Negative language test.
214 pseudo_kw_illegal_test/05: Fail # Negative language test. 216 pseudo_kw_illegal_test/05: Fail # Negative language test.
215 pseudo_kw_illegal_test/06: Fail # Negative language test. 217 pseudo_kw_illegal_test/06: Fail # Negative language test.
216 pseudo_kw_illegal_test/07: Fail # Negative language test. 218 pseudo_kw_illegal_test/07: Fail # Negative language test.
217 pseudo_kw_illegal_test/08: Fail # Negative language test. 219 pseudo_kw_illegal_test/08: Fail # Negative language test.
218 pseudo_kw_illegal_test/09: Fail # Negative language test. 220 pseudo_kw_illegal_test/09: Fail # Negative language test.
219 pseudo_kw_illegal_test/10: Fail # Negative language test. 221 pseudo_kw_illegal_test/10: Fail # Negative language test.
220 pseudo_kw_illegal_test/11: Fail # Negative language test. 222 pseudo_kw_illegal_test/11: Fail # Negative language test.
221 pseudo_kw_illegal_test/12: Fail # Negative language test. 223 pseudo_kw_illegal_test/12: Fail # Negative language test.
222 pseudo_kw_illegal_test/13: Fail # Negative language test. 224 pseudo_kw_illegal_test/13: Fail # Negative language test.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
293 295
294 [ $compiler == dart2js && $runtime == safari ] 296 [ $compiler == dart2js && $runtime == safari ]
295 arithmetic_test: Skip # BUG(3492): Times out. 297 arithmetic_test: Skip # BUG(3492): Times out.
296 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 298 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
297 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 299 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
298 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 300 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
299 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 301 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
300 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 302 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
301 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 303 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
302 304
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698