Closed
Bug 975138
Opened 12 years ago
Closed 12 years ago
Differential Testing: Different output message involving --ion-eager verbose output on asmbuffer repo
Categories
(Core :: JavaScript Engine: JIT, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: gkw, Assigned: dougc)
Details
(Keywords: testcase)
Attachments
(1 file)
|
1.27 KB,
patch
|
dougc
:
review+
|
Details | Diff | Splinter Review |
gc()
shows the following with --fuzzing-safe --ion-parallel-compile=off --ion-eager:
buffer is: 0xb631fad0
found offset was: 124
found offset was: 208
but does not show anything with --fuzzing-safe --ion-parallel-compile=off.
Tested on js debug shell on asmbuffer changeset fadec62359d5.
This throws up a lot of false positive mismatches.
My configure flags are:
CC="gcc -mfloat-abi=softfp -B/usr/lib/gcc/arm-linux-gnueabi/4.7" AR=ar CXX="g++ -mfloat-abi=softfp -B/usr/lib/gcc/arm-linux-gnueabi/4.7" sh ./configure --target=arm-linux-gnueabi --enable-optimize --enable-debug --enable-profiling --enable-gczeal --enable-debug-symbols --enable-methodjit --enable-type-inference --disable-tests --enable-more-deterministic --enable-exact-rooting --with-ccache --enable-threadsafe <other NSPR options>
Flags: needinfo?(dtc-moz)
| Reporter | ||
Comment 1•12 years ago
|
||
This mismatch does not seem to occur on Mac shells.
| Assignee | ||
Comment 2•12 years ago
|
||
Thank you for the report. Trivial patch removes these.
Landed on asmbuffer user repo:
https://hg.mozilla.org/users/dtc-moz_scieneer.com/asmbuffer/rev/193e51ec366a
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•