Commit 0269965b authored by Michael Achenbach's avatar Michael Achenbach Committed by Commit Bot

V8: Temporary run wasm_traps on native arm debug

This will break the bot. This is for getting a stack trace and then
revert.

TBR=mtrofin@chromium.org

Bug: v8:7138
Change-Id: I244492ca81f817d64ef7c12e291a6ed9b97e68de
Reviewed-on: https://chromium-review.googlesource.com/795718Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Michael Achenbach <machenbach@chromium.org>
Cr-Commit-Position: refs/heads/master@{#49698}
parent bace0931
# Copyright 2017 The V8 project authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
{
'V8 Arm - debug': [
{'name': 'mjsunit', 'variant': 'wasm_traps', 'shards': 1},
],
}
\ No newline at end of file
......@@ -736,7 +736,7 @@
##############################################################################
# BUG(v8:7138).
['arch == arm and not simulator_run and variant == wasm_traps', {
['arch == arm and mode == release and not simulator_run and variant == wasm_traps', {
'*': [SKIP],
}], # arch == arm and not simulator_run and variant == wasm_traps
......
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