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 708 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
719 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], | 719 'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]], |
720 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], | 720 'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]], |
721 | 721 |
722 # TODO(rmcilroy,4680): Test assert errors. | 722 # TODO(rmcilroy,4680): Test assert errors. |
723 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], | 723 'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]], |
724 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], | 724 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug'
, FAIL]], |
725 }], | 725 }], |
726 | 726 |
727 ['ignition == True and arch == arm64', { | 727 ['ignition == True and arch == arm64', { |
728 # TODO(rmcilroy,4680): Arm64 specific crashes. | 728 # TODO(rmcilroy,4680): Arm64 specific crashes. |
| 729 'test-api/ExternalWrap': [SKIP], |
729 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], | 730 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP], |
730 | 731 |
731 # TODO(rmcilroy,4680): Arm64 flakes. | 732 # TODO(rmcilroy,4680): Arm64 flakes. |
732 'test-serialize/SerializeInternalReference': [PASS, FAIL], | 733 'test-serialize/SerializeInternalReference': [PASS, FAIL], |
733 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], | 734 'test-spaces/SizeOfFirstPageIsLargeEnough': [PASS, FAIL], |
734 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], | 735 'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, FAIL], |
735 'test-heap/Regress538257': [PASS, FAIL], | 736 'test-heap/Regress538257': [PASS, FAIL], |
736 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], | 737 'test-heap/AddInstructionChangesNewSpacePromotion': [PASS, FAIL], |
737 'test-api/ExternalWrap': [PASS, FAIL], | |
738 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], | 738 'test-decls/CrossScriptReferencesHarmony': [PASS, FAIL], |
739 'test-lockers/IsolateNestedLocking': [PASS, FAIL], | 739 'test-lockers/IsolateNestedLocking': [PASS, FAIL], |
740 }], # ignition == True and arch == arm64 | 740 }], # ignition == True and arch == arm64 |
741 | 741 |
742 ] | 742 ] |
OLD | NEW |