Changeset 138422 in webkit
- Timestamp:
- Dec 23, 2012, 9:28:25 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r138420 r138422 1 2012-12-22 Dan Winship <danw@gnome.org> 2 3 Unskip tests that were failing in libxml 2.9.0 4 https://bugs.webkit.org/show_bug.cgi?id=104494 5 6 Reviewed by Martin Robinson. 7 8 Added a patch from upstream to the jhbuild config to make all but 9 one of these pass again; the remaining one fails for a different 10 reason and is being tracked in a different bug. 11 12 * platform/gtk/TestExpectations: 13 1 14 2012-12-23 Christophe Dumez <christophe.dumez@intel.com> 2 15 -
trunk/LayoutTests/platform/gtk/TestExpectations
r138411 r138422 1368 1368 webkit.org/b/104054 svg/custom/use-href-update-crash.svg [ Failure ] 1369 1369 1370 webkit.org/b/104493 http/tests/security/xss-DENIED-xml-external-entity.xhtml [ Failure ] 1371 webkit.org/b/104493 svg/custom/deep-dynamic-updates.svg [ Failure ] 1372 webkit.org/b/104493 svg/custom/foreignObject-crash-on-hover.xml [ Failure ] 1373 webkit.org/b/104493 svg/custom/js-update-gradient.svg [ Failure ] 1374 webkit.org/b/104493 svg/custom/js-update-path-changes.svg [ Failure ] 1375 webkit.org/b/104493 svg/custom/js-update-path-removal.svg [ Failure ] 1376 webkit.org/b/104493 svg/custom/js-update-pattern-child.svg [ Failure ] 1377 webkit.org/b/104493 svg/custom/js-update-pattern.svg [ Failure ] 1378 webkit.org/b/104493 svg/custom/js-update-polygon-changes.svg [ Failure ] 1379 webkit.org/b/104493 svg/custom/js-update-polygon-removal.svg [ Failure ] 1380 webkit.org/b/104493 svg/custom/js-update-stop-linked-gradient.svg [ Failure ] 1381 webkit.org/b/104493 svg/custom/js-update-stop.svg [ Failure ] 1382 webkit.org/b/104493 svg/custom/js-update-transform-addition.svg [ Failure ] 1383 webkit.org/b/104493 svg/custom/js-update-transform-changes.svg [ Failure ] 1384 webkit.org/b/104493 svg/custom/text-xy-updates-SVGList.xhtml [ Failure ] 1370 webkit.org/b/104680 http/tests/security/xss-DENIED-xml-external-entity.xhtml [ Failure ] 1385 1371 1386 1372 webkit.org/b/104686 http/tests/xmlhttprequest/redirect-cross-origin-tripmine.html [ Failure ] -
trunk/Tools/ChangeLog
r138418 r138422 1 2012-12-22 Dan Winship <danw@gnome.org> 2 3 Add a patch to fix libxml2 2.9.0 regression 4 https://bugs.webkit.org/show_bug.cgi?id=104494 5 6 Reviewed by Martin Robinson. 7 8 * gtk/jhbuild.modules: 9 * gtk/patches/libxml2-2.9.0-dtd.patch: patch from upstream 10 1 11 2012-12-23 Allan Sandfeld Jensen <allan.jensen@digia.com> 2 12 -
trunk/Tools/gtk/jhbuild.modules
r138416 r138422 235 235 repo="xmlsoft.org" 236 236 hash="sha256:ad25d91958b7212abdc12b9611cfb4dc4e5cddb6d1e9891532f48aacee422b82" 237 md5sum="5b9bebf4f5d2200ae2c4efe8fa6103f7"/> 237 md5sum="5b9bebf4f5d2200ae2c4efe8fa6103f7"> 238 <patch file="libxml2-2.9.0-dtd.patch" strip="1"/> 239 </branch> 238 240 </autotools> 239 241
Note:
See TracChangeset
for help on using the changeset viewer.