| OLD | NEW |
| 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 409 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 420 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 420 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
| 421 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 421 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
| 422 'test-heap/Regress169209': [FAIL], | 422 'test-heap/Regress169209': [FAIL], |
| 423 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL], | 423 'test-heap/ResetSharedFunctionInfoCountersDuringIncrementalMarking': [FAIL], |
| 424 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], | 424 'test-heap/ResetSharedFunctionInfoCountersDuringMarkSweep': [FAIL], |
| 425 'test-heap/TestCodeFlushing': [FAIL], | 425 'test-heap/TestCodeFlushing': [FAIL], |
| 426 'test-heap/TestCodeFlushingIncremental': [FAIL], | 426 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 427 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 427 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 428 'test-heap/TestCodeFlushingPreAged': [FAIL], | 428 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 429 'test-heap/WeakFunctionInConstructor': [FAIL], | 429 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 430 'test-run-inlining/InlineBuiltin': [FAIL], | |
| 431 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], | |
| 432 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], | |
| 433 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], | |
| 434 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | |
| 435 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], | |
| 436 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | |
| 437 'test-run-inlining/InlineMutuallyRecursive': [FAIL], | |
| 438 'test-run-inlining/InlineNestedBuiltin': [FAIL], | |
| 439 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], | |
| 440 'test-run-inlining/InlineOmitArguments': [FAIL], | |
| 441 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], | |
| 442 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | |
| 443 'test-run-inlining/InlineSurplusArguments': [FAIL], | |
| 444 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | |
| 445 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], | |
| 446 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | |
| 447 'test-run-inlining/InlineTwiceDependent': [FAIL], | |
| 448 'test-run-inlining/InlineTwice': [FAIL], | |
| 449 'test-run-inlining/InlineWithArguments': [FAIL], | |
| 450 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | |
| 451 'test-run-inlining/SimpleInliningContext': [FAIL], | |
| 452 'test-run-inlining/SimpleInlining': [FAIL], | |
| 453 | 430 |
| 454 # BUG(5193): Flaky. | 431 # BUG(5193): Flaky. |
| 455 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 432 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 456 }], # variant == ignition_staging | 433 }], # variant == ignition_staging |
| 457 | 434 |
| 458 ############################################################################## | 435 ############################################################################## |
| 459 ['variant == ignition_turbofan', { | 436 ['variant == ignition_turbofan', { |
| 460 # TODO(5251): Inlining is currently disabled for the BytecodeGraphBuilder. | |
| 461 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], | |
| 462 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | |
| 463 'test-run-inlining/InlineTwice': [FAIL], | |
| 464 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | |
| 465 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | |
| 466 'test-run-inlining/InlineWithArguments': [FAIL], | |
| 467 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | |
| 468 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], | |
| 469 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], | |
| 470 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], | |
| 471 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], | |
| 472 'test-run-inlining/SimpleInliningContext': [FAIL], | |
| 473 'test-run-inlining/InlineMutuallyRecursive': [FAIL], | |
| 474 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], | |
| 475 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], | |
| 476 'test-run-inlining/InlineOmitArguments': [FAIL], | |
| 477 'test-run-inlining/SimpleInlining': [FAIL], | |
| 478 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | |
| 479 'test-run-inlining/InlineNestedBuiltin': [FAIL], | |
| 480 'test-run-inlining/InlineSurplusArguments': [FAIL], | |
| 481 'test-run-inlining/InlineBuiltin': [FAIL], | |
| 482 'test-run-inlining/InlineTwiceDependent': [FAIL], | |
| 483 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | |
| 484 | |
| 485 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 437 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
| 486 # on nodes (behind --turbo_source_positions flag). | 438 # on nodes (behind --turbo_source_positions flag). |
| 487 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 439 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
| 488 | 440 |
| 489 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). | 441 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi
on->shared()->is_compiled() || function->IsOptimized(). |
| 490 'test-heap/TestCodeFlushingPreAged': [FAIL], | 442 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 491 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 443 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 492 'test-heap/TestCodeFlushing': [FAIL], | 444 'test-heap/TestCodeFlushing': [FAIL], |
| 493 'test-heap/TestCodeFlushingIncremental': [FAIL], | 445 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 494 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 446 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| (...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 531 | 483 |
| 532 # TurboFan cpu profiler result is different. | 484 # TurboFan cpu profiler result is different. |
| 533 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], | 485 'test-cpu-profiler/DeoptAtFirstLevelInlinedSource': [FAIL], |
| 534 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], | 486 'test-cpu-profiler/DeoptAtSecondLevelInlinedSource': [FAIL], |
| 535 | 487 |
| 536 # BUG(5193): Flaky. | 488 # BUG(5193): Flaky. |
| 537 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], | 489 'test-cpu-profiler/FunctionApplySample': [PASS, ['system == windows', SKIP]], |
| 538 }], # variant == ignition_turbofan | 490 }], # variant == ignition_turbofan |
| 539 | 491 |
| 540 ] | 492 ] |
| OLD | NEW |