RESOLVED INVALID 106883
New inspector/editor/text-editor-formatter.html introduced in r139617 fails on EFL, Mac, QT
https://bugs.webkit.org/show_bug.cgi?id=106883
Summary New inspector/editor/text-editor-formatter.html introduced in r139617 fails o...
Ádám Kallai
Reported 2013-01-15 01:20:09 PST
This test fails: Diff is here: --- /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/editor/text-editor-formatter-expected.txt +++ /ramdisk/qt-linux-64-release/build/layout-test-results/inspector/editor/text-editor-formatter-actual.txt @@ -24,31 +24,8 @@ } } } +Uncaught exception in inspector front-end: ReferenceError: Can't find variable: textInputController [undefined:448] ============ editor contents start ============ -/** -*.Multi-line.comment -* -*/ -function.foo(n).{ -....//.one-line.comment -....function.bar().{ -........return.42; -....} -.... -....var.sum.=.0; -....for(var.i.=.0;.i.<.n;.++i).{ -........for(var.j.=.0;.j.<.n;.++j).{ -............sum.+=.i.+.j; -........} -....} -.... -.... -....if.(sum.>.1000).{ -........while.(sum.>.0).{ -............--sum; -........} -....} -} ============ editor contents end ============
Attachments
Patch (1.42 KB, patch)
2013-01-15 03:03 PST, Andrey Lushnikov
no flags
Csaba Osztrogonác
Comment 1 2013-01-15 01:34:12 PST
Mac isn't an acronym. ;)
Ádám Kallai
Comment 2 2013-01-15 01:44:20 PST
Ohh, typo. Thanks.
Andrey Lushnikov
Comment 3 2013-01-15 03:03:28 PST
Andrey Lushnikov
Comment 4 2013-01-15 03:04:39 PST
It looks like it's already skipped on qt and mac, so I skip it on efl as well. Working on a fix.
Vsevolod Vlasov
Comment 5 2013-01-15 07:59:07 PST
Comment on attachment 182728 [details] Patch I have landed it for you.
Brian Burg
Comment 6 2014-12-17 17:48:27 PST
The related test(s) have been removed from trunk.
Note You need to log in before you can comment on or make changes to this bug.