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

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

Issue 1634153002: [Interpreter] Adds support for const/let variables to interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased the patch Created 4 years, 11 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
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 514 matching lines...) Expand 10 before | Expand all | Expand 10 after
525 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP], 525 'test-api-interceptors/InterceptorCallICInvalidatedConstantFunctionViaGlobal': [SKIP],
526 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP], 526 'test-api-interceptors/InterceptorLoadICInvalidatedCallbackViaGlobal': [SKIP],
527 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP], 527 'test-api-interceptors/InterceptorLoadICInvalidatedFieldViaGlobal': [SKIP],
528 'test-bytecode-generator/TryCatch': [SKIP], 528 'test-bytecode-generator/TryCatch': [SKIP],
529 'test-bytecode-generator/TryFinally': [SKIP], 529 'test-bytecode-generator/TryFinally': [SKIP],
530 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 530 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
531 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 531 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
532 'test-compiler/OptimizedCodeSharing2': [SKIP], 532 'test-compiler/OptimizedCodeSharing2': [SKIP],
533 'test-compiler/OptimizedCodeSharing3': [SKIP], 533 'test-compiler/OptimizedCodeSharing3': [SKIP],
534 'test-decls/CrossScriptDynamicLookup': [SKIP], 534 'test-decls/CrossScriptDynamicLookup': [SKIP],
535 'test-decls/Regress425510': [SKIP],
536 'test-feedback-vector/VectorCallICStates': [SKIP], 535 'test-feedback-vector/VectorCallICStates': [SKIP],
537 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 536 'test-heap/CanonicalSharedFunctionInfo': [SKIP],
538 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 537 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
539 'test-heap/CompilationCacheCachingBehavior': [SKIP], 538 'test-heap/CompilationCacheCachingBehavior': [SKIP],
540 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 539 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
541 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 540 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
542 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 541 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
543 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 542 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
544 'test-heap-profiler/HeapSnapshotSimd': [SKIP], 543 'test-heap-profiler/HeapSnapshotSimd': [SKIP],
545 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP], 544 'test-heap/OptimizedAllocationAlwaysInNewSpace': [SKIP],
(...skipping 19 matching lines...) Expand all
565 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 564 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
566 'test-run-inlining/InlineTwice': [SKIP], 565 'test-run-inlining/InlineTwice': [SKIP],
567 'test-run-jscalls/LookupCall': [SKIP], 566 'test-run-jscalls/LookupCall': [SKIP],
568 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP], 567 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP],
569 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 568 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
570 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 569 'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
571 'test-run-jsobjects/ArgumentsRest': [SKIP], 570 'test-run-jsobjects/ArgumentsRest': [SKIP],
572 'test-run-jsops/ClassLiteral': [SKIP], 571 'test-run-jsops/ClassLiteral': [SKIP],
573 'test-run-jsops/LookupLoad': [SKIP], 572 'test-run-jsops/LookupLoad': [SKIP],
574 'test-run-jsops/LookupStore': [SKIP], 573 'test-run-jsops/LookupStore': [SKIP],
575 'test-run-variables/ContextInitializeVariables': [SKIP],
576 'test-run-variables/ContextLoadVariables': [SKIP],
577 'test-run-variables/ContextStoreVariables': [SKIP],
578 'test-run-variables/StackInitializeVariables': [SKIP],
579 'test-run-variables/StackLoadVariables': [SKIP],
580 'test-run-variables/StackStoreVariables': [SKIP],
581 'test-sampler-api/StackFramesConsistent': [SKIP], 574 'test-sampler-api/StackFramesConsistent': [SKIP],
582 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP], 575 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
583 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 576 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
584 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 577 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
585 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], 578 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
586 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 579 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
587 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 580 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
588 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 581 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
589 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 582 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
590 }], # ignition == True 583 }], # ignition == True
591 584
592 ['ignition == True and arch == arm64', { 585 ['ignition == True and arch == arm64', {
593 'test-decls/CrossScriptReferencesHarmony': [SKIP], 586 'test-decls/CrossScriptReferencesHarmony': [SKIP],
594 'test-js-arm64-variables/lookup_slots': [SKIP], 587 'test-js-arm64-variables/lookup_slots': [SKIP],
595 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 588 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
596 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 589 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
597 'test-heap/Regress538257': [SKIP], 590 'test-heap/Regress538257': [SKIP],
598 }], # ignition == True and arch == arm64 591 }], # ignition == True and arch == arm64
599 592
600 ] 593 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698