Commit 8fc0e2a7 authored by rmcilroy's avatar rmcilroy Committed by Commit bot

Disable InterpreterCreateArguments on nosnap due to issue with --mstackalign flag.

BUG=v8:4928
LOG=N
TBR=machenbach@chromium.org
NOTRY=true

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

Cr-Commit-Position: refs/heads/master@{#35668}
parent 8b7b5a6f
......@@ -221,6 +221,12 @@
'test-decls/CrossScriptReferences_Simple2': [PASS, SLOW],
}], # 'no_snap == True'
##############################################################################
['no_snap == True and mode == debug', {
# TODO(rmcilroy,4928): Issue with --mstackalign.
'test-interpreter/InterpreterCreateArguments': [SKIP],
}], # 'no_snap == True and mode == debug'
##############################################################################
# TODO(machenbach): Fix application of '*'. Nosnap windows needs a separate
# section to not overwrite the expectations for TestThatAlwaysFails.
......
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