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

Unified Diff: tests/isolate/isolate.status

Issue 1057483004: Clean up handling of constants in the CPS backend. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 8 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
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/isolate/isolate.status
diff --git a/tests/isolate/isolate.status b/tests/isolate/isolate.status
index 2a6f9bdb5524cf927906d57524c9e95c01a1c44a..02e3fa653cc2e42f35092c2a0939f0297733f835 100644
--- a/tests/isolate/isolate.status
+++ b/tests/isolate/isolate.status
@@ -124,6 +124,8 @@ package_root_test: SkipByDesign # Uses dart:io.
[ $compiler == dart2js && $cps_ir ]
capability_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
+compile_time_error_test/01: Crash # handleStaticFunctionGet: function(entry)
+compile_time_error_test/none: Crash # handleStaticFunctionGet: function(entry)
count_test: Crash # cannot compile methods that need interceptor calling convention.
cross_isolate_message_test: Crash # cannot compile methods that need interceptor calling convention.
function_send_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
@@ -135,8 +137,11 @@ illegal_msg_mirror_test: Crash # cannot compile methods that need interceptor ca
isolate_complex_messages_test: Crash # cannot compile methods that need interceptor calling convention.
isolate_current_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
isolate_import_test/01: Crash # (Isolate): Error expression `Isolate` unhandled.
+isolate_import_test/none: Crash # handleStaticFunctionGet: function(entry)
+isolate_stress_test: Crash # handleStaticFunctionGet: function(worker)
issue_22778_test: Crash # (throw new ExpectException(message)): Unhandled node
kill2_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
+kill_self_test: Crash # handleStaticFunctionGet: function(isomain1)
kill_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
mandel_isolate_test: Crash # cannot compile methods that need interceptor calling convention.
message2_test: Crash # cannot compile methods that need interceptor calling convention.
@@ -154,6 +159,8 @@ mint_maker_test: Crash # cannot compile methods that need interceptor calling co
nested_spawn2_test: Crash # cannot compile methods that need interceptor calling convention.
nested_spawn_test: Crash # cannot compile methods that need interceptor calling convention.
object_leak_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
+ondone_test: Crash # handleStaticFunctionGet: function(isomain)
+pause_test: Crash # handleStaticFunctionGet: function(isomain1)
ping_pause_test: Crash # (throw new ExpectException(message)): Unhandled node
ping_test: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
port_test: Crash # (throw new ExpectException(message)): Unhandled node
@@ -163,6 +170,8 @@ simple_message_test/01: Crash # (throw _buildException('asyncEnd() was called be
simple_message_test/none: Crash # (throw _buildException('asyncEnd() was called before asyncStart().')): Unhandled node
spawn_function_custom_class_test: Crash # cannot compile methods that need interceptor calling convention.
spawn_function_test: Crash # cannot compile methods that need interceptor calling convention.
+spawn_uri_missing_from_isolate_test: Crash # handleStaticFunctionGet: function(isolate)
+spawn_uri_missing_test: Crash # handleStaticFunctionGet: function(doTest)
spawn_uri_multi_test/01: Crash # cannot compile methods that need interceptor calling convention.
spawn_uri_multi_test/none: Crash # cannot compile methods that need interceptor calling convention.
stacktrace_message_test: Crash # cannot compile methods that need interceptor calling convention.
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698