svg/animations/dynamic-modify-attributename-crash2.svg is failing introduced in http://trac.webkit.org/changeset/122278 is failing on EFL port: --- /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/svg/animations/dynamic-modify-attributename-crash2-expected.txt +++ /home/buildslave-1/webkit-buildslave/efl-linux-64-debug/build/layout-test-results/svg/animations/dynamic-modify-attributename-crash2-actual.txt @@ -1 +1,3 @@ -PASS +CONSOLE MESSAGE: line 20: ReferenceError: Can't find variable: gc +FAIL: Timed out waiting for notifyDone to be called +FAIL
Fix landed.
Created attachment 151618 [details] Patch
Comment on attachment 151618 [details] Patch Oh OK.
Comment on attachment 151618 [details] Patch The fix has already landed. Anyway, we should always use gc() from js-test-pre.js and shouldn't define it as a null function.
(In reply to comment #4) > (From update of attachment 151618 [details]) > The fix has already landed. Anyway, we should always use gc() from js-test-pre.js and shouldn't define it as a null function. My patch was inspired from LayoutTests/svg/animations/smil-element-not-removed-crash.html