Changeset 238508 in webkit


Ignore:
Timestamp:
Nov 26, 2018 11:59:41 AM (5 years ago)
Author:
msaboff@apple.com
Message:

32-bit JSC test failure: stress/regexp-compile-oom.js
https://bugs.webkit.org/show_bug.cgi?id=191375

Reviewed by Mark Lam.

Disabled the test for 32 bit platforms.

  • stress/regexp-compile-oom.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r238499 r238508  
     12018-11-26  Michael Saboff  <msaboff@apple.com>
     2
     3        32-bit JSC test failure: stress/regexp-compile-oom.js
     4        https://bugs.webkit.org/show_bug.cgi?id=191375
     5
     6        Reviewed by Mark Lam.
     7
     8        Disabled the test for 32 bit platforms.
     9
     10        * stress/regexp-compile-oom.js:
     11
    1122018-11-26  Tadeu Zagallo  <tzagallo@apple.com>
    213
  • trunk/JSTests/stress/regexp-compile-oom.js

    r237877 r238508  
    1 //@ skip if $hostOS != "darwin"
     1//@ skip if $hostOS != "darwin" or $architecture == "arm" or $architecture == "x86"
    22// Test that throw an OOM exception when compiling a pathological, but valid nested RegExp.
    33
Note: See TracChangeset for help on using the changeset viewer.