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/+/2380710 Reviewed-by: Liviu Rau <liviurau@chromium.org> Commit-Queue: Zhi An Ng <zhin@chromium.org> Cr-Commit-Position: refs/heads/master@{#69612}
This commit is contained in:
parent
dbb13d615b
commit
c44efad0a1
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user