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

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

Issue 10443083: Only pass message if it is a string, and InternalError must be a function. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 6 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 | « lib/compiler/implementation/lib/js_helper.dart ('k') | 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) 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 && $checked ] 5 [ $compiler == dart2js && $checked ]
6 assign_static_type_test/01: Fail 6 assign_static_type_test/01: Fail
7 assign_static_type_test/02: Fail 7 assign_static_type_test/02: Fail
8 assign_static_type_test/03: Fail 8 assign_static_type_test/03: Fail
9 assign_static_type_test/04: Fail 9 assign_static_type_test/04: Fail
10 type_variable_bounds_test/01: Fail 10 type_variable_bounds_test/01: Fail
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 throw5_test: Skip # BUG(3304): Times out. 306 throw5_test: Skip # BUG(3304): Times out.
307 throw6_test: Skip # BUG(3304): Times out. 307 throw6_test: Skip # BUG(3304): Times out.
308 throw_test: Skip # BUG(3304): Times out. 308 throw_test: Skip # BUG(3304): Times out.
309 type_checks_in_factory_method_test: Skip # BUG(3304): Times out. 309 type_checks_in_factory_method_test: Skip # BUG(3304): Times out.
310 typed_message_test: Skip # BUG(3304): Times out. 310 typed_message_test: Skip # BUG(3304): Times out.
311 unbound_getter_test: Skip # BUG(3304): Times out. 311 unbound_getter_test: Skip # BUG(3304): Times out.
312 unhandled_exception_negative_test: Skip # BUG(3304): Times out. 312 unhandled_exception_negative_test: Skip # BUG(3304): Times out.
313 double_to_string_as_fixed_test: Fail 313 double_to_string_as_fixed_test: Fail
314 314
315 [ $compiler == dart2js && $runtime == safari ] 315 [ $compiler == dart2js && $runtime == safari ]
316 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError'
317 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 316 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
318 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 317 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
319 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 318 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
320 arithmetic_test: Skip # Timeout 319 arithmetic_test: Skip # Timeout
321 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 320 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
322 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 321 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
323 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 322 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
324 label_test: Skip # Timeout 323 label_test: Skip # Timeout
OLDNEW
« no previous file with comments | « lib/compiler/implementation/lib/js_helper.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698