| 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 510 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 521 'test-debug/DebugStepForContinue': [FAIL], | 521 'test-debug/DebugStepForContinue': [FAIL], |
| 522 'test-debug/DebugStepKeyedStoreLoop': [FAIL], | 522 'test-debug/DebugStepKeyedStoreLoop': [FAIL], |
| 523 'test-debug/DebugStepForBreak': [FAIL], | 523 'test-debug/DebugStepForBreak': [FAIL], |
| 524 'test-debug/DebugStepKeyedLoadLoop': [FAIL], | 524 'test-debug/DebugStepKeyedLoadLoop': [FAIL], |
| 525 'test-debug/DebugStepNamedStoreLoop': [FAIL], | 525 'test-debug/DebugStepNamedStoreLoop': [FAIL], |
| 526 | 526 |
| 527 # BUG(4333). Function name inferrer does not work for ES6 clases. | 527 # BUG(4333). Function name inferrer does not work for ES6 clases. |
| 528 'test-func-name-inference/UpperCaseClass': [TIMEOUT], | 528 'test-func-name-inference/UpperCaseClass': [TIMEOUT], |
| 529 'test-func-name-inference/LowerCaseClass': [TIMEOUT], | 529 'test-func-name-inference/LowerCaseClass': [TIMEOUT], |
| 530 | 530 |
| 531 # TODO(rmcilroy,4681): Requires support for generators. | |
| 532 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | |
| 533 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | |
| 534 'test-api/IsGeneratorFunctionOrObject': [FAIL], | |
| 535 | |
| 536 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry | 531 # TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on in
terpreter entry |
| 537 'test-api/SetFunctionEntryHook': [FAIL], | 532 'test-api/SetFunctionEntryHook': [FAIL], |
| 538 | 533 |
| 539 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 534 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
| 540 'test-heap/TestCodeFlushingPreAged': [FAIL], | 535 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 541 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 536 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 542 'test-heap/TestCodeFlushing': [FAIL], | 537 'test-heap/TestCodeFlushing': [FAIL], |
| 543 'test-heap/TestCodeFlushingIncremental': [FAIL], | 538 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 544 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 539 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 545 | 540 |
| (...skipping 15 matching lines...) Expand all Loading... |
| 561 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 556 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 562 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 557 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 563 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 558 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 564 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | 559 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 565 'test-run-inlining/InlineTwice': [FAIL], | 560 'test-run-inlining/InlineTwice': [FAIL], |
| 566 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], | 561 'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == a
rm64', PASS]], |
| 567 | 562 |
| 568 }], # ignition == True | 563 }], # ignition == True |
| 569 | 564 |
| 570 ] | 565 ] |
| OLD | NEW |