Commit e3c0e27d authored by Maya Lekova's avatar Maya Lekova Committed by Commit Bot

[test] Remove SLOW statuses for tests that were fixed

R=machenbach@chromium.org

Bug: v8:8577
Change-Id: Ib8cda5d1a9826bf50ed84cb3521aa6fbcddde6fe
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1394543Reviewed-by: 's avatarMichael Achenbach <machenbach@chromium.org>
Commit-Queue: Maya Lekova <mslekova@chromium.org>
Cr-Commit-Position: refs/heads/master@{#60170}
parent dd580e8f
......@@ -154,30 +154,10 @@
'test-api/Threading*': [SKIP],
}], # 'arch == arm64 and simulator_run'
['arch == arm64 and (mode == debug) and simulator_run', {
# Pass but take too long with the simulator in debug mode.
'test-api/ExternalDoubleArray': [SKIP],
'test-api/ExternalFloat32Array': [SKIP],
'test-api/ExternalFloat64Array': [SKIP],
'test-api/ExternalFloatArray': [SKIP],
'test-api/Float32Array': [SKIP],
'test-api/Float64Array': [SKIP],
'test-api/Uint8Array': [SKIP],
}], # 'arch == arm64 and (mode == debug) and simulator_run'
##############################################################################
['variant == nooptimization and (arch == arm or arch == arm64) and simulator_run', {
# Slow tests: https://crbug.com/v8/7783
'test-cpu-profiler/MultipleIsolates': [SKIP],
# Slow but tolarable tests.
'test-api/FixedFloat64Array': [PASS, SLOW],
'test-api/FixedUint16Array': [PASS, SLOW],
'test-api/Int8Array': [PASS, SLOW],
'test-api/SharedFloat64Array': [PASS, SLOW],
'test-api/SharedUint16Array': [PASS, SLOW],
'test-api/Uint16Array': [PASS, SLOW],
}], # variant == nooptimization and (arch == arm or arch == arm64) and simulator_run
##############################################################################
......
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