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