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

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

Issue 2930093002: Complain about external methods with a body. (Closed)
Patch Set: Created 3 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 | « pkg/front_end/lib/src/fasta/source/outline_builder.dart ('k') | tests/co19/co19-kernel.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 fe472ba2dc5208bc88a25e0935e1ad1c51744a29..70c176014f0b8887d4cd96ccb6b9e9dcdc1a261f 100644
--- a/runtime/tests/vm/vm.status
+++ b/runtime/tests/vm/vm.status
@@ -248,15 +248,25 @@ cc/UseDartApi: Pass,Crash # Issue 28499
dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloads.
+[ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) && $unchecked ]
+dart/redirection_type_shuffling_test/00: RuntimeError # Issue 29201
+
[ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
+dart/byte_array_optimized_test: RuntimeError
+dart/byte_array_test: RuntimeError
dart/data_uri_import_test/base64: CompileTimeError
dart/data_uri_import_test/nocharset: CompileTimeError
dart/data_uri_import_test/nomime: CompileTimeError
dart/data_uri_import_test/percentencoded: CompileTimeError
dart/data_uri_import_test/wrongmime: CompileTimeError
dart/data_uri_spawn_test: RuntimeError
-dart/redirection_type_shuffling_test/00: Crash # Issue 29201
-dart/redirection_type_shuffling_test/none: Crash # Issue 29201
+dart/double_materialize_test: RuntimeError
+dart/double_to_smi_test: RuntimeError
+dart/error_stacktrace_test: RuntimeError
+dart/inline_stack_frame_test: RuntimeError
+dart/optimized_stacktrace_line_test: RuntimeError
+dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201
+dart/regress29620_test: RuntimeError
dart/spawn_shutdown_test: Timeout
[ ($compiler == dartk) && ($runtime == vm) ]
@@ -271,8 +281,9 @@ cc/DartGeneratedListMessages: Crash
cc/DartGeneratedListMessagesWithBackref: Crash
cc/DartGeneratedListMessagesWithTypedData: Crash
cc/DartGeneratedMessages: Crash
-cc/Dart_LoadLibraryPatch_1: Fail
+cc/Dart_LoadLibraryPatch_Error1: Fail
cc/Dart_LoadLibraryPatch_Error2: Fail
+cc/Dart_LoadLibraryPatch_Error3: Fail
ahe 2017/06/09 20:12:55 These errors are new, the changes above are just b
cc/Dart_PropagateError: Fail
cc/Debug_EvaluateExpr: Fail
cc/Debug_EvaluateInActivationOfEvaluate: Fail
« no previous file with comments | « pkg/front_end/lib/src/fasta/source/outline_builder.dart ('k') | tests/co19/co19-kernel.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698