Commit 0c4595a3 authored by Eric Holk's avatar Eric Holk Committed by Commit Bot

[wasm] temporarily disable gc stress tests in wasm_traps variant

Bug: chromium:776119
Change-Id: Id4839fc3313c020945cd308abff54360f20007c2
Reviewed-on: https://chromium-review.googlesource.com/726820Reviewed-by: 's avatarDeepti Gandluri <gdeepti@chromium.org>
Commit-Queue: Eric Holk <eholk@chromium.org>
Cr-Commit-Position: refs/heads/master@{#48710}
parent 81c67751
...@@ -666,6 +666,12 @@ ...@@ -666,6 +666,12 @@
'whitespaces': [SKIP], 'whitespaces': [SKIP],
}], # variant == wasm_traps }], # variant == wasm_traps
['variant == wasm_traps and gc_stress == True', {
# TODO(eholk): these tests are disabled due to address space exhaustion.
# Re-enable them once Wasm address space limits are in place.
'*': [SKIP],
}], # variant == wasm_traps and gc_stress == True
############################################################################## ##############################################################################
['no_harness', { ['no_harness', {
# skip assertion tests since the stack trace is broken if mjsunit is # skip assertion tests since the stack trace is broken if mjsunit is
......
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