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

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

Issue 1134753007: dart2js cps: Stack trace should be obtained from raw exception value. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Status files Created 5 years, 7 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
« no previous file with comments | « runtime/tests/vm/vm.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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 521 double_to_string_as_exponential2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
522 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 522 double_to_string_as_fixed2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
523 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary. 523 double_to_string_as_precision2_test: Crash # Instance of 'TypeOperator': type ch eck unimplemented for _Nullary.
524 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary. 524 dynamic_prefix_core_test/01: Crash # Instance of 'TypeOperator': type check unim plemented for _Nullary.
525 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for I face<dynamic, num>. 525 dynamic_test: Crash # Instance of 'TypeOperator': type check unimplemented for I face<dynamic, num>.
526 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node 526 empty_block_case_test: Crash # (switch (1){case 1:{}case 2:Expect.equals(true,fa lse);}): Unhandled node
527 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 527 enum_mirror_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
528 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary. 528 enum_private_test/02: Crash # Instance of 'TypeOperator': type check unimplement ed for _Nullary.
529 enum_test: Crash # Unhandled node 529 enum_test: Crash # Unhandled node
530 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 530 equality_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
531 error_stacktrace_test: RuntimeError # Please triage this failure.
532 evaluation_redirecting_constructor_test: RuntimeError # Please triage this failu re. 531 evaluation_redirecting_constructor_test: RuntimeError # Please triage this failu re.
533 execute_finally10_test: Crash # try/finally 532 execute_finally10_test: Crash # try/finally
534 execute_finally11_test: Crash # try/finally 533 execute_finally11_test: Crash # try/finally
535 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally 534 execute_finally12_test: Crash # (try {try {}finally {a=8;break;}}finally {return a==8;}): try/finally
536 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally 535 execute_finally1_test: Crash # (try {int j;j=func();i=1;return i;}finally {i=i+8 00;}): try/finally
537 execute_finally2_test: Crash # try/finally 536 execute_finally2_test: Crash # try/finally
538 execute_finally3_test: Crash # try/finally 537 execute_finally3_test: Crash # try/finally
539 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally 538 execute_finally4_test: Crash # (try {int j;j=func();i=1;}finally {i=i+10;}): try /finally
540 execute_finally5_test: Crash # try/finally 539 execute_finally5_test: Crash # try/finally
541 execute_finally6_test: Crash # try/finally 540 execute_finally6_test: Crash # try/finally
(...skipping 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
1053 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted. 1052 typed_equality_test: Crash # Instance of 'TypeOperator': type casts not implemen ted.
1054 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1. 1053 typedef_is_test: Crash # Instance of 'TypeOperator': type check unimplemented fo r Func1.
1055 typevariable_substitution2_test/01: Crash # Please triage this failure. 1054 typevariable_substitution2_test/01: Crash # Please triage this failure.
1056 typevariable_substitution2_test/02: Crash # Please triage this failure. 1055 typevariable_substitution2_test/02: Crash # Please triage this failure.
1057 typevariable_substitution2_test/none: Crash # Please triage this failure. 1056 typevariable_substitution2_test/none: Crash # Please triage this failure.
1058 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1057 unresolved_default_constructor_test/01: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1059 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1058 value_range2_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1060 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary. 1059 value_range3_test: Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
1061 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary. 1060 value_range_test: Crash # Instance of 'TypeOperator': type check unimplemented f or _Nullary.
1062 void_type_test: Crash # Unhandled node 1061 void_type_test: Crash # Unhandled node
OLDNEW
« no previous file with comments | « runtime/tests/vm/vm.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698