Skip failing test on ARM after r23492.

TBR=vogelheim@chromium.org
TEST=cctest/test-run-properties/TypedArrayLoad

Review URL: https://codereview.chromium.org/515753006

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@23500 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 7c6759e9
......@@ -269,6 +269,9 @@
##############################################################################
['arch == arm', {
# TODO(mstarzinger): This fails on ARM hardware, but not in the simulator.
'test-run-properties/TypedArrayLoad': [SKIP],
# BUG(355): Test crashes on ARM.
'test-log/ProfLazyMode': [SKIP],
......
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