Changeset 175744 in webkit


Ignore:
Timestamp:
Nov 7, 2014 12:24:41 AM (10 years ago)
Author:
mark.lam@apple.com
Message:

Gardening: get-by-pname.js is failing when run with JSC_useLLINT=false and other special JIT configurations.
<https://webkit.org/b/138497>

Unreviewed.

  • js/script-tests/get-by-pname.js:
  • temporarily skipping this from the JSC tests to green the bots until the issue is fixed.
Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r175740 r175744  
     12014-11-07  Mark Lam  <mark.lam@apple.com>
     2
     3        Gardening: get-by-pname.js is failing when run with JSC_useLLINT=false and other special JIT configurations.
     4        <https://webkit.org/b/138497>
     5
     6        Unreviewed.
     7
     8        * js/script-tests/get-by-pname.js:
     9        - temporarily skipping this from the JSC tests to green the bots until the issue is fixed.
     10
    1112014-11-06  Darin Adler  <darin@apple.com>
    212
  • trunk/LayoutTests/js/script-tests/get-by-pname.js

    r175731 r175744  
     1//@ skip
     2
    13description(
    24"This tests that op_get_by_pname is compiled correctly."
Note: See TracChangeset for help on using the changeset viewer.