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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Issue 28198 5 # Issue 28198
6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout 6 cc/IsolateReload_PendingUnqualifiedCall_InstanceToStatic: Fail, Crash, Timeout
7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout 7 cc/IsolateReload_PendingUnqualifiedCall_StaticToInstance: Fail, Crash, Timeout
8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout 8 cc/IsolateReload_PendingConstructorCall_AbstractToConcrete: Fail, Crash, Timeout
9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout 9 cc/IsolateReload_PendingConstructorCall_ConcreteToAbstract: Fail, Crash, Timeout
10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout 10 cc/IsolateReload_PendingStaticCall_DefinedToNSM: Fail, Crash, Timeout
(...skipping 230 matching lines...) Expand 10 before | Expand all | Expand 10 after
241 # This test is meaningless for DBC as allocation stubs are not used. 241 # This test is meaningless for DBC as allocation stubs are not used.
242 cc/RegenerateAllocStubs: Skip 242 cc/RegenerateAllocStubs: Skip
243 243
244 [ $arch == simdbc64 && $mode == release ] 244 [ $arch == simdbc64 && $mode == release ]
245 cc/UseDartApi: Pass,Crash # Issue 28499 245 cc/UseDartApi: Pass,Crash # Issue 28499
246 246
247 [ $hot_reload || $hot_reload_rollback ] 247 [ $hot_reload || $hot_reload_rollback ]
248 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads. 248 dart/spawn_shutdown_test: Skip # We can shutdown an isolate before it reloads.
249 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds. 249 dart/spawn_infinite_loop_test: Skip # We can shutdown an isolate before it reloa ds.
250 250
251 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) && $ unchecked ]
252 dart/redirection_type_shuffling_test/00: RuntimeError # Issue 29201
253
251 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ] 254 [ ($compiler == dartkp) && ($runtime == vm || $runtime == dart_precompiled) ]
255 dart/byte_array_optimized_test: RuntimeError
256 dart/byte_array_test: RuntimeError
252 dart/data_uri_import_test/base64: CompileTimeError 257 dart/data_uri_import_test/base64: CompileTimeError
253 dart/data_uri_import_test/nocharset: CompileTimeError 258 dart/data_uri_import_test/nocharset: CompileTimeError
254 dart/data_uri_import_test/nomime: CompileTimeError 259 dart/data_uri_import_test/nomime: CompileTimeError
255 dart/data_uri_import_test/percentencoded: CompileTimeError 260 dart/data_uri_import_test/percentencoded: CompileTimeError
256 dart/data_uri_import_test/wrongmime: CompileTimeError 261 dart/data_uri_import_test/wrongmime: CompileTimeError
257 dart/data_uri_spawn_test: RuntimeError 262 dart/data_uri_spawn_test: RuntimeError
258 dart/redirection_type_shuffling_test/00: Crash # Issue 29201 263 dart/double_materialize_test: RuntimeError
259 dart/redirection_type_shuffling_test/none: Crash # Issue 29201 264 dart/double_to_smi_test: RuntimeError
265 dart/error_stacktrace_test: RuntimeError
266 dart/inline_stack_frame_test: RuntimeError
267 dart/optimized_stacktrace_line_test: RuntimeError
268 dart/redirection_type_shuffling_test/none: RuntimeError # Issue 29201
269 dart/regress29620_test: RuntimeError
260 dart/spawn_shutdown_test: Timeout 270 dart/spawn_shutdown_test: Timeout
261 271
262 [ ($compiler == dartk) && ($runtime == vm) ] 272 [ ($compiler == dartk) && ($runtime == vm) ]
263 cc/CanonicalizationInScriptSnapshots: Fail 273 cc/CanonicalizationInScriptSnapshots: Fail
264 cc/ClassHierarchyAnalysis: Crash 274 cc/ClassHierarchyAnalysis: Crash
265 cc/Class_ComputeEndTokenPos: Crash 275 cc/Class_ComputeEndTokenPos: Crash
266 cc/CurrentStackTraceInfo: Fail 276 cc/CurrentStackTraceInfo: Fail
267 cc/CustomIsolates: Crash 277 cc/CustomIsolates: Crash
268 cc/DartGeneratedArrayLiteralMessages: Crash 278 cc/DartGeneratedArrayLiteralMessages: Crash
269 cc/DartGeneratedArrayLiteralMessagesWithBackref: Crash 279 cc/DartGeneratedArrayLiteralMessagesWithBackref: Crash
270 cc/DartGeneratedListMessages: Crash 280 cc/DartGeneratedListMessages: Crash
271 cc/DartGeneratedListMessagesWithBackref: Crash 281 cc/DartGeneratedListMessagesWithBackref: Crash
272 cc/DartGeneratedListMessagesWithTypedData: Crash 282 cc/DartGeneratedListMessagesWithTypedData: Crash
273 cc/DartGeneratedMessages: Crash 283 cc/DartGeneratedMessages: Crash
274 cc/Dart_LoadLibraryPatch_1: Fail 284 cc/Dart_LoadLibraryPatch_Error1: Fail
275 cc/Dart_LoadLibraryPatch_Error2: Fail 285 cc/Dart_LoadLibraryPatch_Error2: Fail
286 cc/Dart_LoadLibraryPatch_Error3: Fail
ahe 2017/06/09 20:12:55 These errors are new, the changes above are just b
276 cc/Dart_PropagateError: Fail 287 cc/Dart_PropagateError: Fail
277 cc/Debug_EvaluateExpr: Fail 288 cc/Debug_EvaluateExpr: Fail
278 cc/Debug_EvaluateInActivationOfEvaluate: Fail 289 cc/Debug_EvaluateInActivationOfEvaluate: Fail
279 cc/Debug_GetClosureInfo: Fail 290 cc/Debug_GetClosureInfo: Fail
280 cc/Debug_InterruptIsolate: Timeout 291 cc/Debug_InterruptIsolate: Timeout
281 cc/Debug_IsolateID: Fail 292 cc/Debug_IsolateID: Fail
282 cc/Debug_ListSuperType: Fail 293 cc/Debug_ListSuperType: Fail
283 cc/Debug_ScriptGetTokenInfo_Basic: Fail 294 cc/Debug_ScriptGetTokenInfo_Basic: Fail
284 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation: Fail 295 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation: Fail
285 cc/Debugger_PrintBreakpointsToJSONArray: Fail 296 cc/Debugger_PrintBreakpointsToJSONArray: Fail
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 cc/Parser_AllocateVariables_Issue7681: Crash 548 cc/Parser_AllocateVariables_Issue7681: Crash
538 cc/Parser_AllocateVariables_MiddleChain: Crash 549 cc/Parser_AllocateVariables_MiddleChain: Crash
539 cc/Parser_AllocateVariables_NestedCapturedVar: Crash 550 cc/Parser_AllocateVariables_NestedCapturedVar: Crash
540 cc/Parser_AllocateVariables_TwoChains: Crash 551 cc/Parser_AllocateVariables_TwoChains: Crash
541 cc/Profiler_BasicSourcePosition: Crash 552 cc/Profiler_BasicSourcePosition: Crash
542 cc/Profiler_BasicSourcePositionOptimized: Crash 553 cc/Profiler_BasicSourcePositionOptimized: Crash
543 cc/Profiler_BinaryOperatorSourcePosition: Crash 554 cc/Profiler_BinaryOperatorSourcePosition: Crash
544 cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash 555 cc/Profiler_BinaryOperatorSourcePositionOptimized: Crash
545 cc/Profiler_SourcePosition: Crash 556 cc/Profiler_SourcePosition: Crash
546 cc/Profiler_SourcePositionOptimized: Crash 557 cc/Profiler_SourcePositionOptimized: Crash
OLDNEW
« 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