Skip failing test on ARM after r23492.
authormstarzinger@chromium.org <mstarzinger@chromium.org>
Thu, 28 Aug 2014 17:46:33 +0000 (17:46 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org>
Thu, 28 Aug 2014 17:46:33 +0000 (17:46 +0000)
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

test/cctest/cctest.status

index f2bb922..ff26d97 100644 (file)
 ##############################################################################
 ['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],