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

Side by Side Diff: runtime/tests/vm/vm.status

Issue 2907003002: Update test failures after 3b9cf73. (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 | « no previous file | no next file » | 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 313 matching lines...) Expand 10 before | Expand all | Expand 10 after
324 cc/DartGeneratedMessages : Crash 324 cc/DartGeneratedMessages : Crash
325 cc/Debug_EvaluateExpr : Fail 325 cc/Debug_EvaluateExpr : Fail
326 cc/Debug_EvaluateInActivationOfEvaluate : Fail 326 cc/Debug_EvaluateInActivationOfEvaluate : Fail
327 cc/Debug_GetClosureInfo : Fail 327 cc/Debug_GetClosureInfo : Fail
328 cc/Debug_IsolateID : Fail 328 cc/Debug_IsolateID : Fail
329 cc/Debug_ListSuperType : Fail 329 cc/Debug_ListSuperType : Fail
330 cc/Debug_ScriptGetTokenInfo_Basic : Fail 330 cc/Debug_ScriptGetTokenInfo_Basic : Fail
331 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation : Fail 331 cc/Debug_ScriptGetTokenInfo_MultiLineInterpolation : Fail
332 cc/Debugger_PrintBreakpointsToJSONArray : Fail 332 cc/Debugger_PrintBreakpointsToJSONArray : Fail
333 cc/Debugger_Rewind_Optimized : Timeout 333 cc/Debugger_Rewind_Optimized : Timeout
334 cc/Debugger_SetBreakpointInFunctionLiteralFieldInitializers : Fail
aam 2017/05/27 04:40:08 I think this should be marked as Crash
334 cc/ErrorHandleBasics : Fail 335 cc/ErrorHandleBasics : Fail
335 cc/EvalExpression : Crash 336 cc/EvalExpression : Crash
336 cc/ExternalByteDataAccess : Fail 337 cc/ExternalByteDataAccess : Fail
337 cc/ExternalizeConstantStrings : Fail 338 cc/ExternalizeConstantStrings : Fail
338 cc/ExternalStringDeoptimize : Fail 339 cc/ExternalStringDeoptimize : Fail
339 cc/ExternalStringDoubleParse : Fail 340 cc/ExternalStringDoubleParse : Fail
340 cc/ExternalStringGuardFieldDeoptimize : Fail 341 cc/ExternalStringGuardFieldDeoptimize : Fail
341 cc/ExternalStringLoadElimination : Fail 342 cc/ExternalStringLoadElimination : Fail
342 cc/ExternalStringPolymorphicDeoptimize : Fail 343 cc/ExternalStringPolymorphicDeoptimize : Fail
343 cc/ExternalStringStaticFieldDeoptimize : Fail 344 cc/ExternalStringStaticFieldDeoptimize : Fail
(...skipping 158 matching lines...) Expand 10 before | Expand all | Expand 10 after
502 cc/ValidateStackFrameIteration : Fail 503 cc/ValidateStackFrameIteration : Fail
503 dart/data_uri_import_test/base64 : CompileTimeError 504 dart/data_uri_import_test/base64 : CompileTimeError
504 dart/data_uri_import_test/nocharset : CompileTimeError 505 dart/data_uri_import_test/nocharset : CompileTimeError
505 dart/data_uri_import_test/nomime : CompileTimeError 506 dart/data_uri_import_test/nomime : CompileTimeError
506 dart/data_uri_import_test/percentencoded : Fail 507 dart/data_uri_import_test/percentencoded : Fail
507 dart/data_uri_import_test/wrongmime : CompileTimeError 508 dart/data_uri_import_test/wrongmime : CompileTimeError
508 dart/data_uri_spawn_test : RuntimeError 509 dart/data_uri_spawn_test : RuntimeError
509 dart/redirection_type_shuffling_test/00 : Crash 510 dart/redirection_type_shuffling_test/00 : Crash
510 dart/redirection_type_shuffling_test/none : Crash 511 dart/redirection_type_shuffling_test/none : Crash
511 dart/spawn_shutdown_test : Timeout 512 dart/spawn_shutdown_test : Timeout
513 service/code_test : Fail
514 service/step_through_property_get_test : Fail
515 service/step_through_property_set_test : Fail
aam 2017/05/27 04:40:09 I think these are RuntimeErrors, not Fails. And th
512 516
513 [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ] 517 [ ($compiler == dartk) && ($runtime == vm) && ($mode == release) ]
514 cc/Debug_BreakpointStubPatching : Fail 518 cc/Debug_BreakpointStubPatching : Fail
515 cc/Debug_InspectObject : Fail 519 cc/Debug_InspectObject : Fail
516 cc/Debug_InspectStack_NotOptimized : Fail 520 cc/Debug_InspectStack_NotOptimized : Fail
517 cc/Debug_InspectStack_Optimized : Fail 521 cc/Debug_InspectStack_Optimized : Fail
518 cc/Debug_InspectStackWithClosure_NotOptimized : Fail 522 cc/Debug_InspectStackWithClosure_NotOptimized : Fail
519 cc/Debug_InspectStackWithClosure_Optimized : Fail 523 cc/Debug_InspectStackWithClosure_Optimized : Fail
520 cc/Debug_InterruptIsolate : Timeout 524 cc/Debug_InterruptIsolate : Timeout
521 cc/DeepStackTraceInfo : Fail 525 cc/DeepStackTraceInfo : Fail
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after
595 cc/Parser_AllocateVariables_TwoChains : Crash 599 cc/Parser_AllocateVariables_TwoChains : Crash
596 cc/Profiler_BasicSourcePosition : Crash 600 cc/Profiler_BasicSourcePosition : Crash
597 cc/Profiler_BasicSourcePositionOptimized : Crash 601 cc/Profiler_BasicSourcePositionOptimized : Crash
598 cc/Profiler_BinaryOperatorSourcePosition : Crash 602 cc/Profiler_BinaryOperatorSourcePosition : Crash
599 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash 603 cc/Profiler_BinaryOperatorSourcePositionOptimized : Crash
600 cc/Profiler_SourcePosition : Crash 604 cc/Profiler_SourcePosition : Crash
601 cc/Profiler_SourcePositionOptimized : Crash 605 cc/Profiler_SourcePositionOptimized : Crash
602 606
603 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de bug)] 607 [ ($compiler == dartk) && ($runtime == vm) && ($system == macos) && ($mode == de bug)]
604 cc/FindCodeObject : Timeout 608 cc/FindCodeObject : Timeout
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698