| 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 522 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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): 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 |
| 541 'test-api/SetFunctionEntryHook': [FAIL], | 541 'test-api/SetFunctionEntryHook': [FAIL], |
| 542 | 542 |
| 543 # TODO(rmcilroy,4680): Fail on shared_function_data()->IsUndefined in | |
| 544 #compiler.cc | |
| 545 'test-heap/CanonicalSharedFunctionInfo': [PASS, ['mode == debug or dcheck_alwa
ys_on == True', FAIL]], | |
| 546 | |
| 547 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). | 543 # TODO(rmcilroy,4680): Check failed: !function->shared()->is_compiled() || fun
ction->IsOptimized(). |
| 548 'test-heap/TestCodeFlushingPreAged': [FAIL], | 544 'test-heap/TestCodeFlushingPreAged': [FAIL], |
| 549 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], | 545 'test-heap/TestCodeFlushingIncrementalScavenge': [FAIL], |
| 550 'test-heap/TestCodeFlushing': [FAIL], | 546 'test-heap/TestCodeFlushing': [FAIL], |
| 551 'test-heap/TestCodeFlushingIncremental': [FAIL], | 547 'test-heap/TestCodeFlushingIncremental': [FAIL], |
| 552 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], | 548 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, ['mode == debug or dcheck
_always_on == True', FAIL]], |
| 553 | 549 |
| 554 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). | 550 # TODO(rmcilroy,4680): Check failed: fun1->IsOptimized() || !CcTest::i_isolate
()->use_crankshaft(). |
| 555 'test-compiler/OptimizedCodeSharing2': [FAIL], | 551 'test-compiler/OptimizedCodeSharing2': [FAIL], |
| 556 'test-compiler/OptimizedCodeSharing3': [FAIL], | 552 'test-compiler/OptimizedCodeSharing3': [FAIL], |
| (...skipping 51 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 608 | 604 |
| 609 # TODO(rmcilroy,4680): Test assert errors. | 605 # TODO(rmcilroy,4680): Test assert errors. |
| 610 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 606 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
| 611 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], | 607 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], |
| 612 | 608 |
| 613 # TODO(rmcilroy,mattloring). | 609 # TODO(rmcilroy,mattloring). |
| 614 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], | 610 'test-heap-profiler/SamplingHeapProfiler': [PASS, ['mode == debug', SKIP]], |
| 615 }], | 611 }], |
| 616 | 612 |
| 617 ] | 613 ] |
| OLD | NEW |