| 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 474 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 485 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { | 485 ['arch == ppc and simulator_run == True or arch == ppc64 and simulator_run == Tr
ue', { |
| 486 | 486 |
| 487 # Pass but take too long with the simulator. | 487 # Pass but take too long with the simulator. |
| 488 'test-api/Threading1': [PASS, SLOW], | 488 'test-api/Threading1': [PASS, SLOW], |
| 489 'test-api/Threading2': [PASS, SLOW], | 489 'test-api/Threading2': [PASS, SLOW], |
| 490 'test-api/ExternalArrays': [PASS, SLOW], | 490 'test-api/ExternalArrays': [PASS, SLOW], |
| 491 | 491 |
| 492 }], # 'arch == ppc64 and simulator_run == True' | 492 }], # 'arch == ppc64 and simulator_run == True' |
| 493 | 493 |
| 494 ############################################################################## | 494 ############################################################################## |
| 495 ['ignition == True', { | 495 ['ignition or ignition_turbofan', { |
| 496 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 496 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
| 497 'test-heap/TestCodeFlushingPreAged': [FAIL], | 497 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 498 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 498 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 499 'test-heap/TestCodeFlushing': [FAIL], | 499 'test-heap/TestCodeFlushing': [FAIL], |
| 500 'test-heap/TestCodeFlushingIncremental': [FAIL], | 500 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 501 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 501 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 502 | 502 |
| 503 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 503 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
| 504 # on nodes (behind --turbo_source_positions flag). | 504 # on nodes (behind --turbo_source_positions flag). |
| 505 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 505 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 554 'test-run-inlining/SimpleInlining': [FAIL], | 554 'test-run-inlining/SimpleInlining': [FAIL], |
| 555 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], | 555 'test-run-inlining/InlineLoopUnguardedEmpty': [FAIL], |
| 556 'test-run-inlining/InlineNestedBuiltin': [FAIL], | 556 'test-run-inlining/InlineNestedBuiltin': [FAIL], |
| 557 'test-run-inlining/InlineSurplusArguments': [FAIL], | 557 'test-run-inlining/InlineSurplusArguments': [FAIL], |
| 558 'test-run-inlining/InlineBuiltin': [FAIL], | 558 'test-run-inlining/InlineBuiltin': [FAIL], |
| 559 'test-run-inlining/InlineTwiceDependent': [FAIL], | 559 'test-run-inlining/InlineTwiceDependent': [FAIL], |
| 560 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], | 560 'test-run-inlining/SimpleInliningContextDeopt': [FAIL], |
| 561 | 561 |
| 562 # BUG(4751). Flaky with ignition and tsan. | 562 # BUG(4751). Flaky with ignition and tsan. |
| 563 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], | 563 'test-cpu-profiler/JsNativeJsSample': [PASS, ['tsan', SKIP]], |
| 564 }], # ignition == True | 564 }], # ignition or ignition_turbofan |
| 565 | 565 |
| 566 ] | 566 ] |
| OLD | NEW |