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

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: 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
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 516 matching lines...) Expand 10 before | Expand all | Expand 10 after
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/C2JSFrames': [SKIP], 530 'test-compiler/C2JSFrames': [SKIP],
531 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP], 531 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [SKIP],
532 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP], 532 'test-compiler/FeedbackVectorUnaffectedByScopeChanges': [SKIP],
533 'test-compiler/OptimizedCodeSharing2': [SKIP], 533 'test-compiler/OptimizedCodeSharing2': [SKIP],
534 'test-compiler/OptimizedCodeSharing3': [SKIP], 534 'test-compiler/OptimizedCodeSharing3': [SKIP],
535 'test-compiler/Print': [SKIP], 535 'test-compiler/Print': [SKIP],
536 'test-decls/CrossScriptDynamicLookup': [SKIP], 536 'test-decls/CrossScriptDynamicLookup': [SKIP],
537 'test-decls/Regress425510': [SKIP],
538 'test-feedback-vector/VectorCallICStates': [SKIP], 537 'test-feedback-vector/VectorCallICStates': [SKIP],
539 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 538 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
540 'test-heap/ArrayShiftSweeping': [SKIP], 539 'test-heap/ArrayShiftSweeping': [SKIP],
541 'test-heap/CanonicalSharedFunctionInfo': [SKIP], 540 'test-heap/CanonicalSharedFunctionInfo': [SKIP],
542 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP], 541 'test-heap/CellsInOptimizedCodeAreWeak': [SKIP],
543 'test-heap/CompilationCacheCachingBehavior': [SKIP], 542 'test-heap/CompilationCacheCachingBehavior': [SKIP],
544 'test-heap/CountForcedGC': [SKIP], 543 'test-heap/CountForcedGC': [SKIP],
545 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP], 544 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [SKIP],
546 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP], 545 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [SKIP],
547 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP], 546 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [SKIP],
(...skipping 27 matching lines...) Expand all
575 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 574 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
576 'test-run-inlining/InlineTwice': [SKIP], 575 'test-run-inlining/InlineTwice': [SKIP],
577 'test-run-jscalls/LookupCall': [SKIP], 576 'test-run-jscalls/LookupCall': [SKIP],
578 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP], 577 'test-run-jsexceptions/DeoptFinallyReturn': [SKIP],
579 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 578 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
580 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 579 'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
581 'test-run-jsobjects/ArgumentsRest': [SKIP], 580 'test-run-jsobjects/ArgumentsRest': [SKIP],
582 'test-run-jsops/ClassLiteral': [SKIP], 581 'test-run-jsops/ClassLiteral': [SKIP],
583 'test-run-jsops/LookupLoad': [SKIP], 582 'test-run-jsops/LookupLoad': [SKIP],
584 'test-run-jsops/LookupStore': [SKIP], 583 'test-run-jsops/LookupStore': [SKIP],
585 'test-run-variables/ContextInitializeVariables': [SKIP],
586 'test-run-variables/ContextLoadVariables': [SKIP],
587 'test-run-variables/ContextStoreVariables': [SKIP],
588 'test-run-variables/StackInitializeVariables': [SKIP],
589 'test-run-variables/StackLoadVariables': [SKIP],
590 'test-run-variables/StackStoreVariables': [SKIP],
591 'test-sampler-api/StackFramesConsistent': [SKIP], 584 'test-sampler-api/StackFramesConsistent': [SKIP],
592 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP], 585 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
593 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 586 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
594 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 587 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
595 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], 588 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
596 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 589 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
597 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 590 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
598 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 591 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
599 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 592 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
600 }], # ignition == True 593 }], # ignition == True
601 594
602 ['ignition == True and arch == arm64', { 595 ['ignition == True and arch == arm64', {
603 'test-decls/CrossScriptReferencesHarmony': [SKIP], 596 'test-decls/CrossScriptReferencesHarmony': [SKIP],
604 'test-js-arm64-variables/lookup_slots': [SKIP], 597 'test-js-arm64-variables/lookup_slots': [SKIP],
605 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 598 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
606 'test-heap/Regress538257': [SKIP], 599 'test-heap/Regress538257': [SKIP],
607 }], # ignition == True and arch == arm64 600 }], # ignition == True and arch == arm64
608 601
609 ] 602 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698