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

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

Issue 2007453002: [Interpreter] Make lazy compilation the default. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Disable tests failing with --turbo-from-bytecode Created 4 years, 7 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/flag-definitions.h ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('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 524 matching lines...) Expand 10 before | Expand all | Expand 10 after
535 535
536 ############################################################################## 536 ##############################################################################
537 ['ignition or ignition_turbofan', { 537 ['ignition or ignition_turbofan', {
538 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 538 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
539 'test-heap/TestCodeFlushingPreAged': [FAIL], 539 'test-heap/TestCodeFlushingPreAged': [FAIL],
540 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 540 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
541 'test-heap/TestCodeFlushing': [FAIL], 541 'test-heap/TestCodeFlushing': [FAIL],
542 'test-heap/TestCodeFlushingIncremental': [FAIL], 542 'test-heap/TestCodeFlushingIncremental': [FAIL],
543 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 543 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
544 544
545 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
546 # on nodes (behind --turbo_source_positions flag).
547 'test-cpu-profiler/TickLinesOptimized': [FAIL],
548
549 # TODO(rmcilroy,4680): Fails to find the correct function name for the 545 # TODO(rmcilroy,4680): Fails to find the correct function name for the
550 # anonymous function. Fails without ignition but with --no-lazy also, so seems 546 # anonymous function. Fails without ignition but with --no-lazy also, so seems
551 # to be an issue when eagerly parsing. 547 # to be an issue when eagerly parsing.
552 'test-func-name-inference/ReturnAnonymousFunction': [FAIL], 548 'test-func-name-inference/ReturnAnonymousFunction': [FAIL],
553 549
554 # TODO(mythria,4780): Related to type feedback support for calls. 550 # TODO(mythria,4780): Related to type feedback support for calls.
555 'test-feedback-vector/VectorCallICStates': [FAIL], 551 'test-feedback-vector/VectorCallICStates': [FAIL],
556 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 552 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
557 'test-heap/WeakFunctionInConstructor': [FAIL], 553 'test-heap/WeakFunctionInConstructor': [FAIL],
558 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 554 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
559 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 555 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
560 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 556 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
561 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 557 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
562 558
563 # TODO(mythria,4680): Lack of code-ageing in interpreter. 559 # TODO(mythria,4680): Lack of code-ageing in interpreter.
564 'test-heap/Regress169209': [FAIL], 560 'test-heap/Regress169209': [FAIL],
565 561
566 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 562 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
567 # in interpreter. 563 # in interpreter.
568 'test-heap/CompilationCacheCachingBehavior': [FAIL], 564 'test-heap/CompilationCacheCachingBehavior': [FAIL],
569 565
570 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken 566 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
571 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r 567 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
572 # code. 568 # code.
573 'test-api/TurboAsmDisablesNeuter': [FAIL], 569 'test-api/TurboAsmDisablesNeuter': [FAIL],
574 570
575 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled()); 571 # TODO(mvstanton,4900): CHECK(!g_function->is_compiled());
576 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL], 572 'test-heap/TestUseOfIncrementalBarrierOnCompileLazy': [FAIL],
577 573
578 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as
579 # immutable in the BytecodeGraphBuilder, therefore no inlining happens.
580 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
581 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
582 'test-run-inlining/InlineTwice': [FAIL],
583 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
584 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
585 'test-run-inlining/InlineWithArguments': [FAIL],
586 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
587 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
588 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
589 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
590 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL],
591 'test-run-inlining/SimpleInliningContext': [FAIL],
592 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
593 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
594 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
595 'test-run-inlining/InlineOmitArguments': [FAIL],
596 'test-run-inlining/SimpleInlining': [FAIL],
597 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
598 'test-run-inlining/InlineNestedBuiltin': [FAIL],
599 'test-run-inlining/InlineSurplusArguments': [FAIL],
600 'test-run-inlining/InlineBuiltin': [FAIL],
601 'test-run-inlining/InlineTwiceDependent': [FAIL],
602 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
603
604 # BUG(4751). Flaky with ignition and tsan. 574 # BUG(4751). Flaky with ignition and tsan.
605 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], 575 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]],
606 }], # ignition or ignition_turbofan 576 }], # ignition or ignition_turbofan
607 577
608 ] 578 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('k') | test/cctest/interpreter/bytecode_expectations/Generators.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698