Index: test/mjsunit/mjsunit.status |
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status |
index 8df1a3300db4f482463d90477830ab09f9174114..8be1bf6b34c022940bbda613b8af970295cd13be 100644 |
--- a/test/mjsunit/mjsunit.status |
+++ b/test/mjsunit/mjsunit.status |
@@ -54,6 +54,9 @@ |
############################################################################## |
# TurboFan compiler failures. |
+ # TODO(jarin) We should truncate instead of change for some stores. |
+ 'compiler/truncating-store': [PASS, FAIL], |
+ |
# TODO(mstarzinger): An arguments object materialized in the prologue can't |
# be accessed indirectly. Either we drop that requirement or wait for support |
# from the deoptimizer to do that. |