[Webkit-unassigned] [Bug 177061] New: WSL cannot use typedefs of arrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Sep 17 17:20:34 PDT 2017


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

            Bug ID: 177061
           Summary: WSL cannot use typedefs of arrays
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

function TEST_typedefArray()
{
    let program = doPrep(`
        typedef ArrayTypedef = int[2];
        int foo()
        {
            ArrayTypedef arrayTypedef;
            return arrayTypedef[0];
        }
    `);
    checkInt(program, callFunction(program, "foo", [], []), 0);
}



ERROR: intLiteralType<2> at /internal/test:2 does not have type
visitGenericLiteralType at file:///Users/litherum/src/WebKit/Tools/WebGPUShadingLanguageRI/LiteralTypeChecker.js:45:28

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170918/5787e854/attachment.html>


More information about the webkit-unassigned mailing list