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

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

Issue 1720193002: - Fix --run-fullsnapshot flag processing issue in non product mode. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: self-code-review Created 4 years, 10 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 | « runtime/bin/main.cc ('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 849093e5ec9331511fb9059fef4c246ed84e5aeb..303241208b5dafb1e3d8fc5f5d748d42f2e0b828 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -85,6 +85,12 @@ dart/byte_array_test: Crash # Incompatible flag --disable_alloc_stubs_after_gc
dart/redirection_type_shuffling_test: CompileTimeError # Imports dart:mirrors
dart/optimized_stacktrace_test: RuntimeError # Expects line and column numbers
+[ $compiler == dart2app ]
+dart/optimized_stacktrace_test: RuntimeError # Expects line and column numbers
+
+[ $runtime == dart_product ]
+dart/data_uri_spawn_test: Skip # Isolate.spawnUri
+
[ $runtime == dart_precompiled ]
dart/inline_stack_frame_test: Fail # Issue 24783 - inlined frames missing
dart/data_uri_spawn_test: RuntimeError # Isolate.spawnUri
« no previous file with comments | « runtime/bin/main.cc ('k') | samples/samples.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698