From bf2a7bde0944f01d67590f5938ed3d632effea89 Mon Sep 17 00:00:00 2001 From: Sigurd Schneider Date: Tue, 10 Apr 2018 10:48:36 +0200 Subject: [PATCH] [deoptimizer] Disable test incompatible with deopt fuzzer This test relies on allocation mementos remaining in place; with the new forced GC in the deoptimizer, this test can't be run with the deopt fuzzer on anymore. Bug: v8:7644 Change-Id: I6271c00a7b6c4e90a5e190bac5debaafad03a0e3 Reviewed-on: https://chromium-review.googlesource.com/1004774 Reviewed-by: Michael Stanton Commit-Queue: Sigurd Schneider Cr-Commit-Position: refs/heads/master@{#52544} --- test/mjsunit/array-literal-feedback.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/mjsunit/array-literal-feedback.js b/test/mjsunit/array-literal-feedback.js index b20cdd8e12..6ad9cd08dd 100644 --- a/test/mjsunit/array-literal-feedback.js +++ b/test/mjsunit/array-literal-feedback.js @@ -25,7 +25,7 @@ // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -// Flags: --allow-natives-syntax --expose-gc --opt --no-always-opt +// Flags: --allow-natives-syntax --expose-gc --opt --no-always-opt --deopt-every-n-times=0 var elements_kind = { packed_smi : 'packed smi elements',