Changeset 209710 in webkit


Ignore:
Timestamp:
Dec 12, 2016 9:21:27 AM (7 years ago)
Author:
fpizlo@apple.com
Message:

Re-enable collectContinuously since it doesn't crash anymore

Rubber stamped by Michael Saboff.

  • Scripts/run-jsc-stress-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r209700 r209710  
     12016-12-12  Filip Pizlo  <fpizlo@apple.com>
     2
     3        Re-enable collectContinuously since it doesn't crash anymore
     4
     5        Rubber stamped by Michael Saboff.
     6
     7        * Scripts/run-jsc-stress-tests:
     8
    192016-12-11  Konstantin Tokarev  <annulen@yandex.ru>
    210
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r209579 r209710  
    432432
    433433def shouldCollectContinuously?
    434     # FIXME: Enable this once we fix all the bugs.
    435     # $buildType == :release
    436     $forceCollectContinuously
     434    $buildType == :release or $forceCollectContinuously
    437435end
    438436
Note: See TracChangeset for help on using the changeset viewer.