Commit bbd60c5d authored by mstarzinger's avatar mstarzinger Committed by Commit bot

[interpreter] Enable tests on x64-debug that no longer fail.

R=rmcilroy@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#34299}
parent 7bc1577a
......@@ -498,6 +498,7 @@
}], # 'arch == ppc64 and simulator_run == True'
##############################################################################
['ignition == True', {
# TODO(yangguo,4690): Test failures in debugger tests.
'test-debug/DebugStepLocals': [FAIL],
......@@ -594,17 +595,4 @@
'test-serialize/SerializeInternalReference': [FAIL, ['arch == arm or arch == arm64', PASS]],
}], # ignition == True
['ignition == True and arch == x64', {
# TODO(rmcilroy,4680): The function_data field should be a BytecodeArray on interpreter entry
'test-serialize/PerIsolateSnapshotBlobsOutdatedContextWithOverflow': [PASS, ['mode == debug', FAIL]],
'test-serialize/PerIsolateSnapshotBlobsWithLocker': [PASS, ['mode == debug', FAIL]],
'test-serialize/SnapshotBlobsStackOverflow': [PASS, ['mode == debug', FAIL]],
'test-serialize/PerIsolateSnapshotBlobs': [PASS, ['mode == debug', FAIL]],
'test-serialize/SerializationMemoryStats': [PASS, ['mode == debug', FAIL]],
# TODO(rmcilroy,4680): Test assert errors.
'test-heap-profiler/HeapSnapshotSimd': [PASS, ['mode == debug', FAIL]],
'test-api/InitializeDefaultIsolateOnSecondaryThread1': [PASS, ['mode == debug', 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