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
<rdar://problem/107320480>
Pull request: https://github.com/WebKit/WebKit/pull/12059
Committed 262226@main (d9f105bb73af): <https://commits.webkit.org/262226@main> Reviewed commits have been landed. Closing PR #12059 and removing active labels.