Changeset 261010 in webkit


Ignore:
Timestamp:
May 1, 2020 12:12:47 PM (4 years ago)
Author:
Pablo Saavedra
Message:

Skip on ARM and MIPS stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js added after r260990
https://bugs.webkit.org/show_bug.cgi?id=211304

Unreviewed Gardening.

  • stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r260990 r261010  
     12020-05-01  Pablo Saavedra  <psaavedra@igalia.com>
     2
     3        Skip on ARM and MIPS stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js added after r260990
     4        https://bugs.webkit.org/show_bug.cgi?id=211304
     5
     6        Unreviewed Gardening.
     7
     8        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
     9
    1102020-05-01  Saam Barati  <sbarati@apple.com>
    211
  • trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js

    r260253 r261010  
     1//@ skip if ["arm"].include?($architecture)
    12//@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
    23//@ runDefault("--jitPolicyScale=0")
Note: See TracChangeset for help on using the changeset viewer.