Commit ee4efed7 authored by mythria's avatar mythria Committed by Commit bot

[Interpreter] Skips a failing test on arm64.

Skips cctest/test-heap/NoWeakHashTableLeakWithIncrementalMarking
that is crashing on arm64.

BUG=v8:4280
LOG=N
NOTRY=true

Review URL: https://codereview.chromium.org/1660613005

Cr-Commit-Position: refs/heads/master@{#33708}
parent 3c64400f
...@@ -734,8 +734,8 @@ ...@@ -734,8 +734,8 @@
}], }],
['ignition == True and arch == arm64', { ['ignition == True and arch == arm64', {
# TODO(rmcilroy,4680): Arm64 specific test failures. # TODO(rmcilroy,4680): Arm64 specific crashes.
'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [FAIL], 'test-heap/NoWeakHashTableLeakWithIncrementalMarking': [SKIP],
# TODO(rmcilroy,4680): Arm64 flakes. # TODO(rmcilroy,4680): Arm64 flakes.
'test-serialize/SerializeInternalReference': [PASS, FAIL], 'test-serialize/SerializeInternalReference': [PASS, FAIL],
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment