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

Unified Diff: tests/co19/co19-leg.status

Issue 10539104: Give static functions that have a getter a name. (Closed) Base URL: https://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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/isolate/frog/isolateimpl.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/co19/co19-leg.status
diff --git a/tests/co19/co19-leg.status b/tests/co19/co19-leg.status
index a6a48af3812897060bc8e06d6b11a7a726664422..6dd13aa7e7a9a6995cfae0517eacc69c6f981f2f 100644
--- a/tests/co19/co19-leg.status
+++ b/tests/co19/co19-leg.status
@@ -128,15 +128,15 @@ LibTest/isolate/isolate_api/spawnUri_A01_t02: Fail # Runtime error: UnsupportedO
LibTest/isolate/isolate_api/spawnUri_A01_t03: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers.
LibTest/isolate/isolate_api/spawnUri_A01_t04: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers.
LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail # Runtime error: UnsupportedOperationException: Currently spawnUri is not supported without web workers.
-LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/isolate_api/spawnFunction_A01_t02: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
-LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Runtime error: UnsupportedOperationException: only top-level functions can be spawned.
+LibTest/isolate/SendPort/send_A02_t04: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/SendPort/send_A02_t05: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/SendPort/send_A02_t06: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/isolate_api/spawnFunction_A01_t01: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/isolate_api/spawnFunction_A01_t03: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/isolate_api/spawnFunction_A01_t04: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/isolate_api/spawnFunction_A01_t05: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
+LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail # Runtime error: Expect.throws() fails.
+LibTest/isolate/isolate_api/spawnFunction_A03_t01: Fail # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
# The following tests use the deprecated Date interface.
« no previous file with comments | « lib/isolate/frog/isolateimpl.dart ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698