| 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 548 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 559 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL], | 559 'test-inobject-slack-tracking/SubclassCollectionBuiltinNoInlineNew': [FAIL], |
| 560 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL], | 560 'test-inobject-slack-tracking/SubclassArrayBufferBuiltin': [FAIL], |
| 561 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL], | 561 'test-inobject-slack-tracking/SubclassArrayBufferBuiltinNoInlineNew': [FAIL], |
| 562 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL], | 562 'test-inobject-slack-tracking/SubclassPromiseBuiltinNoInlineNew': [FAIL], |
| 563 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL], | 563 'test-inobject-slack-tracking/SubclassPromiseBuiltin': [FAIL], |
| 564 'test-api/Regress470113': [FAIL], | 564 'test-api/Regress470113': [FAIL], |
| 565 'test-api/SubclassGetConstructorName': [FAIL], | 565 'test-api/SubclassGetConstructorName': [FAIL], |
| 566 'test-api/ClassPrototypeCreationContext': [FAIL], | 566 'test-api/ClassPrototypeCreationContext': [FAIL], |
| 567 'test-run-jsops/ClassLiteral': [FAIL], | 567 'test-run-jsops/ClassLiteral': [FAIL], |
| 568 | 568 |
| 569 # TODO(rmcilroy,4684): Requires support for with statements. | |
| 570 'test-unscopables-hidden-prototype/Unscopables': [FAIL], | |
| 571 'test-decls/CrossScriptDynamicLookup': [FAIL], | |
| 572 'test-api/EvalAliasedDynamic': [FAIL], | |
| 573 'test-api/CrossEval': [FAIL], | |
| 574 'test-api/ReadOnlyPropertyInGlobalProto': [FAIL], | |
| 575 'test-api/StreamingWithDebuggingEnabledLate': [FAIL], | |
| 576 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], | |
| 577 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL], | |
| 578 'test-api/CatchExceptionFromWith': [FAIL], | |
| 579 'test-api/CallbackExceptionRegression': [FAIL], | |
| 580 'test-api/UseWithFromExtension': [FAIL], | |
| 581 'test-run-jscalls/LookupCall': [FAIL], | |
| 582 'test-run-jsops/LookupLoad': [FAIL], | |
| 583 'test-run-jsops/LookupStore': [FAIL], | |
| 584 | |
| 585 # TODO(rmcilroy,4681): Requires support for generators. | 569 # TODO(rmcilroy,4681): Requires support for generators. |
| 586 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], | 570 'test-inobject-slack-tracking/JSGeneratorObjectBasic': [FAIL], |
| 587 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], | 571 'test-inobject-slack-tracking/JSGeneratorObjectBasicNoInlineNew': [FAIL], |
| 588 'test-api/IsGeneratorFunctionOrObject': [FAIL], | 572 'test-api/IsGeneratorFunctionOrObject': [FAIL], |
| 589 | 573 |
| 590 # TODO(rmcilroy,4680): Strong mode failures. | 574 # TODO(rmcilroy,4680): Strong mode failures. |
| 591 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], | 575 'test-parsing/StrongModeFreeVariablesDeclaredByLanguage': [FAIL], |
| 592 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], | 576 'test-parsing/StrongModeFreeVariablesDeclaredInGlobalPrototype': [FAIL], |
| 593 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], | 577 'test-parsing/StrongModeFreeVariablesDeclaredByPreviousScript': [FAIL], |
| 594 'test-api/StrongModeAccessCheckBlocked': [FAIL], | 578 'test-api/StrongModeAccessCheckBlocked': [FAIL], |
| (...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 660 'test-api/RethrowPrimitiveStackTrace': [FAIL], | 644 'test-api/RethrowPrimitiveStackTrace': [FAIL], |
| 661 'test-api/RethrowStackTrace': [FAIL], | 645 'test-api/RethrowStackTrace': [FAIL], |
| 662 'test-api/TryCatchSourceInfo': [FAIL], | 646 'test-api/TryCatchSourceInfo': [FAIL], |
| 663 'test-api/SetJitCodeEventHandler': [FAIL], | 647 'test-api/SetJitCodeEventHandler': [FAIL], |
| 664 'test-heap/WeakFunctionInConstructor': [FAIL], | 648 'test-heap/WeakFunctionInConstructor': [FAIL], |
| 665 'test-heap/Regress169209': [FAIL], | 649 'test-heap/Regress169209': [FAIL], |
| 666 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], | 650 'test-heap/IncrementalMarkingClearsMonomorphicConstructor': [FAIL], |
| 667 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], | 651 'test-heap/IncrementalMarkingPreservesMonomorphicConstructor': [FAIL], |
| 668 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], | 652 'test-heap/IncrementalMarkingPreservesMonomorphicCallIC': [FAIL], |
| 669 'test-heap/CompilationCacheCachingBehavior': [FAIL], | 653 'test-heap/CompilationCacheCachingBehavior': [FAIL], |
| 654 'test-heap/CellsInOptimizedCodeAreWeak': [FAIL], |
| 670 'test-run-inlining/InlineTwice': [FAIL], | 655 'test-run-inlining/InlineTwice': [FAIL], |
| 671 'test-run-jsobjects/ArgumentsRest': [FAIL], | 656 'test-run-jsobjects/ArgumentsRest': [FAIL], |
| 672 'test-decls/Regress425510': [FAIL], | 657 'test-decls/Regress425510': [FAIL], |
| 673 | 658 |
| 674 # TODO(rmcilroy,4680): Fail on some bot configurations. | 659 # TODO(rmcilroy,4680): Fail on some bot configurations. |
| 675 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], | 660 'test-heap/CanonicalSharedFunctionInfo': [PASS, FAIL], |
| 676 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], | 661 'test-heap/TestCodeFlushingIncrementalAbort': [PASS, FAIL], |
| 677 'test-cpu-profiler/SourceLocation': [PASS, FAIL], | 662 'test-cpu-profiler/SourceLocation': [PASS, FAIL], |
| 678 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], | 663 'test-run-jsexceptions/DeoptFinallyReturn': [PASS, FAIL], |
| 679 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 664 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 746 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], | 731 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], |
| 747 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], | 732 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], |
| 748 | 733 |
| 749 # TODO(rmcilroy,4680): Test assert errors. | 734 # TODO(rmcilroy,4680): Test assert errors. |
| 750 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 735 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
| 751 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], | 736 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], |
| 752 }], | 737 }], |
| 753 | 738 |
| 754 ['ignition == True and arch == arm64', { | 739 ['ignition == True and arch == arm64', { |
| 755 # TODO(rmcilroy,4680): Arm64 specific test failures. | 740 # TODO(rmcilroy,4680): Arm64 specific test failures. |
| 756 'test-js-arm64-variables/lookup_slots': [FAIL], | 741 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL], |
| 757 | 742 |
| 758 # TODO(rmcilroy,4680): Arm64 flakes. | 743 # TODO(rmcilroy,4680): Arm64 flakes. |
| 759 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 744 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
| 760 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 745 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
| 761 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 746 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
| 762 'test-heap/Regress538257': [PASS, FAIL], | 747 'test-heap/Regress538257': [PASS, FAIL], |
| 763 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 748 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
| 764 'test-api/ExternalWrap': [PASS, FAIL], | 749 'test-api/ExternalWrap': [PASS, FAIL], |
| 765 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 750 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
| 766 }], # ignition == True and arch == arm64 | 751 }], # ignition == True and arch == arm64 |
| 767 | 752 |
| 768 ] | 753 ] |
| OLD | NEW |