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

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: removes an unused label declaration. 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 525 matching lines...) Expand 10 before | Expand all | Expand 10 after
536 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 536 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
537 537
538 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft(). 538 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate ()->use_crankshaft().
539 'test-compiler/OptimizedCodeSharing2': [FAIL], 539 'test-compiler/OptimizedCodeSharing2': [FAIL],
540 'test-compiler/OptimizedCodeSharing3': [FAIL], 540 'test-compiler/OptimizedCodeSharing3': [FAIL],
541 541
542 # TODO(rmcilroy,4689): Stack trace line number failures. 542 # TODO(rmcilroy,4689): Stack trace line number failures.
543 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 543 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
544 'test-api/TryCatchMixedNesting': [FAIL], 544 'test-api/TryCatchMixedNesting': [FAIL],
545 545
546 # TODO(4680): Related to lack of code-ageing in interpreter.
547 'test-heap/Regress169209': [FAIL],
548
549 # TODO(4680): Related to lack of code-ageing and/or lack of compilation cache
550 # in interpreter.
551 'test-heap/CompilationCacheCachingBehavior': [FAIL],
552
553 # TODO(4680): Use CallConstructStub for new operator.
554 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
555 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
556 'test-heap/WeakFunctionInConstructor': [FAIL],
557
546 # TODO(rmcilroy,4680): Test assert errors. 558 # TODO(rmcilroy,4680): Test assert errors.
547 'test-cpu-profiler/CodeEvents': [FAIL], 559 'test-cpu-profiler/CodeEvents': [FAIL],
548 'test-cpu-profiler/TickEvents': [FAIL], 560 'test-cpu-profiler/TickEvents': [FAIL],
549 'test-cpu-profiler/BoundFunctionCall': [FAIL], 561 'test-cpu-profiler/BoundFunctionCall': [FAIL],
550 'test-cpu-profiler/CollectCpuProfile': [FAIL], 562 'test-cpu-profiler/CollectCpuProfile': [FAIL],
551 'test-cpu-profiler/CollectSampleAPI': [FAIL], 563 'test-cpu-profiler/CollectSampleAPI': [FAIL],
552 'test-cpu-profiler/CpuProfileDeepStack': [FAIL], 564 'test-cpu-profiler/CpuProfileDeepStack': [FAIL],
553 'test-cpu-profiler/FunctionApplySample': [FAIL], 565 'test-cpu-profiler/FunctionApplySample': [FAIL],
554 'test-cpu-profiler/FunctionCallSample': [FAIL], 566 'test-cpu-profiler/FunctionCallSample': [FAIL],
555 'test-cpu-profiler/FunctionDetails': [FAIL], 567 'test-cpu-profiler/FunctionDetails': [FAIL],
556 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL], 568 'test-cpu-profiler/HotDeoptNoFrameEntry': [FAIL],
557 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL], 569 'test-cpu-profiler/JsNative1JsNative2JsSample': [FAIL],
558 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL], 570 'test-cpu-profiler/JsNativeJsRuntimeJsSample': [FAIL],
559 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL], 571 'test-cpu-profiler/JsNativeJsRuntimeJsSampleMultiple': [FAIL],
560 'test-cpu-profiler/JsNativeJsSample': [FAIL], 572 'test-cpu-profiler/JsNativeJsSample': [FAIL],
561 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL], 573 'test-cpu-profiler/NativeMethodUninitializedIC': [FAIL],
562 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL], 574 'test-cpu-profiler/NativeMethodMonomorphicIC': [FAIL],
563 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL], 575 'test-cpu-profiler/NativeAccessorUninitializedIC': [FAIL],
564 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL], 576 'test-cpu-profiler/NativeAccessorMonomorphicIC': [FAIL],
565 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL], 577 'test-cpu-profiler/SampleWhenFrameIsNotSetup': [FAIL],
566 'test-sampler-api/StackFramesConsistent': [FAIL], 578 'test-sampler-api/StackFramesConsistent': [FAIL],
567 'test-profile-generator/LineNumber': [FAIL], 579 'test-profile-generator/LineNumber': [FAIL],
568 'test-profile-generator/ProfileNodeScriptId': [FAIL], 580 'test-profile-generator/ProfileNodeScriptId': [FAIL],
569 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL], 581 'test-profile-generator/RecordStackTraceAtStartProfiling': [FAIL],
570 'test-feedback-vector/VectorCallICStates': [FAIL],
571 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
572 'test-api/PromiseRejectCallback': [FAIL], 582 'test-api/PromiseRejectCallback': [FAIL],
573 'test-api/SetJitCodeEventHandler': [FAIL], 583 'test-api/SetJitCodeEventHandler': [FAIL],
574 'test-heap/WeakFunctionInConstructor': [FAIL],
575 'test-heap/Regress169209': [FAIL],
576 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
577 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
578 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
579 'test-heap/CompilationCacheCachingBehavior': [FAIL],
580 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
581 'test-run-inlining/InlineTwice': [FAIL], 584 'test-run-inlining/InlineTwice': [FAIL],
582 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]], 585 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a rm64', PASS]],
583 }], # ignition == True 586 }], # ignition == True
584 587
585 ['ignition == True and arch == x64', { 588 ['ignition == True and arch == x64', {
586 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 589 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
587 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]], 590 'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, [' mode == debug', FAIL]],
588 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]], 591 'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', F AIL]],
589 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]], 592 'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
590 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], 593 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
591 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], 594 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
592 595
593 # TODO(rmcilroy,4680): Test assert errors. 596 # TODO(rmcilroy,4680): Test assert errors.
594 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], 597 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
595 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]], 598 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug' , FAIL]],
596 }], 599 }],
597 600
598 ] 601 ]
OLDNEW
« no previous file with comments | « src/x64/interface-descriptors-x64.cc ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698