Bug 203133

Summary: [ASAN] Fix WebGPU tests after r250258
Product: WebKit Reporter: Devin Rousso <hi>
Component: WebGPUAssignee: Devin Rousso <hi>
Status: RESOLVED FIXED    
Severity: Normal CC: cdumez, commit-queue, dino, esprehn+autocc, ews-watchlist, graouts, hi, jlewis3, joepeck, justin_fan, kondapallykalyan, mmaxfield, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
joepeck: review+
Patch none

Description Devin Rousso 2019-10-17 21:06:59 PDT
```
    ASAN=YES make debug
    ASAN=YES run-webkit-tests --debug --time-out-ms=100000 --exit-after-n-failures=1 LayoutTests/webgpu/
```

Eventually, one of the tests will fail and result in a "attempting free on address which was not malloc()-ed".
Comment 1 Devin Rousso 2019-10-17 21:07:14 PDT
<rdar://problem/56379008>
Comment 2 Devin Rousso 2019-10-17 21:10:15 PDT
Created attachment 381266 [details]
Patch
Comment 3 Joseph Pecoraro 2019-10-18 15:43:39 PDT
Comment on attachment 381266 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=381266&action=review

r=me

> Source/WebCore/platform/graphics/gpu/GPUObjectBase.h:43
> +

Bad newline.
Comment 4 Devin Rousso 2019-10-18 16:09:57 PDT
Created attachment 381341 [details]
Patch
Comment 5 WebKit Commit Bot 2019-10-18 17:44:35 PDT
Comment on attachment 381341 [details]
Patch

Clearing flags on attachment: 381341

Committed r251315: <https://trac.webkit.org/changeset/251315>
Comment 6 WebKit Commit Bot 2019-10-18 17:44:37 PDT
All reviewed patches have been landed.  Closing bug.