Chromium Code Reviews| 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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 404 | 404 |
| 405 # Pass but take too long with the simulator. | 405 # Pass but take too long with the simulator. |
| 406 'test-api/Threading1': [PASS, SLOW], | 406 'test-api/Threading1': [PASS, SLOW], |
| 407 'test-api/Threading2': [PASS, SLOW], | 407 'test-api/Threading2': [PASS, SLOW], |
| 408 'test-api/ExternalArrays': [PASS, SLOW], | 408 'test-api/ExternalArrays': [PASS, SLOW], |
| 409 | 409 |
| 410 }], # 'arch == ppc64 and simulator_run == True' | 410 }], # 'arch == ppc64 and simulator_run == True' |
| 411 | 411 |
| 412 ############################################################################## | 412 ############################################################################## |
| 413 ['ignition or ignition_turbofan', { | 413 ['ignition or ignition_turbofan', { |
| 414 # TODO(rmcilroy,4837): We don't set a LoadContextSlot for a function as | |
| 415 # immutable in the BytecodeGraphBuilder, therefore no inlining happens. | |
|
Michael Starzinger
2016/07/19 16:00:08
Also in addition to the reason mentioned in this c
rmcilroy
2016/07/20 21:48:41
Done.
| |
| 416 'test-run-inlining/InlineLoopGuardedTwice': [FAIL], | |
| 417 'test-run-inlining/InlineSurplusArgumentsDeopt': [FAIL], | |
| 418 'test-run-inlining/InlineTwice': [FAIL], | |
| 419 'test-run-inlining/InlineSurplusArgumentsObject': [FAIL], | |
| 420 'test-run-inlining/InlineTwiceDependentDiamond': [FAIL], | |
| 421 'test-run-inlining/InlineWithArguments': [FAIL], | |
| 422 'test-run-inlining/InlineLoopUnguardedTwice': [FAIL], | |
| 423 'test-run-inlining/InlineOmitArgumentsObject': [FAIL], | |
| 424 'test-run-inlining/InlineLoopUnguardedOnce': [FAIL], | |
| 425 'test-run-inlining/InlineOmitArgumentsDeopt': [FAIL], | |
| 426 'test-run-inlining/InlineTwiceDependentDiamondDifferent': [FAIL], | |
| 427 'test-run-inlining/SimpleInliningContext': [FAIL], | |
| 428 'test-run-inlining/InlineMutuallyRecursive': [FAIL], | |
| 429 'test-run-inlining/InlineLoopGuardedEmpty': [FAIL], | |
| 430 'test-run-inlining/InlineLoopGuardedOnce': [FAIL], | |
| 431 'test-run-inlining/InlineOmitArguments': [FAIL], | |
| 432 'test-run-inlining/SimpleInlining': [FAIL], | |
| 433 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | |
| 434 'test-run-inlining/InlineNestedBuiltin': [FAIL], | |
| 435 'test-run-inlining/InlineSurplusArguments': [FAIL], | |
| 436 'test-run-inlining/InlineBuiltin': [FAIL], | |
| 437 'test-run-inlining/InlineTwiceDependent': [FAIL], | |
| 438 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | |
| 439 | |
| 440 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | |
| 441 # on nodes (behind --turbo_source_positions flag). | |
| 442 'test-cpu-profiler/TickLinesOptimized': [FAIL], | |
| 443 | |
| 414 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). | 444 # TODO(rmcilroy,4680): Related to lack of code flushing. Check failed: !functi on->shared()->is_compiled() || function->IsOptimized(). |
| 415 'test-heap/TestCodeFlushingPreAged': [FAIL], | 445 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 416 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 446 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 417 'test-heap/TestCodeFlushing': [FAIL], | 447 'test-heap/TestCodeFlushing': [FAIL], |
| 418 'test-heap/TestCodeFlushingIncremental': [FAIL], | 448 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 419 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], | 449 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], |
| 420 | 450 |
| 421 # TODO(rmcilroy,4680): Fails to find the correct function name for the | 451 # TODO(rmcilroy,4680): Fails to find the correct function name for the |
| 422 # anonymous function. Fails without ignition but with --no-lazy also, so seems | 452 # anonymous function. Fails without ignition but with --no-lazy also, so seems |
| 423 # to be an issue when eagerly parsing. | 453 # to be an issue when eagerly parsing. |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 456 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], | 486 'test-heap/OptimizedPretenuringNestedDoubleLiterals': [FAIL], |
| 457 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], | 487 'test-heap/OptimizedPretenuringNestedMixedArrayLiterals': [FAIL], |
| 458 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], | 488 'test-heap/OptimizedPretenuringNestedObjectLiterals': [FAIL], |
| 459 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], | 489 'test-heap/OptimizedPretenuringObjectArrayLiterals': [FAIL], |
| 460 | 490 |
| 461 # BUG(4751). Flaky with Ignition. | 491 # BUG(4751). Flaky with Ignition. |
| 462 'test-cpu-profiler/JsNativeJsSample': [SKIP], | 492 'test-cpu-profiler/JsNativeJsSample': [SKIP], |
| 463 }], # ignition or ignition_turbofan | 493 }], # ignition or ignition_turbofan |
| 464 | 494 |
| 465 ] | 495 ] |
| OLD | NEW |