Changeset 205664 in webkit


Ignore:
Timestamp:
Sep 8, 2016 3:00:52 PM (8 years ago)
Author:
mark.lam@apple.com
Message:

REGRESSION (r205569?): 32-bit JSC test timeout: stress/rest-parameter-many-arguments.js.dfg-maximal-flush-validate-no-cjit
https://bugs.webkit.org/show_bug.cgi?id=161756

Reviewed by Saam Barati.

It looks like the 32-bit JSC bot is just too slow at running this test with the
dfg-maximal-flush-validate-no-cjit configuration. We'll try excluding that
configuration.

  • stress/rest-parameter-many-arguments.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r205662 r205664  
     12016-09-08  Mark Lam  <mark.lam@apple.com>
     2
     3        REGRESSION (r205569?): 32-bit JSC test timeout: stress/rest-parameter-many-arguments.js.dfg-maximal-flush-validate-no-cjit
     4        https://bugs.webkit.org/show_bug.cgi?id=161756
     5
     6        Reviewed by Saam Barati.
     7
     8        It looks like the 32-bit JSC bot is just too slow at running this test with the
     9        dfg-maximal-flush-validate-no-cjit configuration.  We'll try excluding that
     10        configuration.
     11
     12        * stress/rest-parameter-many-arguments.js:
     13
    1142016-09-08  JF Bastien  <jfbastien@apple.com>
    215
  • trunk/JSTests/stress/rest-parameter-many-arguments.js

    r204439 r205664  
     1//@ if $architecture == "x86" then defaultSpotCheckNoMaximalFlush else defaultRun end
     2
    13function assert(b) {
    24    if (!b)
Note: See TracChangeset for help on using the changeset viewer.