Closed
Bug 417755
Opened 17 years ago
Closed 16 years ago
add language flag to Debugger builds of tc vm shell
Categories
(Tamarin Graveyard :: Virtual Machine, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: dschaffe, Assigned: dschaffe)
Details
Attachments
(1 file, 1 obsolete file)
1.24 KB,
patch
|
tierney
:
review+
|
Details | Diff | Splinter Review |
Add a flag -Dlanguage to Debugger avm shell. Can pass the language abbreviation into the vm. The flag will allow testing localized runtime error strings.
debugger vm usage is updated to:
[-Dlanguage l] localize runtime errors, languages are:
en,de,es,fr,it,ja,ko,zh-CN,zh-TW
Assignee | ||
Updated•17 years ago
|
Status: NEW → ASSIGNED
Assignee | ||
Updated•17 years ago
|
Assignee: nobody → dschaffe
Status: ASSIGNED → NEW
Assignee | ||
Comment 1•17 years ago
|
||
Attachment #303564 -
Flags: review?(tierney)
Updated•17 years ago
|
Attachment #303564 -
Flags: review?(tierney) → review+
Comment 2•16 years ago
|
||
This has been pushed as 389:d6287558e794
Status: NEW → RESOLVED
Closed: 16 years ago
Flags: flashplayer-triage+
Flags: flashplayer-qrb+
Resolution: --- → FIXED
Updated•16 years ago
|
Flags: in-testsuite?
Assignee | ||
Updated•15 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•15 years ago
|
||
simple commandline testcase to test -Dlanguage with a couple of different values
Attachment #405895 -
Flags: review?(dschaffe)
Assignee | ||
Comment 4•15 years ago
|
||
Comment on attachment 405895 [details] [diff] [review]
commandline tests
tests look ok and pass for me locally.
Attachment #405895 -
Flags: review?(dschaffe) → review+
Comment 5•15 years ago
|
||
Comment on attachment 405895 [details] [diff] [review]
commandline tests
pushed 2778:ca8c7e90c6bb
Attachment #405895 -
Attachment is obsolete: true
Updated•15 years ago
|
Flags: in-testsuite? → in-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•