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

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: Refactored VisitVariableAssignment. 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 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 'test-profile-generator/ProfileNodeScriptId': [SKIP], 560 'test-profile-generator/ProfileNodeScriptId': [SKIP],
561 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP], 561 'test-profile-generator/RecordStackTraceAtStartProfiling': [SKIP],
562 'test-run-inlining/InlineTwice': [SKIP], 562 'test-run-inlining/InlineTwice': [SKIP],
563 'test-run-jscalls/LookupCall': [SKIP], 563 'test-run-jscalls/LookupCall': [SKIP],
564 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP], 564 'test-run-jsexceptions/ThrowMessageDirectly': [SKIP],
565 'test-run-jsexceptions/ThrowMessagePosition': [SKIP], 565 'test-run-jsexceptions/ThrowMessagePosition': [SKIP],
566 'test-run-jsobjects/ArgumentsRest': [SKIP], 566 'test-run-jsobjects/ArgumentsRest': [SKIP],
567 'test-run-jsops/ClassLiteral': [SKIP], 567 'test-run-jsops/ClassLiteral': [SKIP],
568 'test-run-jsops/LookupLoad': [SKIP], 568 'test-run-jsops/LookupLoad': [SKIP],
569 'test-run-jsops/LookupStore': [SKIP], 569 'test-run-jsops/LookupStore': [SKIP],
570 'test-run-variables/ContextInitializeVariables': [SKIP],
571 'test-run-variables/ContextLoadVariables': [SKIP],
572 'test-run-variables/ContextStoreVariables': [SKIP],
573 'test-run-variables/StackInitializeVariables': [SKIP],
574 'test-run-variables/StackLoadVariables': [SKIP],
575 'test-run-variables/StackStoreVariables': [SKIP],
576 'test-sampler-api/StackFramesConsistent': [SKIP], 570 'test-sampler-api/StackFramesConsistent': [SKIP],
577 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP], 571 'test-thread-termination/TerminateAndReenterFromThreadItself': [SKIP],
578 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP], 572 'test-thread-termination/TerminateCancelTerminateFromThreadItself': [SKIP],
579 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ], 573 'test-thread-termination/TerminateFromOtherThreadWhileMicrotaskRunning': [SKIP ],
580 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP], 574 'test-thread-termination/TerminateOnlyV8ThreadFromOtherThread': [SKIP],
581 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP], 575 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItself': [SKIP],
582 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP], 576 'test-thread-termination/TerminateOnlyV8ThreadFromThreadItselfNoLoop': [SKIP],
583 'test-thread-termination/TerminationInInnerTryCall': [SKIP], 577 'test-thread-termination/TerminationInInnerTryCall': [SKIP],
584 'test-unscopables-hidden-prototype/Unscopables': [SKIP], 578 'test-unscopables-hidden-prototype/Unscopables': [SKIP],
585 }], # ignition == True 579 }], # ignition == True
586 580
587 ['ignition == True and arch == arm64', { 581 ['ignition == True and arch == arm64', {
588 'test-decls/CrossScriptReferencesHarmony': [SKIP], 582 'test-decls/CrossScriptReferencesHarmony': [SKIP],
589 'test-js-arm64-variables/lookup_slots': [SKIP], 583 'test-js-arm64-variables/lookup_slots': [SKIP],
590 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP], 584 'test-spaces/SizeOfFirstPageIsLargeEnough': [SKIP],
591 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP], 585 'test-heap/AddInstructionChangesNewSpacePromotion': [SKIP],
592 'test-heap/Regress538257': [SKIP], 586 'test-heap/Regress538257': [SKIP],
593 }], # ignition == True and arch == arm64 587 }], # ignition == True and arch == arm64
594 588
595 ] 589 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698