WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 187779
186773
[WSL] && and || should short-circuit
https://bugs.webkit.org/show_bug.cgi?id=186773
Summary
[WSL] && and || should short-circuit
Robin Morisset
Reported
2018-06-18 09:14:47 PDT
In particular, the following code should not trap: ``` bool x = false; if (false && (x = true)) {} if (x) trap; ```
Attachments
Add attachment
proposed patch, testcase, etc.
Thomas Denney
Comment 1
2018-07-20 11:15:26 PDT
This is resolved by
https://bugs.webkit.org/show_bug.cgi?id=187779
(I didn't realize that there was an existing bug for this).
Jer Noble
Comment 2
2018-07-20 15:35:12 PDT
*** This bug has been marked as a duplicate of
bug 187779
***
Myles C. Maxfield
Comment 3
2018-10-13 15:48:36 PDT
Migrated to
https://github.com/gpuweb/WHLSL/issues/113
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug