From 44355d750a5784e5863558e42f4ead9245d51085 Mon Sep 17 00:00:00 2001 From: Milad Fa Date: Tue, 29 Sep 2020 18:36:58 +0000 Subject: [PATCH] PPC: Mark console-messages-limits as slow Bug: v8:10965 Change-Id: Iba23cfcfaed44b52fe38851713e2ffedd118430f Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2437172 Reviewed-by: Junliang Yan Reviewed-by: Michael Achenbach Commit-Queue: Milad Fa Cr-Commit-Position: refs/heads/master@{#70225} --- test/inspector/inspector.status | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/test/inspector/inspector.status b/test/inspector/inspector.status index 618b0e140f..09b225ea49 100644 --- a/test/inspector/inspector.status +++ b/test/inspector/inspector.status @@ -70,11 +70,17 @@ }], # variant == jitless ############################################################################## -['(arch in [arm, arm64, ppc64]) and simulator_run', { +['(arch == arm or arch == arm64) and simulator_run', { # Slow tests: https://crbug.com/v8/7783 'runtime/console-messages-limits': [PASS, NO_VARIANTS, ['mode == debug', SKIP]], }], # (arch == arm or arch == arm64) and simulator_run +############################################################################## +['(arch == ppc64) and simulator_run', { + # Slow test: https://crbug.com/v8/10965 + 'runtime/console-messages-limits': [PASS, SLOW], +}], # (arch == ppc64) and simulator_run + ############################################################################## ['variant == no_wasm_traps', { '*': [SKIP],