| 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 469 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 | 480 |
| 481 # Pass but take too long with the simulator. | 481 # Pass but take too long with the simulator. |
| 482 'test-api/Threading1': [PASS, SLOW], | 482 'test-api/Threading1': [PASS, SLOW], |
| 483 'test-api/Threading2': [PASS, SLOW], | 483 'test-api/Threading2': [PASS, SLOW], |
| 484 'test-api/ExternalArrays': [PASS, SLOW], | 484 'test-api/ExternalArrays': [PASS, SLOW], |
| 485 | 485 |
| 486 }], # 'arch == ppc64 and simulator_run == True' | 486 }], # 'arch == ppc64 and simulator_run == True' |
| 487 | 487 |
| 488 ############################################################################## | 488 ############################################################################## |
| 489 ['ignition == True', { | 489 ['ignition == True', { |
| 490 | |
| 491 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | |
| 492 'test-api/SetFunctionEntryHook': [FAIL], | |
| 493 | |
| 494 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 490 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
| 495 'test-heap/TestCodeFlushingPreAged': [FAIL], | 491 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 496 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 492 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 497 'test-heap/TestCodeFlushing': [FAIL], | 493 'test-heap/TestCodeFlushing': [FAIL], |
| 498 'test-heap/TestCodeFlushingIncremental': [FAIL], | 494 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 499 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 495 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 500 | 496 |
| 501 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 497 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
| 502 # on nodes (behind --turbo_source_positions flag). | 498 # on nodes (behind --turbo_source_positions flag). |
| 503 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 499 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 552 'test-run-inlining/SimpleInlining': [FAIL], | 548 'test-run-inlining/SimpleInlining': [FAIL], |
| 553 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | 549 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], |
| 554 'test-run-inlining/InlineNestedBuiltin': [FAIL], | 550 'test-run-inlining/InlineNestedBuiltin': [FAIL], |
| 555 'test-run-inlining/InlineSurplusArguments': [FAIL], | 551 'test-run-inlining/InlineSurplusArguments': [FAIL], |
| 556 'test-run-inlining/InlineBuiltin': [FAIL], | 552 'test-run-inlining/InlineBuiltin': [FAIL], |
| 557 'test-run-inlining/InlineTwiceDependent': [FAIL], | 553 'test-run-inlining/InlineTwiceDependent': [FAIL], |
| 558 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 554 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
| 559 }], # ignition == True | 555 }], # ignition == True |
| 560 | 556 |
| 561 ] | 557 ] |
| OLD | NEW |