[turbofan] Disable FastApiCPUProfiler on nci_as_midtier

This is a temporary workaround until the root cause is fixed.

Bug: v8:11178

TBR=jgruber@chromium.org

Change-Id: I04ffaa83b88bca3d0db8079c1e798986e6bfcb62
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2547294
Reviewed-by: Maya Lekova <mslekova@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#71270}
This commit is contained in:
Maya Lekova 2020-11-18 20:08:01 +01:00 committed by Commit Bot
parent 95eeed52e4
commit 8bdc2585e4

View File

@ -668,6 +668,9 @@
# NCI code currently does not use the feedback vector's optimized code cache.
'test-compiler/OptimizedCodeSharing1': [SKIP],
# TODO(v8:11178): Re-enable once the cause of the failure is fixed.
'test-cpu-profiler/FastApiCPUProfiler': [SKIP],
}], # variant == nci or variant == nci_as_midtier
]