[Webkit-unassigned] [Bug 158460] New: Clarify SyntaxErrors around yield and unskip tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 6 22:33:45 PDT 2016


https://bugs.webkit.org/show_bug.cgi?id=158460

            Bug ID: 158460
           Summary: Clarify SyntaxErrors around yield and unskip tests
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: joepeck at webkit.org
                CC: caitp at igalia.com, keith_miller at apple.com,
                    sbarati at apple.com, utatane.tea at gmail.com

Clarify SyntaxErrors around yield and unskip tests.

  - Source/JavaScriptCore/tests/stress/generator-syntax.js
  - Source/JavaScriptCore/tests/stress/yield-out-of-generator.js

These tests currently fail.

They seem to expect syntax errors for "yield" used outside of generators, but in actuality we are allowing it and in some cases "yield" is treated as a variable name.

It seems the test should be clarified / cleaned up, and maybe there is a legit issue.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160607/3abe88a8/attachment.html>


More information about the webkit-unassigned mailing list