[Webkit-unassigned] [Bug 254596] New: REGRESSION (262146 at main): TestWGSL.WGSLASTDumperTests.dumpTriangleVert is failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 28 09:30:21 PDT 2023


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

            Bug ID: 254596
           Summary: REGRESSION (262146 at main):
                    TestWGSL.WGSLASTDumperTests.dumpTriangleVert is
                    failing
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com
                CC: mmaxfield at apple.com, tzagallo at apple.com,
                    webkit-bot-watchers-bugzilla at group.apple.com,
                    webkit-bug-importer at group.apple.com

The following test is failing on iOS and macOS queues after https://commits.webkit.org/262146@main

    TestWGSL.WGSLASTDumperTests.dumpTriangleVert

        /Volumes/Data/worker/Apple-Ventura-Debug-Build/build/Tools/TestWebKitAPI/Tests/WGSL/ASTStringDumperTests.cpp:71
        Expected equality of these values:
          toString(shader)
            Which is: 8-byte object <C0-00 03-0F 01-00 00-00>
          "@vertex\n" "fn main(\n" "    @builtin(vertex_index) VertexIndex: u32\n" ") -> @builtin(position) Vec4<f32>\n" "{\n" "    var pos = array<Vec2<f32>, 3>(Vec2<f32>(0.000000, 0.500000), Vec2<f32>(-0.500000, -0.500000), Vec2<f32>(0.500000, -0.500000));\n" "    return Vec4<f32>(pos[VertexIndex], 0.000000, 1.000000);\n" "}\n\n\n"_str
            Which is: 8-byte object <60-49 00-0F 01-00 00-00>

https://results.webkit.org/?suite=api-tests&test=TestWGSL.WGSLASTDumperTests.dumpTriangleVert

-- 
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/20230328/b0e4bb72/attachment-0001.htm>


More information about the webkit-unassigned mailing list