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

Side by Side Diff: test/cctest/cctest.status

Issue 1641723002: [interpreter] Translate exception handlers into graph. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Addressed comments. 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 unified diff | Download patch
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.cc » ('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 2011 the V8 project authors. All rights reserved. 1 # Copyright 2011 the V8 project authors. All rights reserved.
2 # Redistribution and use in source and binary forms, with or without 2 # Redistribution and use in source and binary forms, with or without
3 # modification, are permitted provided that the following conditions are 3 # modification, are permitted provided that the following conditions are
4 # met: 4 # met:
5 # 5 #
6 # * Redistributions of source code must retain the above copyright 6 # * Redistributions of source code must retain the above copyright
7 # notice, this list of conditions and the following disclaimer. 7 # notice, this list of conditions and the following disclaimer.
8 # * Redistributions in binary form must reproduce the above 8 # * Redistributions in binary form must reproduce the above
9 # copyright notice, this list of conditions and the following 9 # copyright notice, this list of conditions and the following
10 # disclaimer in the documentation and/or other materials provided 10 # disclaimer in the documentation and/or other materials provided
(...skipping 497 matching lines...) Expand 10 before | Expand all | Expand 10 after
508 'test-debug/*' : [SKIP], 508 'test-debug/*' : [SKIP],
509 'test-func-name-inference/*' : [SKIP], 509 'test-func-name-inference/*' : [SKIP],
510 'test-inobject-slack-tracking/*' : [SKIP], 510 'test-inobject-slack-tracking/*' : [SKIP],
511 'test-serialize/*' : [SKIP], 511 'test-serialize/*' : [SKIP],
512 512
513 # TODO(mstarzinger,4674): Message object is not properly cleared. 513 # TODO(mstarzinger,4674): Message object is not properly cleared.
514 'test-heap/MessageObjectLeak': [FAIL], 514 'test-heap/MessageObjectLeak': [FAIL],
515 515
516 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder. 516 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
517 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL], 517 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL],
518 'test-run-jsexceptions/Catch': [FAIL], 518
519 'test-run-jsexceptions/CatchBreak': [FAIL], 519 # TODO(mstarzinger,4674): Bug in control flow modeling. Investigate and fix.
520 'test-run-jsexceptions/CatchCall': [FAIL], 520 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL],
521 'test-run-jsexceptions/CatchNested': [FAIL],
522 'test-run-jsexceptions/DeoptCatch': [FAIL],
523 521
524 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 522 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
525 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 523 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
526 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 524 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
527 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 525 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
528 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 526 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
529 'test-compiler/OptimizedCodeSharing2': [SKIP], 527 'test-compiler/OptimizedCodeSharing2': [SKIP],
530 'test-compiler/OptimizedCodeSharing3': [SKIP], 528 'test-compiler/OptimizedCodeSharing3': [SKIP],
531 'test-decls/CrossScriptDynamicLookup': [SKIP], 529 'test-decls/CrossScriptDynamicLookup': [SKIP],
532 'test-decls/Regress425510': [SKIP], 530 'test-decls/Regress425510': [SKIP],
(...skipping 22 matching lines...) Expand all
555 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP], 553 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [SKIP],
556 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP], 554 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [SKIP],
557 'test-pipeline/PipelineGeneric': [SKIP], 555 'test-pipeline/PipelineGeneric': [SKIP],
558 'test-pipeline/PipelineTyped': [SKIP], 556 'test-pipeline/PipelineTyped': [SKIP],
559 'test-profile-generator/BailoutReason': [SKIP], 557 'test-profile-generator/BailoutReason': [SKIP],
560 'test-profile-generator/LineNumber': [SKIP], 558 'test-profile-generator/LineNumber': [SKIP],
561 'test-profile-generator/ProfileNodeScriptId': [SKIP], 559 'test-profile-generator/ProfileNodeScriptId': [SKIP],
562 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 560 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
563 'test-run-inlining/InlineTwice': [SKIP], 561 'test-run-inlining/InlineTwice': [SKIP],
564 'test-run-jscalls/LookupCall': [SKIP], 562 'test-run-jscalls/LookupCall': [SKIP],
565 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP],
566 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 563 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
567 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 564 'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
568 'test-run-jsobjects/ArgumentsRest': [SKIP], 565 'test-run-jsobjects/ArgumentsRest': [SKIP],
569 'test-run-jsops/ClassLiteral': [SKIP], 566 'test-run-jsops/ClassLiteral': [SKIP],
570 'test-run-jsops/LookupLoad': [SKIP], 567 'test-run-jsops/LookupLoad': [SKIP],
571 'test-run-jsops/LookupStore': [SKIP], 568 'test-run-jsops/LookupStore': [SKIP],
572 'test-run-variables/ContextInitializeVariables': [SKIP], 569 'test-run-variables/ContextInitializeVariables': [SKIP],
573 'test-run-variables/ContextLoadVariables': [SKIP], 570 'test-run-variables/ContextLoadVariables': [SKIP],
574 'test-run-variables/ContextStoreVariables': [SKIP], 571 'test-run-variables/ContextStoreVariables': [SKIP],
575 'test-run-variables/StackInitializeVariables': [SKIP], 572 'test-run-variables/StackInitializeVariables': [SKIP],
(...skipping 12 matching lines...) Expand all
588 585
589 ['ignition == True and arch == arm64', { 586 ['ignition == True and arch == arm64', {
590 'test-decls/CrossScriptReferencesHarmony': [SKIP], 587 'test-decls/CrossScriptReferencesHarmony': [SKIP],
591 'test-js-arm64-variables/lookup_slots': [SKIP], 588 'test-js-arm64-variables/lookup_slots': [SKIP],
592 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 589 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
593 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 590 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
594 'test-heap/Regress538257': [SKIP], 591 'test-heap/Regress538257': [SKIP],
595 }], # ignition == True and arch == arm64 592 }], # ignition == True and arch == arm64
596 593
597 ] 594 ]
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698