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

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

Issue 10448074: Fix check in exception unwrapping and update status files. (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 | « tests/language/language.status ('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 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
233 233
234 [ $compiler == dart2js && $runtime == none ] 234 [ $compiler == dart2js && $runtime == none ]
235 *: Fail, Pass # TODO(ahe): Triage these tests. 235 *: Fail, Pass # TODO(ahe): Triage these tests.
236 236
237 237
238 [ $compiler == dart2js && $runtime == ff ] 238 [ $compiler == dart2js && $runtime == ff ]
239 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 239 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
240 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 240 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
241 double_to_string_as_fixed_test: Fail 241 double_to_string_as_fixed_test: Fail
242 double_to_string_as_exponential_test: Fail 242 double_to_string_as_exponential_test: Fail
243 local_function3_test: Fail # Uncaught error: Instance of 'TypeError'
244 savannah_test: Fail # Uncaught error: Instance of 'TypeError'
245 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError'
246 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError'
247 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError'
248 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError'
249 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
250 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
251 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
252 private3_test: Fail # Uncaught error: Instance of 'TypeError'
253 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
254 label_test: Skip # Timeout 243 label_test: Skip # Timeout
255 244
256 245
257 [ $compiler == dart2js && $runtime == ie ] 246 [ $compiler == dart2js && $runtime == ie ]
258 arithmetic2_test: Skip # BUG(3304): Times out. 247 arithmetic2_test: Skip # BUG(3304): Times out.
259 assert_keyword_negative_test: Skip # BUG(3304): Times out. 248 assert_keyword_negative_test: Skip # BUG(3304): Times out.
260 assign_instance_method_negative_test: Skip # BUG(3304): Times out. 249 assign_instance_method_negative_test: Skip # BUG(3304): Times out.
261 bad_named_parameters2_test: Skip # BUG(3304): Times out. 250 bad_named_parameters2_test: Skip # BUG(3304): Times out.
262 bad_named_parameters_test: Skip # BUG(3304): Times out. 251 bad_named_parameters_test: Skip # BUG(3304): Times out.
263 call_through_getter_test: Skip # BUG(3304): Times out. 252 call_through_getter_test: Skip # BUG(3304): Times out.
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 throw2_test: Skip # BUG(3304): Times out. 303 throw2_test: Skip # BUG(3304): Times out.
315 throw3_test: Skip # BUG(3304): Times out. 304 throw3_test: Skip # BUG(3304): Times out.
316 throw4_test: Skip # BUG(3304): Times out. 305 throw4_test: Skip # BUG(3304): Times out.
317 throw5_test: Skip # BUG(3304): Times out. 306 throw5_test: Skip # BUG(3304): Times out.
318 throw6_test: Skip # BUG(3304): Times out. 307 throw6_test: Skip # BUG(3304): Times out.
319 throw_test: Skip # BUG(3304): Times out. 308 throw_test: Skip # BUG(3304): Times out.
320 type_checks_in_factory_method_test: Skip # BUG(3304): Times out. 309 type_checks_in_factory_method_test: Skip # BUG(3304): Times out.
321 typed_message_test: Skip # BUG(3304): Times out. 310 typed_message_test: Skip # BUG(3304): Times out.
322 unbound_getter_test: Skip # BUG(3304): Times out. 311 unbound_getter_test: Skip # BUG(3304): Times out.
323 unhandled_exception_negative_test: Skip # BUG(3304): Times out. 312 unhandled_exception_negative_test: Skip # BUG(3304): Times out.
324 stack_overflow_test: Fail
325 double_to_string_as_fixed_test: Fail 313 double_to_string_as_fixed_test: Fail
326 314
327 [ $compiler == dart2js && $runtime == safari ] 315 [ $compiler == dart2js && $runtime == safari ]
328 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError' 316 arithmetic2_test: Fail # Uncaught error: Instance of 'TypeError'
329 bad_named_parameters2_test: Fail # Uncaught error: Instance of 'TypeError'
330 bad_named_parameters_test: Fail # Uncaught error: Instance of 'TypeError'
331 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError' 317 call_through_getter_test: Fail # Expected: ObjectNotClosureException got: Instan ce of 'TypeError'
332 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 318 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
333 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 319 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
334 implied_interface_test: Fail # Uncaught error: Instance of 'TypeError'
335 local_function3_test: Fail # Uncaught error: Instance of 'TypeError'
336 arithmetic_test: Skip # Timeout 320 arithmetic_test: Skip # Timeout
337 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 321 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
338 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 322 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
339 private3_test: Fail # Uncaught error: Instance of 'TypeError'
340 savannah_test: Fail # Uncaught error: Instance of 'TypeError'
341 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 323 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
342 label_test: Skip # Timeout 324 label_test: Skip # Timeout
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698