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

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

Issue 1728593002: [Interpreter] Add support for cpu profiler logging. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Rebase Created 4 years, 9 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/snapshot/serialize.cc ('k') | test/cctest/test-cpu-profiler.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 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
520 'test-debug/DebugStepForContinue': [FAIL], 520 'test-debug/DebugStepForContinue': [FAIL],
521 'test-debug/DebugStepForIn': [FAIL], 521 'test-debug/DebugStepForIn': [FAIL],
522 'test-debug/DebugStepDoWhile': [FAIL], 522 'test-debug/DebugStepDoWhile': [FAIL],
523 'test-debug/DebugConditional': [FAIL], 523 'test-debug/DebugConditional': [FAIL],
524 'test-debug/DebugStepForBreak': [FAIL], 524 'test-debug/DebugStepForBreak': [FAIL],
525 'test-debug/DebugStepWith': [FAIL], 525 'test-debug/DebugStepWith': [FAIL],
526 'test-debug/DebugStepFunctionApply': [FAIL], 526 'test-debug/DebugStepFunctionApply': [FAIL],
527 'test-debug/StepInOutBranch': [FAIL], 527 'test-debug/StepInOutBranch': [FAIL],
528 'test-debug/DebugStepFunctionCall': [FAIL], 528 'test-debug/DebugStepFunctionCall': [FAIL],
529 529
530 # TODO(yangguo,4690): Required DebuggerStatement support.
531 'test-profile-generator/BailoutReason': [FAIL],
532
533 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found. 530 # TODO(rmcilroy,4680): Check failed: toplevel_test_code_event_found.
534 'test-serialize/SerializeToplevelIsolates': [FAIL], 531 'test-serialize/SerializeToplevelIsolates': [FAIL],
535 532
536 # BUG(4333). Function name inferrer does not work for ES6 clases. 533 # BUG(4333). Function name inferrer does not work for ES6 clases.
537 'test-func-name-inference/UpperCaseClass': [TIMEOUT], 534 'test-func-name-inference/UpperCaseClass': [TIMEOUT],
538 'test-func-name-inference/LowerCaseClass': [TIMEOUT], 535 'test-func-name-inference/LowerCaseClass': [TIMEOUT],
539 536
540 # TODO(rmcilroy,4681): Requires support for generators. 537 # TODO(rmcilroy,4681): Requires support for generators.
541 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], 538 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL],
542 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], 539 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL],
(...skipping 11 matching lines...) Expand all
554 551
555 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 552 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
556 'test-compiler/OptimizedCodeSharing2': [FAIL], 553 'test-compiler/OptimizedCodeSharing2': [FAIL],
557 'test-compiler/OptimizedCodeSharing3': [FAIL], 554 'test-compiler/OptimizedCodeSharing3': [FAIL],
558 555
559 # TODO(rmcilroy,4689): Stack trace line number failures. 556 # TODO(rmcilroy,4689): Stack trace line number failures.
560 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 557 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
561 'test-api/TryCatchMixedNesting': [FAIL], 558 'test-api/TryCatchMixedNesting': [FAIL],
562 559
563 # TODO(rmcilroy,4680): Test assert errors. 560 # TODO(rmcilroy,4680): Test assert errors.
564 'test-cpu-profiler/CodeEvents': [FAIL],
565 'test-cpu-profiler/TickEvents': [FAIL],
566 'test-cpu-profiler/BoundFunctionCall': [FAIL],
567 'test-cpu-profiler/CollectCpuProfile': [FAIL],
568 'test-cpu-profiler/CollectSampleAPI': [FAIL],
569 'test-cpu-profiler/CpuProfileDeepStack': [FAIL],
570 'test-cpu-profiler/FunctionApplySample': [FAIL],
571 'test-cpu-profiler/FunctionCallSample': [FAIL],
572 'test-cpu-profiler/FunctionDetails': [FAIL],
573 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL],
574 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
575 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
576 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
577 'test-cpu-profiler/JsNativeJsSample': [FAIL],
578 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
579 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
580 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
581 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
582 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL],
583 'test-sampler-api/StackFramesConsistent': [FAIL],
584 'test-profile-generator/LineNumber': [FAIL],
585 'test-profile-generator/ProfileNodeScriptId': [FAIL],
586 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
587 'test-feedback-vector/VectorCallICStates': [FAIL], 561 'test-feedback-vector/VectorCallICStates': [FAIL],
588 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 562 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
589 'test-api/PromiseRejectCallback': [FAIL], 563 'test-api/PromiseRejectCallback': [FAIL],
590 'test-api/SetJitCodeEventHandler': [FAIL],
591 'test-heap/WeakFunctionInConstructor': [FAIL], 564 'test-heap/WeakFunctionInConstructor': [FAIL],
592 'test-heap/Regress169209': [FAIL], 565 'test-heap/Regress169209': [FAIL],
593 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 566 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
594 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 567 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
595 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 568 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
596 'test-heap/CompilationCacheCachingBehavior': [FAIL], 569 'test-heap/CompilationCacheCachingBehavior': [FAIL],
597 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 570 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
598 'test-run-inlining/InlineTwice': [FAIL], 571 'test-run-inlining/InlineTwice': [FAIL],
599 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]], 572 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]],
600 }], # ignition == True 573 }], # ignition == True
601 574
602 ] 575 ]
OLDNEW
« no previous file with comments | « src/snapshot/serialize.cc ('k') | test/cctest/test-cpu-profiler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698