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

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

Issue 1631593003: [interpreter] Deprecate --ignition-fallback-on-catch flag. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: One more timeout. 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/flag-definitions.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 492 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 }], # 'arch == ppc64 and simulator_run == True' 503 }], # 'arch == ppc64 and simulator_run == True'
504 504
505 ['ignition == True', { 505 ['ignition == True', {
506 'test-api/*' : [SKIP], 506 'test-api/*' : [SKIP],
507 'test-cpu-profiler/*' : [SKIP], 507 'test-cpu-profiler/*' : [SKIP],
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.
514 'test-heap/MessageObjectLeak': [FAIL],
515
516 # TODO(mstarzinger,4674): Support exception handlers in BytecodeGraphBuilder.
517 'test-run-deopt/DeoptExceptionHandlerCatch': [FAIL],
518 'test-run-jsexceptions/Catch': [FAIL],
519 'test-run-jsexceptions/CatchBreak': [FAIL],
520 'test-run-jsexceptions/CatchCall': [FAIL],
521 'test-run-jsexceptions/CatchNested': [FAIL],
522 'test-run-jsexceptions/DeoptCatch': [FAIL],
523 'test-run-jsexceptions/ThrowMessageIndirectly': [FAIL],
524
513 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 525 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
514 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 526 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
515 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 527 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
516 'test-bytecode-generator/TryCatch': [SKIP], 528 'test-bytecode-generator/TryCatch': [SKIP],
517 'test-bytecode-generator/TryFinally': [SKIP], 529 'test-bytecode-generator/TryFinally': [SKIP],
518 'test-compiler/C2JSFrames': [SKIP], 530 'test-compiler/C2JSFrames': [SKIP],
519 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 531 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
520 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 532 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
521 'test-compiler/OptimizedCodeSharing2': [SKIP], 533 'test-compiler/OptimizedCodeSharing2': [SKIP],
522 'test-compiler/OptimizedCodeSharing3': [SKIP], 534 'test-compiler/OptimizedCodeSharing3': [SKIP],
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
570 'test-run-jsops/ClassLiteral': [SKIP], 582 'test-run-jsops/ClassLiteral': [SKIP],
571 'test-run-jsops/LookupLoad': [SKIP], 583 'test-run-jsops/LookupLoad': [SKIP],
572 'test-run-jsops/LookupStore': [SKIP], 584 'test-run-jsops/LookupStore': [SKIP],
573 'test-run-variables/ContextInitializeVariables': [SKIP], 585 'test-run-variables/ContextInitializeVariables': [SKIP],
574 'test-run-variables/ContextLoadVariables': [SKIP], 586 'test-run-variables/ContextLoadVariables': [SKIP],
575 'test-run-variables/ContextStoreVariables': [SKIP], 587 'test-run-variables/ContextStoreVariables': [SKIP],
576 'test-run-variables/StackInitializeVariables': [SKIP], 588 'test-run-variables/StackInitializeVariables': [SKIP],
577 'test-run-variables/StackLoadVariables': [SKIP], 589 'test-run-variables/StackLoadVariables': [SKIP],
578 'test-run-variables/StackStoreVariables': [SKIP], 590 'test-run-variables/StackStoreVariables': [SKIP],
579 'test-sampler-api/StackFramesConsistent': [SKIP], 591 'test-sampler-api/StackFramesConsistent': [SKIP],
592 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
580 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 593 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
581 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 594 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
595 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
596 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
582 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 597 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
583 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 598 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
584 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 599 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
585 }], # ignition == True 600 }], # ignition == True
586 601
587 ['ignition == True and arch == arm64', { 602 ['ignition == True and arch == arm64', {
588 'test-decls/CrossScriptReferencesHarmony': [SKIP], 603 'test-decls/CrossScriptReferencesHarmony': [SKIP],
589 'test-js-arm64-variables/lookup_slots': [SKIP], 604 'test-js-arm64-variables/lookup_slots': [SKIP],
590 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 605 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
591 'test-heap/Regress538257': [SKIP], 606 'test-heap/Regress538257': [SKIP],
592 }], # ignition == True and arch == arm64 607 }], # ignition == True and arch == arm64
593 608
594 ] 609 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.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