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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
506 'test-api/ExternalArrays': [PASS, SLOW], | 506 'test-api/ExternalArrays': [PASS, SLOW], |
507 | 507 |
508 }], # 'arch == ppc64 and simulator_run == True' | 508 }], # 'arch == ppc64 and simulator_run == True' |
509 | 509 |
510 ############################################################################## | 510 ############################################################################## |
511 ['ignition == True', { | 511 ['ignition == True', { |
512 # TODO(yangguo,4690): Test failures in debugger tests. | 512 # TODO(yangguo,4690): Test failures in debugger tests. |
513 'test-debug/DebugStepNamedLoadLoop': [FAIL], | 513 'test-debug/DebugStepNamedLoadLoop': [FAIL], |
514 'test-debug/DebugStepForIn': [FAIL], | 514 'test-debug/DebugStepForIn': [FAIL], |
515 'test-debug/DebugStepDoWhile': [FAIL], | 515 'test-debug/DebugStepDoWhile': [FAIL], |
516 'test-debug/DebugConditional': [FAIL], | 516 'test-debug/DebugConditional': [FAIL], |
vogelheim
2016/03/14 10:41:15
I would have expected DebugConditional to be affec
Yang
2016/03/14 11:32:34
No. This CL is not the fix for this. We are going
| |
517 | 517 |
518 # BUG(4333). Function name inferrer does not work for ES6 clases. | 518 # BUG(4333). Function name inferrer does not work for ES6 clases. |
519 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 519 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
520 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 520 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
521 | 521 |
522 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry | 522 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in terpreter entry |
523 'test-api/SetFunctionEntryHook': [FAIL], | 523 'test-api/SetFunctionEntryHook': [FAIL], |
524 | 524 |
525 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). | 525 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun ction->IsOptimized(). |
526 'test-heap/TestCodeFlushingPreAged': [FAIL], | 526 'test-heap/TestCodeFlushingPreAged': [FAIL], |
527 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 527 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
528 'test-heap/TestCodeFlushing': [FAIL], | 528 'test-heap/TestCodeFlushing': [FAIL], |
529 'test-heap/TestCodeFlushingIncremental': [FAIL], | 529 'test-heap/TestCodeFlushingIncremental': [FAIL], |
530 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], | 530 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck _always_on == True', FAIL]], |
531 | 531 |
532 # TODO(rmcilroy,4689): Stack trace line number failures. | 532 # TODO(rmcilroy,4689): Stack trace line number failures. |
533 'test-run-jsexceptions/ThrowMessagePosition': [FAIL], | |
534 'test-api/TryCatchMixedNesting': [FAIL], | 533 'test-api/TryCatchMixedNesting': [FAIL], |
535 | 534 |
536 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position | 535 # TODO(rmcilroy,4766): Requires BytecodeGraphBuilder to track source position |
537 # on nodes (behind --turbo_source_positions flag). | 536 # on nodes (behind --turbo_source_positions flag). |
538 'test-cpu-profiler/TickLinesOptimized': [FAIL], | 537 'test-cpu-profiler/TickLinesOptimized': [FAIL], |
539 | 538 |
540 # TODO(mythria,4780): Related to type feedback support for calls. | 539 # TODO(mythria,4780): Related to type feedback support for calls. |
541 'test-feedback-vector/VectorCallICStates': [FAIL], | 540 'test-feedback-vector/VectorCallICStates': [FAIL], |
542 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], | 541 'test-compiler/FeedbackVectorPreservedAcrossRecompiles': [FAIL], |
543 'test-heap/WeakFunctionInConstructor': [FAIL], | 542 'test-heap/WeakFunctionInConstructor': [FAIL], |
(...skipping 11 matching lines...) Expand all Loading... | |
555 | 554 |
556 # TODO(mythria,4680): Incorrect column number on eval. | 555 # TODO(mythria,4680): Incorrect column number on eval. |
557 'test-api/PromiseRejectCallback': [FAIL], | 556 'test-api/PromiseRejectCallback': [FAIL], |
558 | 557 |
559 # TODO(rmcilroy,4680): Test assert errors. | 558 # TODO(rmcilroy,4680): Test assert errors. |
560 'test-run-inlining/InlineTwice': [FAIL], | 559 'test-run-inlining/InlineTwice': [FAIL], |
561 | 560 |
562 }], # ignition == True | 561 }], # ignition == True |
563 | 562 |
564 ] | 563 ] |
OLD | NEW |