Commit 73ce48ed authored by Camillo Bruni's avatar Camillo Bruni Committed by V8 LUCI CQ

[mjsunit][tools] Skip tickprocessor tests when run with simulator

These tests are too slow and we get enough coverage by running in
other configurations.

Change-Id: Ib07136b01ae1e5c57589ca97114c283258a958f6
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2929385
Auto-Submit: Camillo Bruni <cbruni@chromium.org>
Commit-Queue: Shu-yu Guo <syg@chromium.org>
Reviewed-by: 's avatarShu-yu Guo <syg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74898}
parent 882aab9c
......@@ -83,8 +83,8 @@
'regress/regress-crbug-491062': [PASS, NO_VARIANTS],
'third_party/regexp-pcre/regexp-pcre': [PASS, NO_VARIANTS],
'tools/compiler-trace-flags': [PASS, NO_VARIANTS],
'tools/dumpcpp': [PASS, NO_VARIANTS, ['mode != release or system not in (linux, macos)', SKIP]],
'tools/tickprocessor': [PASS, NO_VARIANTS, ['mode != release or system not in (linux, macos)', SKIP]],
'tools/dumpcpp': [PASS, NO_VARIANTS, ['mode != release or system not in (linux, macos) or simulator_run', SKIP]],
'tools/tickprocessor': [PASS, NO_VARIANTS, ['mode != release or system not in (linux, macos) or simulator_run', SKIP]],
# Also skip example file which is not a test.
'tools/tickprocessor-test-large': [SKIP],
......
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