Changeset 201744 in webkit


Ignore:
Timestamp:
Jun 6, 2016 11:32:32 PM (8 years ago)
Author:
commit-queue@webkit.org
Message:

ASSERTION failed in get-by-pname.js when run with JSC_useLLINT=false and 2 other configurations
https://bugs.webkit.org/show_bug.cgi?id=138497
<rdar://problem/18909792>

Patch by Joseph Pecoraro <Joseph Pecoraro> on 2016-06-06
Reviewed by Mark Lam.

  • js/script-tests/get-by-pname.js:

Test is no longer failing. Lets unskip.

Location:
trunk/LayoutTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LayoutTests/ChangeLog

    r201743 r201744  
     12016-06-06  Joseph Pecoraro  <pecoraro@apple.com>
     2
     3        ASSERTION failed in get-by-pname.js when run with JSC_useLLINT=false and 2 other configurations
     4        https://bugs.webkit.org/show_bug.cgi?id=138497
     5        <rdar://problem/18909792>
     6
     7        Reviewed by Mark Lam.
     8
     9        * js/script-tests/get-by-pname.js:
     10        Test is no longer failing. Lets unskip.
     11
    1122016-06-06  Commit Queue  <commit-queue@webkit.org>
    213
  • trunk/LayoutTests/js/script-tests/get-by-pname.js

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