Bug 252227

Summary: Fix TestWGSLAPI test failures after 260237@main
Product: WebKit Reporter: Dan Glastonbury <djg>
Component: WebGPUAssignee: Dan Glastonbury <djg>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Dan Glastonbury 2023-02-13 21:46:22 PST
Fix TestWGSLAPI test failures after 260237@main:

```
        /Volumes/Data/worker/macOS-BigSur-Release-Build-EWS/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:50
        Expected equality of these values:
          result.m_span.m_line
            Which is: 11
          lineNumber
            Which is: 10
        
        
        /Volumes/Data/worker/macOS-BigSur-Release-Build-EWS/build/Tools/TestWebKitAPI/Tests/WGSL/LexerTests.cpp:50
        Expected equality of these values:
          result.m_span.m_line
            Which is: 11
          lineNumber
            Which is: 10
```

etc.
Comment 1 Radar WebKit Bug Importer 2023-02-13 21:46:53 PST
<rdar://problem/105434119>
Comment 2 Dan Glastonbury 2023-02-13 21:52:34 PST
Pull request: https://github.com/WebKit/WebKit/pull/10072
Comment 3 EWS 2023-02-13 21:57:08 PST
Committed 260240@main (730b03dfd0d8): <https://commits.webkit.org/260240@main>

Reviewed commits have been landed. Closing PR #10072 and removing active labels.