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

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

Issue 1682853004: [interpreter, debugger] implement bytecode break location iterator. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix build 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-inl.h ('k') | test/cctest/test-debug.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 560 matching lines...) Expand 10 before | Expand all | Expand 10 after
571 'test-heap/TestCodeFlushingPreAged': [FAIL], 571 'test-heap/TestCodeFlushingPreAged': [FAIL],
572 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 572 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
573 'test-heap/TestCodeFlushing': [FAIL], 573 'test-heap/TestCodeFlushing': [FAIL],
574 'test-heap/TestCodeFlushingIncremental': [FAIL], 574 'test-heap/TestCodeFlushingIncremental': [FAIL],
575 575
576 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 576 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
577 'test-compiler/OptimizedCodeSharing2': [FAIL], 577 'test-compiler/OptimizedCodeSharing2': [FAIL],
578 'test-compiler/OptimizedCodeSharing3': [FAIL], 578 'test-compiler/OptimizedCodeSharing3': [FAIL],
579 579
580 # TODO(rmcilroy,4689): Stack trace line number failures. 580 # TODO(rmcilroy,4689): Stack trace line number failures.
581 'test-api/CaptureStackTraceForUncaughtException': [FAIL],
582 'test-api/GetStackTraceContainsFunctionsWithFunctionName': [FAIL],
583 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 581 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
584 'test-api/TryCatchMixedNesting': [PASS, FAIL], 582 'test-api/TryCatchMixedNesting': [PASS, FAIL],
585 583
586 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure. 584 # TODO(rmcilroy,4689): Stack frame calling frame is_javascript() failure.
587 'test-log-stack-tracer/CFromJSStackTrace': [FAIL], 585 'test-log-stack-tracer/CFromJSStackTrace': [FAIL],
588 'test-log-stack-tracer/PureJSStackTrace': [FAIL], 586 'test-log-stack-tracer/PureJSStackTrace': [FAIL],
589 587
590 # TODO(rmcilroy,4680): Exception message assert failure. 588 # TODO(rmcilroy,4680): Exception message assert failure.
591 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL], 589 'test-api/CallICFastApi_SimpleSignature_Miss2WithProfiler': [PASS, FAIL],
592 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL], 590 'test-api/InterceptorCallICFastApi_SimpleSignature_Miss3WithProfiler': [PASS, FAIL],
(...skipping 17 matching lines...) Expand all
610 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], 608 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
611 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], 609 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
612 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], 610 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
613 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], 611 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL],
614 'test-sampler-api/StackFramesConsistent': [FAIL], 612 'test-sampler-api/StackFramesConsistent': [FAIL],
615 'test-profile-generator/LineNumber': [FAIL], 613 'test-profile-generator/LineNumber': [FAIL],
616 'test-profile-generator/ProfileNodeScriptId': [FAIL], 614 'test-profile-generator/ProfileNodeScriptId': [FAIL],
617 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], 615 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
618 'test-feedback-vector/VectorCallICStates': [FAIL], 616 'test-feedback-vector/VectorCallICStates': [FAIL],
619 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 617 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
620 'test-api/DynamicWithSourceURLInStackTraceString': [FAIL],
621 'test-api/PromiseRejectCallback': [FAIL], 618 'test-api/PromiseRejectCallback': [FAIL],
622 'test-api/RethrowBogusErrorStackTrace': [FAIL],
623 'test-api/RethrowPrimitiveStackTrace': [FAIL],
624 'test-api/TryCatchSourceInfo': [FAIL],
625 'test-api/SetJitCodeEventHandler': [FAIL], 619 'test-api/SetJitCodeEventHandler': [FAIL],
626 'test-heap/WeakFunctionInConstructor': [FAIL], 620 'test-heap/WeakFunctionInConstructor': [FAIL],
627 'test-heap/Regress169209': [FAIL], 621 'test-heap/Regress169209': [FAIL],
628 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 622 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
629 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 623 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
630 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 624 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
631 'test-heap/CompilationCacheCachingBehavior': [FAIL], 625 'test-heap/CompilationCacheCachingBehavior': [FAIL],
632 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 626 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
633 'test-run-inlining/InlineTwice': [FAIL], 627 'test-run-inlining/InlineTwice': [FAIL],
634 628
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
696 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], 690 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL],
697 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], 691 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL],
698 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL], 692 'test-api/FastReturnValuesWithProfiler': [PASS, FAIL],
699 'test-heap/Regress538257': [PASS, FAIL], 693 'test-heap/Regress538257': [PASS, FAIL],
700 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], 694 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL],
701 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], 695 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL],
702 'test-lockers/IsolateNestedLocking': [PASS, FAIL], 696 'test-lockers/IsolateNestedLocking': [PASS, FAIL],
703 }], # ignition == True and arch == arm64 697 }], # ignition == True and arch == arm64
704 698
705 ] 699 ]
OLDNEW
« no previous file with comments | « src/objects-inl.h ('k') | test/cctest/test-debug.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698