We have an unusual intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8533e14e032856ab5308f17b4a0fe2e5297fa07e&selectedJob=226504889 The issue is in d6, devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js it can be reproduced by applying this patch queue, and then running the above test in debug mode with the following ./mach mochitest devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js --verify --headless I haven't tried it with other machines, but it is reproducible on mac in debug mode. I have traced the issue to here: https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/eval-with-debugger.js#132 The string we pass in is : `foo = 'abba'; foo3 = 'bug783499'; foo + foo3` The expected result is : “abbabug783499” Instead we are seeing: "fooFirstCallfoo3FirstCall"
Bug 1485664 Comment 21 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
We have an unusual intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8533e14e032856ab5308f17b4a0fe2e5297fa07e&selectedJob=226504889 The issue is in d6, `devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js` it can be reproduced by applying this [patch queue](https://phabricator.services.mozilla.com//D18838), and then running the above test in debug mode with the following `./mach mochitest devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js --verify --headless` I haven't tried it with other machines, but it is reproducible on mac in debug mode. I have traced the issue to here: https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/eval-with-debugger.js#132 The string we pass in is : `foo = 'abba'; foo3 = 'bug783499'; foo + foo3` The expected result is : “abbabug783499” Instead we are seeing: "fooFirstCallfoo3FirstCall"
We have an unusual intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8533e14e032856ab5308f17b4a0fe2e5297fa07e&selectedJob=226504889 The issue is in d6, `devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js` it can be reproduced by applying this [patch queue](https://phabricator.services.mozilla.com//D18838), and then running the above test in debug mode with the following `./mach mochitest devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js --verify --headless` I haven't tried it with other machines, but it is reproducible on mac in debug mode. I have traced the issue to here: https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/eval-with-debugger.js#132 The string we pass in is : `foo = 'abba'; foo3 = 'bug783499'; foo + foo3` The expected result is : `“abbabug783499”` Instead we are seeing: `"fooFirstCallfoo3FirstCall"`
We have an unusual intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8533e14e032856ab5308f17b4a0fe2e5297fa07e&selectedJob=226504889 The issue is in d6, `devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js` it can be reproduced by applying this [patch queue](https://phabricator.services.mozilla.com//D18838), and then running the above test in debug mode with the following `./mach mochitest devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js --verify --headless` I haven't tried it with other machines, but it is reproducible on mac in debug mode. It looks like it happens frequently on windows debug mode as well. I have traced the issue to here: https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/eval-with-debugger.js#132 The string we pass in is : `foo = 'abba'; foo3 = 'bug783499'; foo + foo3` The expected result is : `“abbabug783499”` Instead we are seeing: `"fooFirstCallfoo3FirstCall"`
We have an unusual intermittent: https://treeherder.mozilla.org/#/jobs?repo=try&revision=8533e14e032856ab5308f17b4a0fe2e5297fa07e&selectedJob=226504889 The issue is in d6, `devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js` it can be reproduced by applying this [patch queue](https://phabricator.services.mozilla.com//D18838), and then running the above test in a debug build with the following `./mach mochitest devtools/client/webconsole/test/mochitest/browser_webconsole_eval_in_debugger_stackframe.js --verify --headless` I haven't tried it with other machines, but it is reproducible on mac in a debug build. It looks like it happens frequently on windows debug builds as well. I have traced the issue to here: https://searchfox.org/mozilla-central/source/devtools/server/actors/webconsole/eval-with-debugger.js#132 The string we pass in is : `foo = 'abba'; foo3 = 'bug783499'; foo + foo3` The expected result is : `“abbabug783499”` Instead we are seeing: `"fooFirstCallfoo3FirstCall"`