Closed Bug 350263 Opened 18 years ago Closed 18 years ago

Labeled "if(1);" disappears but label remains

Categories

(Core :: JavaScript Engine, defect, P2)

defect

Tracking

()

VERIFIED FIXED
mozilla1.8.1

People

(Reporter: jruderman, Assigned: brendan)

Details

(Keywords: testcase, verified1.8.1)

Attachments

(1 file)

> 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.
Attached patch fixSplinter Review
Assignee: general → brendan
Status: NEW → ASSIGNED
Attachment #235528 - Flags: superreview?(shaver)
Attachment #235528 - Flags: review?(mrbkap)
OS: Mac OS X 10.4 → All
Priority: -- → P2
Hardware: Macintosh → All
Target Milestone: --- → mozilla1.8.1
Attachment #235528 - Flags: review?(mrbkap) → review+
Comment on attachment 235528 [details] [diff] [review] fix sr=shaver
Attachment #235528 - Flags: superreview?(shaver) → superreview+
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?
Fixed on trunk. /be
Status: ASSIGNED → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Comment on attachment 235528 [details] [diff] [review] fix a=schrep/beltnzer for drivers.
Attachment #235528 - Flags: approval1.8.1? → approval1.8.1+
Fixed on the 1.8 branch. /be
Keywords: fixed1.8.1
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+
verified fixed 1.8 20060828 windows/mac*/linux
verified fixed 1.9 20060830 windows/mac*/linux
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: