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

[mjsunit][tools] Run tickprocessor and dumpcpp tests on fewer systems

Limit tests to release, linux and macos since they are mostly for
checking whether the tools work correctly rather than JS correctness.

Change-Id: I26e49fbda33a4dac8d774b2e03fa07ae1f2f142a
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2930156Reviewed-by: 's avatarPatrick Thier <pthier@chromium.org>
Commit-Queue: Camillo Bruni <cbruni@chromium.org>
Cr-Commit-Position: refs/heads/master@{#74875}
parent 22a32f11
......@@ -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', SKIP]],
'tools/tickprocessor': [PASS, NO_VARIANTS, ['mode != release', SKIP]],
'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]],
# 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