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

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, 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/interpreter/interpreter.cc ('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 557 matching lines...) Expand 10 before | Expand all | Expand 10 after
568 568
569 # TODO(rmcilroy,4680): Strong mode failures. 569 # TODO(rmcilroy,4680): Strong mode failures.
570 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], 570 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL],
571 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], 571 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL],
572 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], 572 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL],
573 'test-api/StrongModeAccessCheckBlocked': [FAIL], 573 'test-api/StrongModeAccessCheckBlocked': [FAIL],
574 'test-api/AccessorShouldThrowOnError': [FAIL], 574 'test-api/AccessorShouldThrowOnError': [FAIL],
575 'test-api/InterceptorShouldThrowOnError': [FAIL], 575 'test-api/InterceptorShouldThrowOnError': [FAIL],
576 'test-api/StrongModeAccessCheckAllowed': [FAIL], 576 'test-api/StrongModeAccessCheckAllowed': [FAIL],
577 577
578 # TODO(rmcilroy,4680): FunctionTester SameValue check fails.
579 'test-run-variables/StackInitializeVariables': [FAIL],
580 'test-run-variables/ContextInitializeVariables': [FAIL],
581 'test-run-variables/ContextStoreVariables': [FAIL],
582 'test-run-variables/StackStoreVariables': [FAIL],
583 'test-run-variables/ContextLoadVariables': [FAIL],
584 'test-run-variables/StackLoadVariables': [FAIL],
585
586 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 578 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
587 'test-api/SetFunctionEntryHook': [FAIL], 579 'test-api/SetFunctionEntryHook': [FAIL],
588 580
589 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 581 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
590 'test-heap/TestCodeFlushingPreAged': [FAIL], 582 'test-heap/TestCodeFlushingPreAged': [FAIL],
591 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 583 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
592 'test-heap/TestCodeFlushing': [FAIL], 584 'test-heap/TestCodeFlushing': [FAIL],
593 'test-heap/TestCodeFlushingIncremental': [FAIL], 585 'test-heap/TestCodeFlushingIncremental': [FAIL],
594 586
595 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 587 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
633 'test-api/TryCatchSourceInfo': [FAIL], 625 'test-api/TryCatchSourceInfo': [FAIL],
634 'test-api/SetJitCodeEventHandler': [FAIL], 626 'test-api/SetJitCodeEventHandler': [FAIL],
635 'test-heap/WeakFunctionInConstructor': [FAIL], 627 'test-heap/WeakFunctionInConstructor': [FAIL],
636 'test-heap/Regress169209': [FAIL], 628 'test-heap/Regress169209': [FAIL],
637 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 629 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
638 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 630 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
639 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 631 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
640 'test-heap/CompilationCacheCachingBehavior': [FAIL], 632 'test-heap/CompilationCacheCachingBehavior': [FAIL],
641 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 633 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
642 'test-run-inlining/InlineTwice': [FAIL], 634 'test-run-inlining/InlineTwice': [FAIL],
643 'test-decls/Regress425510': [FAIL],
644 635
645 # TODO(rmcilroy,4680): Fail on some bot configurations. 636 # TODO(rmcilroy,4680): Fail on some bot configurations.
646 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], 637 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
647 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], 638 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
648 'test-cpu-profiler/SourceLocation': [PASS, FAIL], 639 'test-cpu-profiler/SourceLocation': [PASS, FAIL],
649 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], 640 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL],
650 'test-serialize/SerializeInternalReference': [PASS, FAIL], 641 'test-serialize/SerializeInternalReference': [PASS, FAIL],
651 642
652 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in 643 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
653 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. 644 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
711 'test-serialize/SerializeInternalReference': [PASS, FAIL], 702 'test-serialize/SerializeInternalReference': [PASS, FAIL],
712 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 703 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
713 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 704 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
714 'test-heap/Regress538257': [PASS, FAIL], 705 'test-heap/Regress538257': [PASS, FAIL],
715 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 706 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
716 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 707 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
717 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 708 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
718 }], # ignition == True and arch == arm64 709 }], # ignition == True and arch == arm64
719 710
720 ] 711 ]
OLDNEW
« no previous file with comments | « src/interpreter/interpreter.cc ('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