Bug 252227 - Fix TestWGSLAPI test failures after 260237@main
Summary: Fix TestWGSLAPI test failures after 260237@main
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Dan Glastonbury
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-02-13 21:46 PST by Dan Glastonbury
Modified: 2023-02-13 21:57 PST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.