Closed
Bug 350263
Opened 18 years ago
Closed 18 years ago
Labeled "if(1);" disappears but label remains
Categories
(Core :: JavaScript Engine, defect, P2)
Core
JavaScript Engine
Tracking
()
VERIFIED
FIXED
mozilla1.8.1
People
(Reporter: jruderman, Assigned: brendan)
Details
(Keywords: testcase, verified1.8.1)
Attachments
(1 file)
1.44 KB,
patch
|
mrbkap
:
review+
shaver
:
superreview+
mtschrep
:
approval1.8.1+
|
Details | Diff | Splinter Review |
> function () { L: if(1); }
function () { L: }
> function () { L: }
SyntaxError on line 1: syntax error
Expected: "if(1);" should probably decompile to something like "{ }" in this context, the same way "if(0);" does.
Assignee | ||
Comment 1•18 years ago
|
||
Assignee: general → brendan
Status: NEW → ASSIGNED
Attachment #235528 -
Flags: superreview?(shaver)
Attachment #235528 -
Flags: review?(mrbkap)
Assignee | ||
Updated•18 years ago
|
OS: Mac OS X 10.4 → All
Priority: -- → P2
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.8.1
Updated•18 years ago
|
Attachment #235528 -
Flags: review?(mrbkap) → review+
Comment 2•18 years ago
|
||
Comment on attachment 235528 [details] [diff] [review]
fix
sr=shaver
Attachment #235528 -
Flags: superreview?(shaver) → superreview+
Assignee | ||
Comment 3•18 years ago
|
||
Comment on attachment 235528 [details] [diff] [review]
fix
Super-safe fix to help reduce decompiler fuzz testing exclusions, and maybe even help a real-world decompiler user or two.
/be
Attachment #235528 -
Flags: approval1.8.1?
Assignee | ||
Comment 4•18 years ago
|
||
Fixed on trunk.
/be
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment 5•18 years ago
|
||
Comment on attachment 235528 [details] [diff] [review]
fix
a=schrep/beltnzer for drivers.
Attachment #235528 -
Flags: approval1.8.1? → approval1.8.1+
Comment 7•18 years ago
|
||
Checking in regress-350263.js;
/cvsroot/mozilla/js/tests/js1_5/Regress/regress-350263.js,v <-- regress-350263.js
initial revision: 1.1
Flags: in-testsuite+
Comment 8•18 years ago
|
||
verified fixed 1.8 20060828 windows/mac*/linux
Keywords: fixed1.8.1 → verified1.8.1
You need to log in
before you can comment on or make changes to this bug.
Description
•