Closed
Bug 501108
Opened 16 years ago
Closed 16 years ago
Acceptance build scripts need to display how the avmshell was compiled
Categories
(Tamarin Graveyard :: Build Config, defect)
Tamarin Graveyard
Build Config
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: brbaker, Assigned: brbaker)
Details
Attachments
(1 file)
8.86 KB,
patch
|
lhansen
:
review+
|
Details | Diff | Splinter Review |
All of the build scripts currently show the version of the avmshell that it is using by echoing a call to the shell with no args to stdio:
avmplus shell 1.4 build 2094:605aa4f08d22
usage: avmplus
[-d] enter debugger on start
[-memstats] generate statistics on memory usage
[-memlimit d] limit the heap size to d pages
...
...
The should should also be be echoing out the much more informative avmshell -Dversion which displays how the vm feature system was configured when it was built:
AVM built with the following options:
shell 1.4 build 2063:e4b099c36c38
features AVMSYSTEM_32BIT;AVMSYSTEM_LITTLE_ENDIAN;AVMSYSTEM_IA32;AVMSYSTEM_WIN32;
AVMFEATURE_JIT;AVMFEATURE_ABC_INTERP;AVMFEATURE_EVAL;AVMFEATURE_PROTECT_JITMEM;
AVMFEATURE_SHARED_GCHEAP;AVMFEATURE_STATIC_FUNCTION_PTRS;
Flags: flashplayer-triage+
Assignee | ||
Comment 1•16 years ago
|
||
Updated•16 years ago
|
Attachment #385729 -
Flags: review?(lhansen) → review+
Assignee | ||
Comment 2•16 years ago
|
||
pushed 2066:a24b860df342
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•16 years ago
|
||
If you check the stdio link in the acceptance waterfall blocks you will see the following:
AVM built with the following options:
shell 1.4 build 2713:ca140c8384f5
features AVMSYSTEM_32BIT;AVMSYSTEM_LITTLE_ENDIAN;AVMSYSTEM_IA32;AVMSYSTEM_WIN32;AVMFEATURE_JIT;AVMFEATURE_ABC_INTERP;AVMFEATURE_EVAL;AVMFEATURE_PROTECT_JITMEM;AVMFEATURE_SHARED_GCHEAP;AVMFEATURE_STATIC_FUNCTION_PTRS;AVMFEATURE_INDIRECT_NATIVE_THUNKS;AVMFEATURE_MEMORY_PROFILER;
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•