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

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

Issue 2262033003: [turbofan] Allow inlining into BytecodeGraphBuilder graph. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_interpreter-preserve-bytecode-5
Patch Set: Rebased. Created 4 years, 3 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/compiler/pipeline.cc ('k') | no next file » | 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 377 matching lines...) Expand 10 before | Expand all | Expand 10 after
388 'test-cpu-profiler/TickLinesOptimized': [SKIP], 388 'test-cpu-profiler/TickLinesOptimized': [SKIP],
389 'test-cpu-profiler/CollectDeoptEvents': [FAIL], 389 'test-cpu-profiler/CollectDeoptEvents': [FAIL],
390 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 390 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
391 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 391 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
392 'test-heap/CompilationCacheCachingBehavior': [FAIL], 392 'test-heap/CompilationCacheCachingBehavior': [FAIL],
393 'test-heap/Regress169209': [FAIL], 393 'test-heap/Regress169209': [FAIL],
394 'test-heap/TestCodeFlushing': [FAIL], 394 'test-heap/TestCodeFlushing': [FAIL],
395 'test-heap/TestCodeFlushingIncremental': [FAIL], 395 'test-heap/TestCodeFlushingIncremental': [FAIL],
396 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 396 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
397 'test-heap/TestCodeFlushingPreAged': [FAIL], 397 'test-heap/TestCodeFlushingPreAged': [FAIL],
398 'test-run-inlining/InlineBuiltin': [FAIL],
399 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
400 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
401 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
402 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
403 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
404 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
405 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
406 'test-run-inlining/InlineNestedBuiltin': [FAIL],
407 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
408 'test-run-inlining/InlineOmitArguments': [FAIL],
409 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
410 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
411 'test-run-inlining/InlineSurplusArguments': [FAIL],
412 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
413 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL],
414 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
415 'test-run-inlining/InlineTwiceDependent': [FAIL],
416 'test-run-inlining/InlineTwice': [FAIL],
417 'test-run-inlining/InlineWithArguments': [FAIL],
418 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
419 'test-run-inlining/SimpleInliningContext': [FAIL],
420 'test-run-inlining/SimpleInlining': [FAIL],
421 398
422 # BUG(5193): Flaky. 399 # BUG(5193): Flaky.
423 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 400 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
424 }], # variant == ignition_staging 401 }], # variant == ignition_staging
425 402
426 ############################################################################## 403 ##############################################################################
427 ['variant == ignition_turbofan', { 404 ['variant == ignition_turbofan', {
428 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder.
429 'test-run-inlining/InlineLoopGuardedTwice': [FAIL],
430 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL],
431 'test-run-inlining/InlineTwice': [FAIL],
432 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL],
433 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL],
434 'test-run-inlining/InlineWithArguments': [FAIL],
435 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL],
436 'test-run-inlining/InlineOmitArgumentsObject': [FAIL],
437 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL],
438 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL],
439 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL],
440 'test-run-inlining/SimpleInliningContext': [FAIL],
441 'test-run-inlining/InlineMutuallyRecursive': [FAIL],
442 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL],
443 'test-run-inlining/InlineLoopGuardedOnce': [FAIL],
444 'test-run-inlining/InlineOmitArguments': [FAIL],
445 'test-run-inlining/SimpleInlining': [FAIL],
446 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL],
447 'test-run-inlining/InlineNestedBuiltin': [FAIL],
448 'test-run-inlining/InlineSurplusArguments': [FAIL],
449 'test-run-inlining/InlineBuiltin': [FAIL],
450 'test-run-inlining/InlineTwiceDependent': [FAIL],
451 'test-run-inlining/SimpleInliningContextDeopt': [FAIL],
452
453 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position 405 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position
454 # on nodes (behind --turbo_source_positions flag). 406 # on nodes (behind --turbo_source_positions flag).
455 'test-cpu-profiler/TickLinesOptimized': [FAIL], 407 'test-cpu-profiler/TickLinesOptimized': [FAIL],
456 408
457 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). 409 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized().
458 'test-heap/TestCodeFlushingPreAged': [FAIL], 410 'test-heap/TestCodeFlushingPreAged': [FAIL],
459 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], 411 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL],
460 'test-heap/TestCodeFlushing': [FAIL], 412 'test-heap/TestCodeFlushing': [FAIL],
461 'test-heap/TestCodeFlushingIncremental': [FAIL], 413 'test-heap/TestCodeFlushingIncremental': [FAIL],
462 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], 414 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]],
(...skipping 14 matching lines...) Expand all
477 429
478 # TurboFan cpu profiler result is different. 430 # TurboFan cpu profiler result is different.
479 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], 431 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL],
480 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], 432 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL],
481 433
482 # BUG(5193): Flaky. 434 # BUG(5193): Flaky.
483 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], 435 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]],
484 }], # variant == ignition_turbofan 436 }], # variant == ignition_turbofan
485 437
486 ] 438 ]
OLDNEW
« no previous file with comments | « src/compiler/pipeline.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698