Changeset 202805 in webkit


Ignore:
Timestamp:
Jul 4, 2016 2:29:45 AM (8 years ago)
Author:
Yusuke Suzuki
Message:

Unreviewed, skip misc-bugs-847389-jpeg2000.js in jsc stress tests
https://bugs.webkit.org/show_bug.cgi?id=159334

In debug build, it takes too much time.
Since run-jsc-stress-tests can take the arbitrary JSC shell, ifJSCArgIsntProvidedAreWeReleaseBuild
is not good source to determine whether the test is executed with the debug built JSC shell.
So here, we skip this test.
This test is still executed under the run-webkit-tests. So the coverage is still kept.

  • js/regress/script-tests/misc-bugs-847389-jpeg2000.js:
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r202802 r202805  
     12016-07-04  Yusuke Suzuki  <utatane.tea@gmail.com>
     2
     3        Unreviewed, skip misc-bugs-847389-jpeg2000.js in jsc stress tests
     4        https://bugs.webkit.org/show_bug.cgi?id=159334
     5
     6        In debug build, it takes too much time.
     7        Since run-jsc-stress-tests can take the arbitrary JSC shell, ifJSCArgIsntProvidedAreWeReleaseBuild
     8        is not good source to determine whether the test is executed with the debug built JSC shell.
     9        So here, we skip this test.
     10        This test is still executed under the run-webkit-tests. So the coverage is still kept.
     11
     12        * js/regress/script-tests/misc-bugs-847389-jpeg2000.js:
     13
    1142016-07-04  Per Arne Vollan  <pvollan@apple.com>
    215
  • trunk/LayoutTests/js/regress/script-tests/misc-bugs-847389-jpeg2000.js

    r202797 r202805  
     1// Skip in run-jsc-stress-tests.
     2//@ skip
    13/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
    24/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
Note: See TracChangeset for help on using the changeset viewer.