diff options
Diffstat (limited to 'deps/v8/test/mjsunit/elements-transition-hoisting.js')
-rw-r--r-- | deps/v8/test/mjsunit/elements-transition-hoisting.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/v8/test/mjsunit/elements-transition-hoisting.js b/deps/v8/test/mjsunit/elements-transition-hoisting.js index 017e7ec51..966b386b6 100644 --- a/deps/v8/test/mjsunit/elements-transition-hoisting.js +++ b/deps/v8/test/mjsunit/elements-transition-hoisting.js @@ -26,6 +26,10 @@ // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. // Flags: --allow-natives-syntax --smi-only-arrays --noparallel-recompilation +// Flags: --notrack-allocation-sites + +// No tracking of allocation sites because it interfers with the semantics +// the test is trying to ensure. // Ensure that ElementsKind transitions in various situations are hoisted (or // not hoisted) correctly, don't change the semantics programs and don't trigger |