Changeset 261808 in webkit


Ignore:
Timestamp:
May 18, 2020 4:37:47 AM (4 years ago)
Author:
Paulo Matos
Message:

JSTests:
Skip stress test array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js on MIPS

Unreviewed Gardening.

  • stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:

LayoutTests:
Skip layout test stack-overflow-regexp.js on MIPS

Unreviewed Gardening.

  • js/script-tests/stack-overflow-regexp.js:
Location:
trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r261787 r261808  
     12020-05-18  Paulo Matos  <pmatos@igalia.com>
     2
     3        Skip stress test array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js on MIPS
     4
     5        Unreviewed Gardening.
     6
     7        * stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js:
     8
    192020-05-16  Keith Miller  <keith_miller@apple.com>
    210
  • trunk/JSTests/stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js

    r261689 r261808  
    1 //@ skip if ["arm", "powerpc", "s390"].include?($architecture) and $hostOS == "linux"
    2 //@ requireOptions("-e", "let iterations=40000") if ["mips"].include?($architecture)
     1//@ skip if ["arm", "mips", "powerpc", "s390"].include?($architecture) and $hostOS == "linux"
    32//@ runDefault("--jitPolicyScale=0")
    43
  • trunk/LayoutTests/ChangeLog

    r261803 r261808  
     12020-05-18  Paulo Matos  <pmatos@igalia.com>
     2
     3        Skip layout test stack-overflow-regexp.js on MIPS
     4
     5        Unreviewed Gardening.
     6
     7        * js/script-tests/stack-overflow-regexp.js:
     8
    192020-05-18  Alicia Boya García  <aboya@igalia.com>
    210
  • trunk/LayoutTests/js/script-tests/stack-overflow-regexp.js

    r261780 r261808  
    11// https://bugs.webkit.org/show_bug.cgi?id=190755
    2 //@ skip if $architecture == "arm" and $hostOS == "linux"
     2//@ skip if ["arm", "mips"].include?($architecture) and $hostOS == "linux"
    33//  &&&&
    44description('Test that we do not overflow the stack while handling regular expressions');
Note: See TracChangeset for help on using the changeset viewer.