Bug 189491

Summary: Update webkit-webgl-test-harness.js for more details on WebGL 2 conformance tests part 3
Product: WebKit Reporter: Justin Fan <justin_fan>
Component: New BugsAssignee: Justin Fan <justin_fan>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dino
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch
none
Patch
none
Patch none

Description Justin Fan 2018-09-10 18:31:09 PDT
Update webkit-webgl-test-harness.js for more details on WebGL 2 conformance tests part 3
Comment 1 Radar WebKit Bug Importer 2018-09-10 18:33:29 PDT
<rdar://problem/44326194>
Comment 2 Justin Fan 2018-09-10 18:34:56 PDT
Created attachment 349368 [details]
Patch
Comment 3 Dean Jackson 2018-09-11 12:53:26 PDT
Comment on attachment 349368 [details]
Patch

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

> LayoutTests/webgl/2.0.0/resources/webkit-webgl-test-harness.js:53
> +        list("[ " + resultNum + ": PASS ] " + msg, "green");

The modern JS way to do these strings is:

`[ ${resultNum}: PASS ] ${msg}`
Comment 4 Justin Fan 2018-09-11 13:05:01 PDT
Created attachment 349428 [details]
Patch
Comment 5 Justin Fan 2018-09-11 13:05:31 PDT
(In reply to Dean Jackson from comment #3)
> Comment on attachment 349368 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=349368&action=review
> 
> > LayoutTests/webgl/2.0.0/resources/webkit-webgl-test-harness.js:53
> > +        list("[ " + resultNum + ": PASS ] " + msg, "green");
> 
> The modern JS way to do these strings is:
> 
> `[ ${resultNum}: PASS ] ${msg}`

Cool, Thanks!
Comment 6 Justin Fan 2018-09-11 13:06:24 PDT
Created attachment 349430 [details]
Patch
Comment 7 WebKit Commit Bot 2018-09-11 14:35:31 PDT
Comment on attachment 349430 [details]
Patch

Clearing flags on attachment: 349430

Committed r235913: <https://trac.webkit.org/changeset/235913>
Comment 8 WebKit Commit Bot 2018-09-11 14:35:32 PDT
All reviewed patches have been landed.  Closing bug.