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

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

Issue 1662983002: [interpreter] add source positions for call and call-new. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix test expectations 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/objects.cc ('k') | test/mjsunit/ignition/stack-trace-source-position.js » ('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 581 matching lines...) Expand 10 before | Expand all | Expand 10 after
592 'test-heap/TestCodeFlushingPreAged': [FAIL], 592 'test-heap/TestCodeFlushingPreAged': [FAIL],
593 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 593 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
594 'test-heap/TestCodeFlushing': [FAIL], 594 'test-heap/TestCodeFlushing': [FAIL],
595 'test-heap/TestCodeFlushingIncremental': [FAIL], 595 'test-heap/TestCodeFlushingIncremental': [FAIL],
596 596
597 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 597 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
598 'test-compiler/OptimizedCodeSharing2': [FAIL], 598 'test-compiler/OptimizedCodeSharing2': [FAIL],
599 'test-compiler/OptimizedCodeSharing3': [FAIL], 599 'test-compiler/OptimizedCodeSharing3': [FAIL],
600 600
601 # TODO(rmcilroy,4689): Stack trace line number failures. 601 # TODO(rmcilroy,4689): Stack trace line number failures.
602 'test-api/CaptureStackTrace': [FAIL],
603 'test-api/GetStackTraceForUncaughtExceptionFromSimpleStackTrace': [FAIL],
604 'test-api/CaptureStackTraceForUncaughtException': [FAIL], 602 'test-api/CaptureStackTraceForUncaughtException': [FAIL],
605 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL], 603 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL],
606 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 604 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
605 'test-api/TryCatchMixedNesting': [PASS, FAIL],
607 606
608 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure. 607 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure.
609 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], 608 'test-log-stack-tracer/CFromJSStackTrace': [FAIL],
610 'test-log-stack-tracer/PureJSStackTrace': [FAIL], 609 'test-log-stack-tracer/PureJSStackTrace': [FAIL],
611 610
612 # TODO(rmcilroy,4680): Exception message assert failure. 611 # TODO(rmcilroy,4680): Exception message assert failure.
613 'test-api/CallICFastApi_SimpleSignature_Miss2': [FAIL], 612 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
614 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [FAIL], 613 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
615 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3': [FAIL],
616 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [FAIL],
617 614
618 # TODO(rmcilroy,4680): Test assert errors. 615 # TODO(rmcilroy,4680): Test assert errors.
619 'test-cpu-profiler/CodeEvents': [FAIL], 616 'test-cpu-profiler/CodeEvents': [FAIL],
620 'test-cpu-profiler/TickEvents': [FAIL], 617 'test-cpu-profiler/TickEvents': [FAIL],
621 'test-cpu-profiler/CallCollectSample': [FAIL], 618 'test-cpu-profiler/CallCollectSample': [FAIL],
622 'test-cpu-profiler/FunctionDetails': [FAIL], 619 'test-cpu-profiler/FunctionDetails': [FAIL],
623 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], 620 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
624 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], 621 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
625 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], 622 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
626 'test-cpu-profiler/ NativeAccessorMonomorphicIC': [FAIL], 623 'test-cpu-profiler/ NativeAccessorMonomorphicIC': [FAIL],
627 'test-sampler-api/StackFramesConsistent': [FAIL], 624 'test-sampler-api/StackFramesConsistent': [FAIL],
628 'test-profile-generator/LineNumber': [FAIL], 625 'test-profile-generator/LineNumber': [FAIL],
629 'test-profile-generator/ProfileNodeScriptId': [FAIL], 626 'test-profile-generator/ProfileNodeScriptId': [FAIL],
630 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], 627 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
631 'test-feedback-vector/VectorCallICStates': [FAIL], 628 'test-feedback-vector/VectorCallICStates': [FAIL],
632 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], 629 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
633 'test-cpu-profiler/CollectSampleAPI': [FAIL], 630 'test-cpu-profiler/CollectSampleAPI': [FAIL],
634 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 631 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
635 'test-api/ExceptionInNativeScript': [FAIL],
636 'test-api/ExceptionCreateMessage': [FAIL],
637 'test-api/TryFinallyMessage': [FAIL],
638 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL], 632 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL],
639 'test-api/PromiseRejectCallback': [FAIL], 633 'test-api/PromiseRejectCallback': [FAIL],
640 'test-api/RethrowBogusErrorStackTrace': [FAIL], 634 'test-api/RethrowBogusErrorStackTrace': [FAIL],
641 'test-api/RethrowPrimitiveStackTrace': [FAIL], 635 'test-api/RethrowPrimitiveStackTrace': [FAIL],
642 'test-api/RethrowStackTrace': [FAIL],
643 'test-api/TryCatchSourceInfo': [FAIL], 636 'test-api/TryCatchSourceInfo': [FAIL],
644 'test-api/SetJitCodeEventHandler': [FAIL], 637 'test-api/SetJitCodeEventHandler': [FAIL],
645 'test-heap/WeakFunctionInConstructor': [FAIL], 638 'test-heap/WeakFunctionInConstructor': [FAIL],
646 'test-heap/Regress169209': [FAIL], 639 'test-heap/Regress169209': [FAIL],
647 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 640 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
648 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 641 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
649 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 642 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
650 'test-heap/CompilationCacheCachingBehavior': [FAIL], 643 'test-heap/CompilationCacheCachingBehavior': [FAIL],
651 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 644 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
652 'test-run-inlining/InlineTwice': [FAIL], 645 'test-run-inlining/InlineTwice': [FAIL],
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
710 ['ignition == True and mode == debug and arch == x64', { 703 ['ignition == True and mode == debug and arch == x64', {
711 # TODO(rmcilroy,4680): Flaky failures. 704 # TODO(rmcilroy,4680): Flaky failures.
712 'test-run-jsexceptions/CatchNested': [PASS, FAIL], 705 'test-run-jsexceptions/CatchNested': [PASS, FAIL],
713 'test-run-jsexceptions/Catch': [PASS, FAIL], 706 'test-run-jsexceptions/Catch': [PASS, FAIL],
714 'test-run-jsexceptions/CatchBreak': [PASS, FAIL], 707 'test-run-jsexceptions/CatchBreak': [PASS, FAIL],
715 'test-run-jsexceptions/CatchCall': [PASS, FAIL], 708 'test-run-jsexceptions/CatchCall': [PASS, FAIL],
716 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL], 709 'test-run-jsexceptions/DeoptCatch': [PASS, FAIL],
717 'test-api/CallAsFunction': [PASS, FAIL], 710 'test-api/CallAsFunction': [PASS, FAIL],
718 'test-api/ConstructorForObject': [PASS, FAIL], 711 'test-api/ConstructorForObject': [PASS, FAIL],
719 'test-api/Regress528': [PASS, FAIL], 712 'test-api/Regress528': [PASS, FAIL],
720 'test-api/TryCatchMixedNesting': [PASS, FAIL],
721 }], 713 }],
722 714
723 ['ignition == True and arch == x64', { 715 ['ignition == True and arch == x64', {
724 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 716 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
725 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]], 717 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
726 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]], 718 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
727 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], 719 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
728 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], 720 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
729 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 721 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
730 722
(...skipping 11 matching lines...) Expand all
742 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 734 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
743 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 735 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
744 'test-heap/Regress538257': [PASS, FAIL], 736 'test-heap/Regress538257': [PASS, FAIL],
745 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 737 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
746 'test-api/ExternalWrap': [PASS, FAIL], 738 'test-api/ExternalWrap': [PASS, FAIL],
747 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 739 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
748 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 740 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
749 }], # ignition == True and arch == arm64 741 }], # ignition == True and arch == arm64
750 742
751 ] 743 ]
OLDNEW
« no previous file with comments | « src/objects.cc ('k') | test/mjsunit/ignition/stack-trace-source-position.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698