Commit 436b8d55 authored by ivica.bogosavljevic's avatar ivica.bogosavljevic Committed by Commit bot

Skip test-run-load-store/RunUnalignedLoadStoreUnalignedAccess on ARM

Skip test-run-load-store/RunUnalignedLoadStoreUnalignedAccess on ARM until
UnalignedLoad and UnalignedStore operators get implemented

NOTRY=true

Review-Url: https://codereview.chromium.org/2182433002
Cr-Commit-Position: refs/heads/master@{#38001}
parent a4dbaf1c
......@@ -299,6 +299,9 @@
'test-api/Threading2': [PASS, SLOW],
'test-api/Threading3': [PASS, SLOW],
'test-api/Threading4': [PASS, SLOW],
# Implement ARM UnalignedLoad and UnalignedStore operators
'test-run-load-store/RunUnalignedLoadStoreUnalignedAccess': [SKIP],
}], # 'arch == arm'
##############################################################################
......
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