Commit fca12556 authored by Santiago Aboy Solanes's avatar Santiago Aboy Solanes Committed by Commit Bot

[csa] Unmark tests as SLOW after TNodification

BUg: v8:6949
Change-Id: If2b144e189812b777dfa90b2ddc48ee525a37856
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/2778279Reviewed-by: 's avatarRoss McIlroy <rmcilroy@chromium.org>
Commit-Queue: Santiago Aboy Solanes <solanes@chromium.org>
Cr-Commit-Position: refs/heads/master@{#73616}
parent 3115b346
...@@ -170,7 +170,6 @@ ...@@ -170,7 +170,6 @@
'test-api/ExternalArrays': [PASS, SLOW], 'test-api/ExternalArrays': [PASS, SLOW],
'test-api/Threading*': [SKIP], 'test-api/Threading*': [SKIP],
'test-cpu-profiler/MultipleIsolates': [PASS, ['not pointer_compression', SLOW]], 'test-cpu-profiler/MultipleIsolates': [PASS, ['not pointer_compression', SLOW]],
'test-debug/DebugBreakStackTrace': [PASS, SLOW],
}], # 'arch == arm64 and simulator_run' }], # 'arch == arm64 and simulator_run'
['arch == arm64 and system == macos and not simulator_run', { ['arch == arm64 and system == macos and not simulator_run', {
...@@ -277,7 +276,6 @@ ...@@ -277,7 +276,6 @@
['arch == arm and simulator_run', { ['arch == arm and simulator_run', {
# Pass but take too long with the simulator. # Pass but take too long with the simulator.
'test-api/Threading*': [SKIP], 'test-api/Threading*': [SKIP],
'test-cpu-profiler/MultipleIsolates': [PASS, SLOW],
}], # 'arch == arm and simulator_run' }], # 'arch == arm and simulator_run'
############################################################################## ##############################################################################
......
...@@ -498,9 +498,6 @@ ...@@ -498,9 +498,6 @@
############################################################################## ##############################################################################
['arch == arm64 and simulator_run', { ['arch == arm64 and simulator_run', {
'compiler/osr-big': [PASS, SLOW],
'regress/regress-454725': [PASS, SLOW],
'json': [PASS, SLOW],
'try': [PASS, SLOW], 'try': [PASS, SLOW],
'non-extensible-array-reduce': [PASS, SLOW], 'non-extensible-array-reduce': [PASS, SLOW],
}], # 'arch == arm64 and simulator_run' }], # '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