Chromium Code Reviews| Index: test/mjsunit/compiler/optimized-for-in.js |
| diff --git a/test/mjsunit/compiler/optimized-for-in.js b/test/mjsunit/compiler/optimized-for-in.js |
| index cb8c66df9fe3d1273032a7fb81986beb31da65da..c57e19928dd9a40deb26c6844424bbb1041ba7e2 100644 |
| --- a/test/mjsunit/compiler/optimized-for-in.js |
| +++ b/test/mjsunit/compiler/optimized-for-in.js |
| @@ -26,6 +26,7 @@ |
| // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
| // Flags: --optimize-for-in --allow-natives-syntax |
| +// Flags: --no-speculative-concurrent-osr |
|
titzer
2013/09/03 14:05:36
What's wrong here?
Yang
2013/09/03 14:49:44
This is the only test where we use %OptimizeFuncti
|
| // Test for-in support in Crankshaft. For simplicity this tests assumes certain |
| // fixed iteration order for properties and will have to be adjusted if V8 |