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

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: Address review comments. 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
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/assert_test.dart » ('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 [ $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 206 matching lines...) Expand 10 before | Expand all | Expand 10 after
217 map_literal2_negative_test: Fail # Negative language test. 217 map_literal2_negative_test: Fail # Negative language test.
218 non_const_super_negative_test: Fail # Negative language test. 218 non_const_super_negative_test: Fail # Negative language test.
219 number_identifier_negative_test: Fail # Negative language test. 219 number_identifier_negative_test: Fail # Negative language test.
220 operator1_negative_test: Fail # Negative language test. 220 operator1_negative_test: Fail # Negative language test.
221 override_field_test/04: Fail # Broken test. 221 override_field_test/04: Fail # Broken test.
222 prefix16_test: Fail 222 prefix16_test: Fail
223 prefix18_negative_test: Fail # Negative language test. 223 prefix18_negative_test: Fail # Negative language test.
224 prefix20_negative_test: Fail # Negative language test. 224 prefix20_negative_test: Fail # Negative language test.
225 prefix23_negative_test: Fail # Negative language test. 225 prefix23_negative_test: Fail # Negative language test.
226 pseudo_kw_illegal_test/01: Fail # Negative language test. 226 pseudo_kw_illegal_test/01: Fail # Negative language test.
227 pseudo_kw_illegal_test/02: Fail # Negative language test.
227 pseudo_kw_illegal_test/03: Fail # Negative language test. 228 pseudo_kw_illegal_test/03: Fail # Negative language test.
228 pseudo_kw_illegal_test/05: Fail # Negative language test. 229 pseudo_kw_illegal_test/05: Fail # Negative language test.
229 pseudo_kw_illegal_test/06: Fail # Negative language test. 230 pseudo_kw_illegal_test/06: Fail # Negative language test.
230 pseudo_kw_illegal_test/07: Fail # Negative language test. 231 pseudo_kw_illegal_test/07: Fail # Negative language test.
231 pseudo_kw_illegal_test/08: Fail # Negative language test. 232 pseudo_kw_illegal_test/08: Fail # Negative language test.
232 pseudo_kw_illegal_test/09: Fail # Negative language test. 233 pseudo_kw_illegal_test/09: Fail # Negative language test.
233 pseudo_kw_illegal_test/10: Fail # Negative language test. 234 pseudo_kw_illegal_test/10: Fail # Negative language test.
234 pseudo_kw_illegal_test/11: Fail # Negative language test. 235 pseudo_kw_illegal_test/11: Fail # Negative language test.
235 pseudo_kw_illegal_test/12: Fail # Negative language test. 236 pseudo_kw_illegal_test/12: Fail # Negative language test.
236 pseudo_kw_illegal_test/13: Fail # Negative language test. 237 pseudo_kw_illegal_test/13: Fail # Negative language test.
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
307 308
308 [ $compiler == dart2js && $runtime == safari ] 309 [ $compiler == dart2js && $runtime == safari ]
309 arithmetic_test: Skip # BUG(3492): Times out. 310 arithmetic_test: Skip # BUG(3492): Times out.
310 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 311 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
311 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 312 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
312 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 313 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
313 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 314 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
314 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 315 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
315 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 316 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
316 317
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/standalone/assert_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698