| 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 519 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 530 | 530 |
| 531 # BUG(4333). Function name inferrer does not work for ES6 clases. | 531 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 532 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 532 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 533 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 533 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 534 | 534 |
| 535 # TODO(rmcilroy,4681): Requires support for generators. | 535 # TODO(rmcilroy,4681): Requires support for generators. |
| 536 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 536 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| 537 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 537 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
| 538 'test-api/IsGeneratorFunctionOrObject': [FAIL], | 538 'test-api/IsGeneratorFunctionOrObject': [FAIL], |
| 539 | 539 |
| 540 # TODO(rmcilroy,4680): Strong mode failures. | |
| 541 'test-api/AccessorShouldThrowOnError': [FAIL], | |
| 542 'test-api/InterceptorShouldThrowOnError': [FAIL], | |
| 543 | |
| 544 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 540 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
| 545 'test-api/SetFunctionEntryHook': [FAIL], | 541 'test-api/SetFunctionEntryHook': [FAIL], |
| 546 | 542 |
| 547 # TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in | 543 # TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in |
| 548 #compiler.cc | 544 #compiler.cc |
| 549 'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_alwa
ys_on == True', FAIL]], | 545 'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_alwa
ys_on == True', FAIL]], |
| 550 | 546 |
| 551 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 547 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
| 552 'test-heap/TestCodeFlushingPreAged': [FAIL], | 548 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 553 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 549 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| (...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 612 | 608 |
| 613 # TODO(rmcilroy,4680): Test assert errors. | 609 # TODO(rmcilroy,4680): Test assert errors. |
| 614 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 610 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
| 615 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], | 611 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], |
| 616 | 612 |
| 617 # TODO(rmcilroy,mattloring). | 613 # TODO(rmcilroy,mattloring). |
| 618 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], | 614 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], |
| 619 }], | 615 }], |
| 620 | 616 |
| 621 ] | 617 ] |
| OLD | NEW |