Ignition with eager compilation causes LayoutTest failures (need rebaseline) |
||||
Issue description
The test failure diff is this:
--- /usr/local/google/home/yangguo/hdd/chromium/src/out/Release/layout-test-results/inspector/sources/debugger-frameworks/frameworks-jquery-expected.txt
+++ /usr/local/google/home/yangguo/hdd/chromium/src/out/Release/layout-test-results/inspector/sources/debugger-frameworks/frameworks-jquery-actual.txt
@@ -47,7 +47,7 @@
Call stack:
0) onTestEvent1 (frameworks-jquery.html:24)
* 1) dispatch (jquery-1.11.1.min.js:3)
- * 2) r.handle (jquery-1.11.1.min.js:3)
+ * 2) m.event.add.r.handle (jquery-1.11.1.min.js:3)
* 3) trigger (jquery-1.11.1.min.js:3)
* 4) (jquery-1.11.1.min.js:3)
* 5) each (jquery-1.11.1.min.js:2)
@@ -59,7 +59,7 @@
Call stack:
0) onTestEvent2 (frameworks-jquery.html:29)
* 1) dispatch (jquery-1.11.1.min.js:3)
- * 2) r.handle (jquery-1.11.1.min.js:3)
+ * 2) m.event.add.r.handle (jquery-1.11.1.min.js:3)
* 3) trigger (jquery-1.11.1.min.js:3)
* 4) (jquery-1.11.1.min.js:3)
* 5) each (jquery-1.11.1.min.js:2)
@@ -72,7 +72,7 @@
Call stack:
0) onTestEvent3 (frameworks-jquery.html:34)
* 1) dispatch (jquery-1.11.1.min.js:3)
- * 2) r.handle (jquery-1.11.1.min.js:3)
+ * 2) m.event.add.r.handle (jquery-1.11.1.min.js:3)
* 3) trigger (jquery-1.11.1.min.js:3)
* 4) (jquery-1.11.1.min.js:3)
* 5) each (jquery-1.11.1.min.js:2)
The function name inferrer collects more when the compilation is eager, which is the default for ignition. In case of --no-ignition-eager, this test passes.
I think we should simply rebaseline this test when ignition launches.
,
May 2 2016
,
May 2 2016
,
May 3 2016
Thanks for looking into these. Yes I agree, these should just be rebaselined when we launch (assuming we are still doing full eager compilation at that point).
,
Mar 2 2017
Not applicable any longer since we won't do eager compilation. |
||||
►
Sign in to add a comment |
||||
Comment 1 by yangguo@chromium.org
, May 2 2016