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)

x86_64
Windows 7
defect
Not set
normal

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
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.
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
No longer blocks: 564257
Whiteboard: imvu
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.
(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.