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

Unified Diff: tests/corelib/corelib.status

Issue 1136843006: dart2js cps: Access to lazily initialized fields. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Minor fix 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 side-by-side diff with in-line comments
Download patch
Index: tests/corelib/corelib.status
diff --git a/tests/corelib/corelib.status b/tests/corelib/corelib.status
index 28e33ccb7109a4d5a3c7ca49ddea778dc6120ddc..d536b6bdbe2e9a00d1798dd0139020b89b5f92e8 100644
--- a/tests/corelib/corelib.status
+++ b/tests/corelib/corelib.status
@@ -235,7 +235,6 @@ double_truncate_test : RuntimeError
duration2_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
duration_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
error_stack_trace1_test : Pass
-error_stack_trace2_test : Crash # bailout: unsupported element kind: cyclicStatic:field
error_stack_trace_test : Crash # bailout: (switch (5){case 5:nested();default:Expect.fail("Should not reach");}): Unhandled node
expando_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
growable_list_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -313,7 +312,6 @@ null_test : Crash # Instance of 'TypeOperator': type check unimplemented for dyn
num_clamp_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
num_parse_test/01 : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
num_parse_test/none : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-num_sign_test : Crash # bailout: unsupported element kind: numbers:field
queue_first_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
queue_last_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
queue_single_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
@@ -346,8 +344,7 @@ string_runes_test : Crash # Instance of 'TypeOperator': type check unimplemented
string_source_test : Crash # Instance of 'TypeOperator': type casts not implemented.
string_substring_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
string_test : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
-symbol_operator_test/03 : Crash # bailout: unsupported element kind: $:field
-symbol_operator_test/none : Crash # bailout: unsupported element kind: $:field
+symbol_operator_test/03 : RuntimeError
symbol_reserved_word_test/03 : Pass
symbol_reserved_word_test/06 : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.
symbol_reserved_word_test/09 : Crash # Instance of 'TypeOperator': type check unimplemented for _Nullary.

Powered by Google App Engine
This is Rietveld 408576698