Changeset 252241 in webkit


Ignore:
Timestamp:
Nov 8, 2019 10:08:33 AM (4 years ago)
Author:
guijemont@igalia.com
Message:

Temporarily skip another broken test on MIPS due to OSR exit to LLInt
https://bugs.webkit.org/show_bug.cgi?id=204003

Unreviewed gardening.

  • stress/global-import-function-should-return-a-promise-when-clearing-exceptions.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r252239 r252241  
     12019-11-08  Guillaume Emont  <guijemont@igalia.com>
     2
     3        Temporarily skip another broken test on MIPS due to OSR exit to LLInt
     4        https://bugs.webkit.org/show_bug.cgi?id=204003
     5
     6        Unreviewed gardening.
     7
     8        * stress/global-import-function-should-return-a-promise-when-clearing-exceptions.js:
     9
    1102019-11-07  Mark Lam  <mark.lam@apple.com>
    211
  • trunk/JSTests/stress/global-import-function-should-return-a-promise-when-clearing-exceptions.js

    r238391 r252241  
     1// Skip on mips until https://bugs.webkit.org/show_bug.cgi?id=203737 is fixed.
     2//@ skip if $architecture == "mips"
    13//@ requireOptions("--maxPerThreadStackUsage=300000", "--exceptionStackTraceLimit=0", "--defaultErrorStackTraceLimit=0")
    24
Note: See TracChangeset for help on using the changeset viewer.