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

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

Issue 12049039: Fix source position for stack traces with optimized top function. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: rebase Created 7 years, 10 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 | « runtime/vm/stack_frame.cc ('k') | tests/language/stack_overflow_stacktrace_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 class_literal_test/01: Fail # Class literals are expression now; delete this tes t. 6 class_literal_test/01: Fail # Class literals are expression now; delete this tes t.
7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t. 7 class_literal_test/02: Fail # Class literals are expression now; delete this tes t.
8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t. 8 class_literal_test/05: Fail # Class literals are expression now; delete this tes t.
9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t. 9 class_literal_test/06: Fail # Class literals are expression now; delete this tes t.
10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t. 10 class_literal_test/07: Fail # Class literals are expression now; delete this tes t.
(...skipping 331 matching lines...) Expand 10 before | Expand all | Expand 10 after
342 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 342 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
343 343
344 [ $compiler == dart2js && $runtime == ie9 ] 344 [ $compiler == dart2js && $runtime == ie9 ]
345 div_by_zero_test: Fail 345 div_by_zero_test: Fail
346 double_to_string_as_exponential3_test: Fail 346 double_to_string_as_exponential3_test: Fail
347 double_to_string_as_fixed_test: Fail 347 double_to_string_as_fixed_test: Fail
348 double_to_string_as_precision3_test: Fail 348 double_to_string_as_precision3_test: Fail
349 expect_test: Fail 349 expect_test: Fail
350 factory3_test: Fail 350 factory3_test: Fail
351 stack_overflow_test: Fail 351 stack_overflow_test: Fail
352 stack_overflow_stacktrace_test: Fail
352 type_checks_in_factory_method_test: Fail 353 type_checks_in_factory_method_test: Fail
353 354
354 355
355 [ $compiler == dart2js && $runtime == safari ] 356 [ $compiler == dart2js && $runtime == safari ]
356 execute_finally8_test: Fail # Issue: 7414 357 execute_finally8_test: Fail # Issue: 7414
357 execute_finally9_test: Fail # Issue: 7414 358 execute_finally9_test: Fail # Issue: 7414
358 null_access_error_test: Fail # Issue: 7414 359 null_access_error_test: Fail # Issue: 7414
359 string_interpolate_null_test: Fail # Issue: 7414 360 string_interpolate_null_test: Fail # Issue: 7414
360 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError' 361 call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: I nstance of 'TypeError'
361 closure3_test: Fail # Uncaught error: Instance of 'TypeError' 362 closure3_test: Fail # Uncaught error: Instance of 'TypeError'
362 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError' 363 method_invocation_test: Fail # Uncaught error: Instance of 'TypeError'
363 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError' 364 null_pointer_exception_test: Fail # Uncaught error: Instance of 'TypeError'
364 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError' 365 string_interpolate_npe_test: Fail # Uncaught error: Instance of 'TypeError'
365 arithmetic_test: Fail # Issue: 7414 366 arithmetic_test: Fail # Issue: 7414
366 367
367 [ $runtime == opera ] 368 [ $runtime == opera ]
368 null_access_error_test: Fail # Issue: 7413 369 null_access_error_test: Fail # Issue: 7413
369 string_interpolate_null_test: Fail # Issue: 7413 370 string_interpolate_null_test: Fail # Issue: 7413
370 call_through_null_getter_test: Fail 371 call_through_null_getter_test: Fail
371 closure3_test: Fail 372 closure3_test: Fail
372 execute_finally3_test: Fail 373 execute_finally3_test: Fail
373 method_invocation_test: Fail 374 method_invocation_test: Fail
374 null_pointer_exception_test: Fail 375 null_pointer_exception_test: Fail
375 stack_overflow_test: Fail 376 stack_overflow_test: Fail
377 stack_overflow_stacktrace_test: Fail
376 string_interpolate_npe_test: Fail 378 string_interpolate_npe_test: Fail
377 closure_call_wrong_argument_count_negative_test: Skip 379 closure_call_wrong_argument_count_negative_test: Skip
378 label_test: Skip 380 label_test: Skip
OLDNEW
« no previous file with comments | « runtime/vm/stack_frame.cc ('k') | tests/language/stack_overflow_stacktrace_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698