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

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

Issue 1670143002: Visit the Optimized Code Map on first call rather than closure creation. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Removed overly-restrictive assert. Created 4 years, 8 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/x64/macro-assembler-x64.cc ('k') | test/cctest/heap/test-heap.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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 521
522 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 522 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
523 # in interpreter. 523 # in interpreter.
524 'test-heap/CompilationCacheCachingBehavior': [FAIL], 524 'test-heap/CompilationCacheCachingBehavior': [FAIL],
525 525
526 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 526 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
527 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r 527 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
528 # code. 528 # code.
529 'test-api/TurboAsmDisablesNeuter': [FAIL], 529 'test-api/TurboAsmDisablesNeuter': [FAIL],
530 530
531 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
532 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
533
531 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as 534 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as
532 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. 535 # immutable in the BytecodeGraphBuilder, therefore no inlining happens.
533 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], 536 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
534 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], 537 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
535 'test-run-inlining/InlineTwice': [FAIL], 538 'test-run-inlining/InlineTwice': [FAIL],
536 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], 539 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
537 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], 540 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
538 'test-run-inlining/InlineWithArguments': [FAIL], 541 'test-run-inlining/InlineWithArguments': [FAIL],
539 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], 542 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
540 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], 543 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
541 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], 544 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
542 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], 545 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
543 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], 546 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL],
544 'test-run-inlining/SimpleInliningContext': [FAIL], 547 'test-run-inlining/SimpleInliningContext': [FAIL],
545 'test-run-inlining/InlineMutuallyRecursive': [FAIL], 548 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
546 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], 549 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
547 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], 550 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
548 'test-run-inlining/InlineOmitArguments': [FAIL], 551 'test-run-inlining/InlineOmitArguments': [FAIL],
549 'test-run-inlining/SimpleInlining': [FAIL], 552 'test-run-inlining/SimpleInlining': [FAIL],
550 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], 553 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
551 'test-run-inlining/InlineNestedBuiltin': [FAIL], 554 'test-run-inlining/InlineNestedBuiltin': [FAIL],
552 'test-run-inlining/InlineSurplusArguments': [FAIL], 555 'test-run-inlining/InlineSurplusArguments': [FAIL],
553 'test-run-inlining/InlineBuiltin': [FAIL], 556 'test-run-inlining/InlineBuiltin': [FAIL],
554 'test-run-inlining/InlineTwiceDependent': [FAIL], 557 'test-run-inlining/InlineTwiceDependent': [FAIL],
555 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], 558 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
556 }], # ignition == True 559 }], # ignition == True
557 560
558 ] 561 ]
OLDNEW
« no previous file with comments | « src/x64/macro-assembler-x64.cc ('k') | test/cctest/heap/test-heap.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698