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

Unified Diff: runtime/tests/vm/vm.status

Issue 1089113003: Establish test expectations for dart2js running with the CPS based 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 | « pkg/pkg.status ('k') | samples/samples.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/tests/vm/vm.status
diff --git a/runtime/tests/vm/vm.status b/runtime/tests/vm/vm.status
index 01622e64a859343cafc54d040af1dedbba4e8e0e..56cddd40b819d0eed63d8644695dab57373a8cc1 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -65,6 +65,11 @@ dart/inline_stack_frame_test: RuntimeError # Issue 7953
# Data uri's not supported by dart2js or the analyzer.
dart/data_uri*test: Skip
+[ $compiler == dart2js && $cps_ir ]
+dart/error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGenerator
+dart/inline_stack_frame_test: Crash # (throw new ExpectException(message)): Unhandled node
+dart/optimized_stacktrace_test: Crash # (throw new ExpectException(message)): Unhandled node
+
[ $runtime == vm ]
dart/data_uri_failures_test/wrongmime: RuntimeError, OK # VM is more restrictive than the browser
dart/data_uri_failures_test/nomime: RuntimeError, OK
« no previous file with comments | « pkg/pkg.status ('k') | samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698