Un-skip bit-not test
After https://crrev.com/c/1793065 the test should be fast enough to execute it everywhere. R=mslekova@chromium.org Bug: v8:9696, v8:7783 Change-Id: I2485d703d6e973217eddde2f2814e31f7fcd8a61 Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1795343 Commit-Queue: Clemens Hammacher <clemensh@chromium.org> Reviewed-by: Maya Lekova <mslekova@chromium.org> Reviewed-by: Michael Achenbach <machenbach@chromium.org> Cr-Commit-Position: refs/heads/master@{#63647}
This commit is contained in:
parent
0b324dd4f5
commit
52ad60e671
@ -404,7 +404,6 @@
|
||||
'tools/compiler-trace-flags-wasm': [SKIP],
|
||||
|
||||
# Too slow on arm64 simulator and debug: https://crbug.com/v8/7783
|
||||
'bit-not': [PASS, ['arch == arm64 and mode == debug and simulator_run', SKIP]],
|
||||
'md5': [PASS, ['arch == arm64 and mode == debug and simulator_run', SKIP]],
|
||||
|
||||
# Slow with pointer compression.
|
||||
@ -476,7 +475,6 @@
|
||||
'array-sort': [PASS, SLOW],
|
||||
'array-splice': [PASS, SLOW],
|
||||
'array-store-and-grow': [PASS, SLOW],
|
||||
'bit-not': [PASS, SLOW],
|
||||
'compiler/alloc-number': [PASS, SLOW],
|
||||
'compiler/osr-with-args': [PASS, SLOW],
|
||||
'generated-transition-stub': [PASS, SLOW],
|
||||
|
Loading…
Reference in New Issue
Block a user