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

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

Issue 1811553003: [Interpreter] Make ignition compiler eagerly. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix test which was missed 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/flag-definitions.h ('k') | test/cctest/compiler/test-run-bytecode-graph-builder.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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after
478 478
479 # Pass but take too long with the simulator. 479 # Pass but take too long with the simulator.
480 'test-api/Threading1': [PASS, SLOW], 480 'test-api/Threading1': [PASS, SLOW],
481 'test-api/Threading2': [PASS, SLOW], 481 'test-api/Threading2': [PASS, SLOW],
482 'test-api/ExternalArrays': [PASS, SLOW], 482 'test-api/ExternalArrays': [PASS, SLOW],
483 483
484 }], # 'arch == ppc64 and simulator_run == True' 484 }], # 'arch == ppc64 and simulator_run == True'
485 485
486 ############################################################################## 486 ##############################################################################
487 ['ignition == True', { 487 ['ignition == True', {
488 # BUG(4333). Function name inferrer does not work for ES6 clases.
489 'test-func-name-inference/UpperCaseClass': [TIMEOUT],
490 'test-func-name-inference/LowerCaseClass': [TIMEOUT],
491 488
492 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry 489 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry
493 'test-api/SetFunctionEntryHook': [FAIL], 490 'test-api/SetFunctionEntryHook': [FAIL],
494 491
495 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). 492 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized().
496 'test-heap/TestCodeFlushingPreAged': [FAIL], 493 'test-heap/TestCodeFlushingPreAged': [FAIL],
497 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 494 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
498 'test-heap/TestCodeFlushing': [FAIL], 495 'test-heap/TestCodeFlushing': [FAIL],
499 'test-heap/TestCodeFlushingIncremental': [FAIL], 496 'test-heap/TestCodeFlushingIncremental': [FAIL],
500 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 497 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
501 498
502 # TODO(rmcilroy,4689): Stack trace line number failures. 499 # TODO(rmcilroy,4689): Stack trace line number failures.
503 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], 500 'test-run-jsexceptions/ThrowMessagePosition': [FAIL],
504 'test-api/TryCatchMixedNesting': [FAIL], 501 'test-api/TryCatchMixedNesting': [FAIL],
505 502
503 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
504 # on nodes (behind --turbo_source_positions flag).
505 'test-cpu-profiler/TickLinesOptimized': [FAIL],
506
507 # TODO(rmcilroy,4680): Fails to find the correct function name for the
508 # anonymous function. Fails without ignition but with --no-lazy also, so seems
509 # to be an issue when eagerly parsing.
510 'test-func-name-inference/ReturnAnonymousFunction': [FAIL],
511
506 # TODO(mythria,4780): Related to type feedback support for calls. 512 # TODO(mythria,4780): Related to type feedback support for calls.
507 'test-feedback-vector/VectorCallICStates': [FAIL], 513 'test-feedback-vector/VectorCallICStates': [FAIL],
508 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], 514 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL],
509 'test-heap/WeakFunctionInConstructor': [FAIL], 515 'test-heap/WeakFunctionInConstructor': [FAIL],
510 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], 516 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL],
511 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], 517 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL],
512 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], 518 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL],
513 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], 519 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL],
514 520
515 # TODO(mythria,4680): Lack of code-ageing in interpreter. 521 # TODO(mythria,4680): Lack of code-ageing in interpreter.
516 'test-heap/Regress169209': [FAIL], 522 'test-heap/Regress169209': [FAIL],
517 523
518 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache 524 # TODO(mythria,4680): Lack of code-ageing and/or lack of compilation cache
519 # in interpreter. 525 # in interpreter.
520 'test-heap/CompilationCacheCachingBehavior': [FAIL], 526 'test-heap/CompilationCacheCachingBehavior': [FAIL],
521 527
522 # TODO(mythria,4680): Incorrect column number on eval. 528 # TODO(mythria,4680): Incorrect column number on eval.
523 'test-api/PromiseRejectCallback': [FAIL], 529 'test-api/PromiseRejectCallback': [FAIL],
530
531 # TODO(rmcilroy,4680): Fails with eager compilation due to SharedFunctionInfo
532 # being null in compiler.cc Renumber(), meaning MaybeDisableOptimization never
533 # gets called.
534 'test-profile-generator/BailoutReason': [FAIL],
535
536 # TODO(mstarzinger,4680): Fails due to the turbo-asm pipeline only being taken
537 # in compiler.cc GetLazyCode for uncompiled code, and no similar path for eage r
538 # code.
539 'test-api/TurboAsmDisablesNeuter': [FAIL],
540
541 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as
542 # immutable in the BytecodeGraphBuilder, therefore no inlining happens.
543 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
544 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
545 'test-run-inlining/InlineTwice': [FAIL],
546 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
547 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
548 'test-run-inlining/InlineWithArguments': [FAIL],
549 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
550 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
551 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
552 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
553 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL],
554 'test-run-inlining/SimpleInliningContext': [FAIL],
555 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
556 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
557 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
558 'test-run-inlining/InlineOmitArguments': [FAIL],
559 'test-run-inlining/SimpleInlining': [FAIL],
560 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
561 'test-run-inlining/InlineNestedBuiltin': [FAIL],
562 'test-run-inlining/InlineSurplusArguments': [FAIL],
563 'test-run-inlining/InlineBuiltin': [FAIL],
564 'test-run-inlining/InlineTwiceDependent': [FAIL],
565 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
566 'test-debug/DebugBreakInline': [FAIL],
524 }], # ignition == True 567 }], # ignition == True
525 568
526 ] 569 ]
OLDNEW
« no previous file with comments | « src/flag-definitions.h ('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