From fc5ca3acc3c5355314ece7e9d34a967bcaf23e87 Mon Sep 17 00:00:00 2001 From: Camillo Bruni Date: Tue, 10 Aug 2021 11:44:58 +0200 Subject: [PATCH] [mjsunit] Skip processor.mjs test with --predictable This test depends on the profiler which runs in a separate thread and there is not incentive to control exact timing here to get the same predictable results on every run. Bug: v8:12066 Change-Id: I2da8eac97f3e8bf5f2158063f14063a0e321e891 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/3084371 Reviewed-by: Maya Lekova Commit-Queue: Camillo Bruni Cr-Commit-Position: refs/heads/master@{#76192} --- test/mjsunit/tools/processor.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/tools/processor.mjs b/test/mjsunit/tools/processor.mjs index 4190108638..93090cf27e 100644 --- a/test/mjsunit/tools/processor.mjs +++ b/test/mjsunit/tools/processor.mjs @@ -3,7 +3,7 @@ // found in the LICENSE file. // Flags: --logfile='+' --log --log-maps --log-ic --log-code -// Flags: --log-function-events --no-stress-opt +// Flags: --log-function-events --no-stress-opt --no-predictable import { Processor } from "../../../tools/system-analyzer/processor.mjs";