Changeset 208932 in webkit


Ignore:
Timestamp:
Nov 19, 2016 7:29:44 PM (7 years ago)
Author:
mark.lam@apple.com
Message:

op_mod-* JSC tests needs a longer timeout too.
https://bugs.webkit.org/show_bug.cgi?id=164994

Reviewed by Yusuke Suzuki.

  • stress/op_mod-ConstVar.js:
  • stress/op_mod-VarConst.js:
  • stress/op_mod-VarVar.js:
Location:
trunk/JSTests
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r208925 r208932  
     12016-11-19  Mark Lam  <mark.lam@apple.com>
     2
     3        op_mod-* JSC tests needs a longer timeout too.
     4        https://bugs.webkit.org/show_bug.cgi?id=164994
     5
     6        Reviewed by Yusuke Suzuki.
     7
     8        * stress/op_mod-ConstVar.js:
     9        * stress/op_mod-VarConst.js:
     10        * stress/op_mod-VarVar.js:
     11
    1122016-11-19  Mark Lam  <mark.lam@apple.com>
    213
  • trunk/JSTests/stress/op_mod-ConstVar.js

    r206600 r208932  
    1 //@ runFTLNoCJIT
     1//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
    22
    33// If all goes well, this test module will terminate silently. If not, it will print
  • trunk/JSTests/stress/op_mod-VarConst.js

    r206600 r208932  
    1 //@ runFTLNoCJIT
     1//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
    22
    33// If all goes well, this test module will terminate silently. If not, it will print
  • trunk/JSTests/stress/op_mod-VarVar.js

    r206600 r208932  
    1 //@ runFTLNoCJIT
     1//@ runFTLNoCJIT("--timeoutMultiplier=1.5")
    22
    33// If all goes well, this test module will terminate silently. If not, it will print
Note: See TracChangeset for help on using the changeset viewer.