Closed
Bug 574088
Opened 15 years ago
Closed 14 years ago
permanent orange tests on 64-bit VC10 win7 in js1_5/Regress/regress-256798.js
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: bhearsum, Unassigned)
Details
(Whiteboard: imvu)
Logs:
REFTEST TEST-UNEXPECTED-FAIL | file:///C:/talos-slave/mozilla-central-w764-opt-u-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-256798.js | regexp zero-width positive lookahead Section 2 of test - Expected value ',aaa', Actual value 'aaa,aaa' item 2
REFTEST TEST-UNEXPECTED-FAIL | file:///C:/talos-slave/mozilla-central-w764-opt-u-jsreftest/build/jsreftest/tests/jsreftest.html?test=js1_5/Regress/regress-256798.js | regexp zero-width positive lookahead Section 3 of test - Expected value 'b,aaa', Actual value 'baaa,aaa' item 3
Comment 1•15 years ago
|
||
It may be compiler issue?
Using VC10 (opt)
bash"-3.1$ ../objdir-win64-vc10/dist/bin/js
js> /(?=(a+))/.exec("baaabac")
["aaa", "aaa"]
Using VC9SP1 (opt)
bash"-3.1$ ../objdir-win64-vc9/dist/bin/js
js> /(?=(a+))/.exec("baaabac")
["", "aaa"]
All failure cases of jsreftest are only on VC10. If using VC9SP1, jsreftest passes.
Reporter | ||
Comment 2•15 years ago
|
||
I'm not sure, but we're switching back to VS9 on this platform, so we'll find out in a few days.
Summary: permanent orange tests on 64-bit win7 in js1_5/Regress/regress-256798.js → permanent orange tests on 64-bit VC10 win7 in js1_5/Regress/regress-256798.js
Updated•14 years ago
|
Whiteboard: imvu
Comment 3•14 years ago
|
||
Yup, looks VC10-related. This is affecting IMVU's integration. Any ideas?
I am going to look for any changes to jsregexp.cpp through Firefox 4.
Comment 4•14 years ago
|
||
(In reply to comment #3)
> Yup, looks VC10-related. This is affecting IMVU's integration. Any ideas?
>
> I am going to look for any changes to jsregexp.cpp through Firefox 4.
Not repro on VC10 SP1 with latest tracemonkey.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•