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

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

Issue 1688283003: [Interpreter] Implements calls through CallICStub in the interpreter. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fixes comments I missed in last 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
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 564 matching lines...) Expand 10 before | Expand all | Expand 10 after
575 'test-compiler/OptimizedCodeSharing3': [FAIL], 575 'test-compiler/OptimizedCodeSharing3': [FAIL],
576 576
577 # TODO(rmcilroy,4689): Stack trace line number failures. 577 # TODO(rmcilroy,4689): Stack trace line number failures.
578 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 578 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
579 'test-api/TryCatchMixedNesting': [PASS, FAIL], 579 'test-api/TryCatchMixedNesting': [PASS, FAIL],
580 580
581 # TODO(rmcilroy,4680): Exception message assert failure. 581 # TODO(rmcilroy,4680): Exception message assert failure.
582 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], 582 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
583 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL], 583 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
584 584
585 # TODO(4680): Related to lack of code-ageing in interpreter.
586 'test-heap/Regress169209': [FAIL],
587
588 # TODO(4680): Related to lack of code-ageing and/or lack of compilation cache
589 # in interpreter.
590 'test-heap/CompilationCacheCachingBehavior': [FAIL],
591
592 # TODO(4680): Use CallConstructStub for new operator.
593 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
594 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
595 'test-heap/WeakFunctionInConstructor': [FAIL],
596
585 # TODO(rmcilroy,4680): Test assert errors. 597 # TODO(rmcilroy,4680): Test assert errors.
586 'test-cpu-profiler/CodeEvents': [FAIL], 598 'test-cpu-profiler/CodeEvents': [FAIL],
587 'test-cpu-profiler/TickEvents': [FAIL], 599 'test-cpu-profiler/TickEvents': [FAIL],
588 'test-cpu-profiler/BoundFunctionCall': [FAIL], 600 'test-cpu-profiler/BoundFunctionCall': [FAIL],
589 'test-cpu-profiler/CollectCpuProfile': [FAIL], 601 'test-cpu-profiler/CollectCpuProfile': [FAIL],
590 'test-cpu-profiler/CollectSampleAPI': [FAIL], 602 'test-cpu-profiler/CollectSampleAPI': [FAIL],
591 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], 603 'test-cpu-profiler/CpuProfileDeepStack': [FAIL],
592 'test-cpu-profiler/FunctionApplySample': [FAIL], 604 'test-cpu-profiler/FunctionApplySample': [FAIL],
593 'test-cpu-profiler/FunctionCallSample': [FAIL], 605 'test-cpu-profiler/FunctionCallSample': [FAIL],
594 'test-cpu-profiler/FunctionDetails': [FAIL], 606 'test-cpu-profiler/FunctionDetails': [FAIL],
595 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL], 607 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL],
596 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], 608 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
597 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], 609 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
598 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], 610 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
599 'test-cpu-profiler/JsNativeJsSample': [FAIL], 611 'test-cpu-profiler/JsNativeJsSample': [FAIL],
600 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], 612 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
601 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], 613 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
602 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], 614 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
603 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], 615 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
604 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], 616 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL],
605 'test-sampler-api/StackFramesConsistent': [FAIL], 617 'test-sampler-api/StackFramesConsistent': [FAIL],
606 'test-profile-generator/LineNumber': [FAIL], 618 'test-profile-generator/LineNumber': [FAIL],
607 'test-profile-generator/ProfileNodeScriptId': [FAIL], 619 'test-profile-generator/ProfileNodeScriptId': [FAIL],
608 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], 620 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
609 'test-feedback-vector/VectorCallICStates': [FAIL],
610 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
611 'test-api/PromiseRejectCallback': [FAIL], 621 'test-api/PromiseRejectCallback': [FAIL],
612 'test-api/SetJitCodeEventHandler': [FAIL], 622 'test-api/SetJitCodeEventHandler': [FAIL],
613 'test-heap/WeakFunctionInConstructor': [FAIL],
614 'test-heap/Regress169209': [FAIL],
615 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
616 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
617 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
618 'test-heap/CompilationCacheCachingBehavior': [FAIL],
619 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
620 'test-run-inlining/InlineTwice': [FAIL], 623 'test-run-inlining/InlineTwice': [FAIL],
621 624
622 # TODO(rmcilroy,4680): Fail on some bot configurations. 625 # TODO(rmcilroy,4680): Fail on some bot configurations.
623 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], 626 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL],
624 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], 627 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL],
625 'test-cpu-profiler/SourceLocation': [PASS, FAIL], 628 'test-cpu-profiler/SourceLocation': [PASS, FAIL],
626 'test-serialize/SerializeInternalReference': [PASS, FAIL], 629 'test-serialize/SerializeInternalReference': [PASS, FAIL],
627 }], # ignition == True 630 }], # ignition == True
628 631
629 ['ignition == True and mode == debug and arch == x64', { 632 ['ignition == True and mode == debug and arch == x64', {
(...skipping 26 matching lines...) Expand all
656 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 659 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
657 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 660 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
658 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], 661 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL],
659 'test-heap/Regress538257': [PASS, FAIL], 662 'test-heap/Regress538257': [PASS, FAIL],
660 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 663 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
661 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 664 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
662 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 665 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
663 }], # ignition == True and arch == arm64 666 }], # ignition == True and arch == arm64
664 667
665 ] 668 ]
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698