Commit c44efad0 authored by Ng Zhi An's avatar Ng Zhi An Committed by Commit Bot

Add nosse41 condition to statusfile

This allows tests to be skipped on nosse41 builds. For SIMD, nosse41 means
that we need to scalar lower all SIMD instructions, which is not fully
implemented yet.

Bug: v8:10831
Change-Id: I27dd2840b376da672237fed764cbd2491c244627
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2380710Reviewed-by: 's avatarLiviu Rau <liviurau@chromium.org>
Commit-Queue: Zhi An Ng <zhin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#69612}
parent dbb13d61
......@@ -709,6 +709,7 @@ class BaseTestRunner(object):
"verify_csa": self.build_config.verify_csa,
"lite_mode": self.build_config.lite_mode,
"pointer_compression": self.build_config.pointer_compression,
"nosse41": "--noenable-sse4-1" in options.extra_flags,
}
def _runner_flags(self):
......
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