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

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

Issue 1670813005: Revert of Type Feedback Vector lives in the closure (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
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/compiler/function-tester.h » ('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 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'test-run-inlining/InlineTwice': [FAIL], 645 'test-run-inlining/InlineTwice': [FAIL],
646 'test-decls/Regress425510': [FAIL], 646 'test-decls/Regress425510': [FAIL],
647 647
648 # TODO(rmcilroy,4680): Fail on some bot configurations. 648 # TODO(rmcilroy,4680): Fail on some bot configurations.
649 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], 649 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
650 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], 650 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
651 'test-cpu-profiler/SourceLocation': [PASS, FAIL], 651 'test-cpu-profiler/SourceLocation': [PASS, FAIL],
652 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], 652 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL],
653 'test-serialize/SerializeInternalReference': [PASS, FAIL], 653 'test-serialize/SerializeInternalReference': [PASS, FAIL],
654 654
655 # TODO(rmcilroy,4680): Test crashes.
656 'test-serialize/PerIsolateSnapshotBlobs': [SKIP],
657 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [SKIP],
658 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [SKIP],
659 'test-serialize/SnapshotBlobsStackOverflow': [SKIP],
660 'test-decls/CrossScriptReferencesHarmony': [SKIP],
661
662 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in 655 # TODO(rmcilroy,4680): DCHECK(shared->function_data()->IsUndefined()) in
663 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode. 656 # compiler.cc GetUnoptimizedCodeCommon() or timeout in release mode.
664 'test-func-name-inference/GlobalProperty': [SKIP], 657 'test-func-name-inference/GlobalProperty': [SKIP],
665 'test-func-name-inference/GlobalVar': [SKIP], 658 'test-func-name-inference/GlobalVar': [SKIP],
666 'test-func-name-inference/InConstructor': [SKIP], 659 'test-func-name-inference/InConstructor': [SKIP],
667 'test-func-name-inference/Static': [SKIP], 660 'test-func-name-inference/Static': [SKIP],
668 'test-func-name-inference/LocalVar': [SKIP], 661 'test-func-name-inference/LocalVar': [SKIP],
669 'test-func-name-inference/Factory': [SKIP], 662 'test-func-name-inference/Factory': [SKIP],
670 'test-func-name-inference/MultipleFuncsConditional': [SKIP], 663 'test-func-name-inference/MultipleFuncsConditional': [SKIP],
671 'test-func-name-inference/AsParameter': [SKIP], 664 'test-func-name-inference/AsParameter': [SKIP],
(...skipping 22 matching lines...) Expand all
694 'test-run-jsexceptions/CatchBreak': [PASS, FAIL], 687 'test-run-jsexceptions/CatchBreak': [PASS, FAIL],
695 'test-run-jsexceptions/CatchCall': [PASS, FAIL], 688 'test-run-jsexceptions/CatchCall': [PASS, FAIL],
696 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL], 689 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL],
697 'test-api/CallAsFunction': [PASS, FAIL], 690 'test-api/CallAsFunction': [PASS, FAIL],
698 'test-api/ConstructorForObject': [PASS, FAIL], 691 'test-api/ConstructorForObject': [PASS, FAIL],
699 'test-api/Regress528': [PASS, FAIL], 692 'test-api/Regress528': [PASS, FAIL],
700 }], 693 }],
701 694
702 ['ignition == True and arch == x64', { 695 ['ignition == True and arch == x64', {
703 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 696 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
697 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
698 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
699 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
700 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
704 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 701 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
705 702
706 # TODO(rmcilroy,4680): Test assert errors. 703 # TODO(rmcilroy,4680): Test assert errors.
707 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 704 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
708 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 705 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
709 }], 706 }],
710 707
711 ['ignition == True and arch == arm64', { 708 ['ignition == True and arch == arm64', {
712 # TODO(rmcilroy,4680): Arm64 specific crashes. 709 # TODO(rmcilroy,4680): Arm64 specific crashes.
713 'test-api/ExternalWrap': [SKIP], 710 'test-api/ExternalWrap': [SKIP],
714 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], 711 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
715 712
716 # TODO(rmcilroy,4680): Arm64 flakes. 713 # TODO(rmcilroy,4680): Arm64 flakes.
717 'test-serialize/SerializeInternalReference': [PASS, FAIL], 714 'test-serialize/SerializeInternalReference': [PASS, FAIL],
718 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 715 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
719 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 716 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
720 'test-heap/Regress538257': [PASS, FAIL], 717 'test-heap/Regress538257': [PASS, FAIL],
721 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 718 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
722 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 719 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
723 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 720 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
724 }], # ignition == True and arch == arm64 721 }], # ignition == True and arch == arm64
725 722
726 ] 723 ]
OLDNEW
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/compiler/function-tester.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698